Data Analysis and Visualization Course
pip install pandasDownload University data and rank them in order of best university. We donloaded to seperate sources of data. One with the Top University rankings and another that has all of the tuition, fees, and enrollment data.
The "Resources" folder holds all of the CSV files and the bigCSV.ipynb is what runs the cleaning an merging.
- Download the repository.
pip install pandasin terminal.- Open the
bigCSV.ipynbfiles and run it within the worksheet. - This will export a merged file called
Merged_College_data.csv
Raw data from two separate large data sources are now cleaned and combined so more easily manipulated.