Git Product home page Git Product logo

csv's Introduction

The Code Challenge

This code challenge dealt with a 1.05GB .tab file.

This sample data set describes repair order patterns at hypothetical dealerships.

The data is clearly fictional, but it’s still a good representative sample of the types of data, data issues, and opportunities for insight that we encounter regularly.

Could you:

i. Pick a ‘top performing’ dealer, according to the criteria you think is best. Please describe why you think this.

ii. Comment on at least 2 other properties of the data that you think are interesting.

iii. Send a sample of any code used in generating your response. The language and style used are not important, but the general thought process is.

Please call out any data cleanliness issues you think are relevant. Charts and extra commentary are always welcome. Feel free to reach out over email with questions.

In this repo:

  1. MD files: You will find 4 markdown files (excluding the README.md).

    • process.md covers notes I took trying to document the process I went through to solve this problem (up until I got SQL working).
    • queries.md includes many of the queries I ran (i) to get a feel for the data in trying to figure it out, and (ii) to solve the questions asked for this challenge.
    • answers.md includes my answers to challenge questions i. and ii.
    • criticisms.md includes the 3 main criticisms/issues I dealt with when running queries on the data.
  2. Scripts folder: You will find 2 scripts, a .rb and a .py file.

    • sanitize.rb utf-8 encodes the data so that I can add it to a table in SQL.
    • create_table.py creates a table with the now utf-8 encoded data.
  3. Practice folder: This folder contains several scripts that I used to get a better understanding of sanitizing data and using python. This is the part I struggled with the most by far, so the amount of files in the practice folder does not account for the amount of research that went into getting the final scripts to work.

csv's People

Contributors

mattrice12 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.