Exploratory Data Analysis using Python
- Assignment_Specifications.pdf: Assignment specifications
- assignment1_dataset.csv: Dataset used for analysis
- Exploratory_Data_Analysis_Using_Python.ipynb: Jupyter Notebook which has the code written
- Exploratory_Data_Analysis_Using_Python.pdf: pdf version of the Jupyter Notebook
Libraries used: pandas, seaborn, numpy, matplotlib
Tasks completed:
- Read in files and extract data from them into a data frame.
- Wrangle and process data.
- Use graphical and non-graphical tools to perform EDA.
- Use basic tools for managing and processing big data.
- Determine information
- Communicate your findings in your report.