Items you need for Project 1 for SI 206 - Fall 2018
project1-206.py is the starter source for the project. It includes tests to check the results.
P1DataA.csv is one of the input files for the project.
P1DataB.csv is the other input file for the project.
outfile.csv is used to compare your results from writing a file.
ExampleFinalOutput.png shows what to expect when you run your project1-206.py when it is complete and correct
SI 206 Project 1 - Clean Data.docx - a word file with a more detailed description of what you need to do for project 1
- To start, fork the repository
- Clone the repository to your computer.
- Modify the files and commit changes to complete your solution.
- Push /sync the changes up to GitHub.
- Create a pull request on the original repository to turn in the assignment.