Udacity Data Analyst Case Study 2 - Analyze fuel economy data provided by the Environmental Protection Agency using NumPy, Pandas, and Matplotlib.
Analyze fuel economy data for different car models from 2008 and 2018.
analyze_fuel_economy_data.ipynb
contains a Jupyter Notebook that analyze fuel economy dataset.all_alpha_08.csv
contains raw fuel economy data for year 2008.all_alpha_18.csv
contains raw fuel economy data for year 2018.clean_08.csv
contains clean fuel economy dataset for year 2008.clean_18.csv
contains clean fuel economy dataset for year 2018.data_08.csv
contains wokring copy of the fuel economy dataset for year 2008.data_18.csv
contains wokring copy of the fuel economy dataset for year 2018.