Data Analysis and Visualization Course
pip install pandas
Download 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 pandas
in terminal.- Open the
bigCSV.ipynb
files 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.