This repository consists of all the files discussed during Data Analysis using Python Online Training during 20-July-2020 to 25-July-2020
All days Recorded Video → Gdrive Link
- What is Data
- What is NumPy
- initializing NumPy arrays
Day1 Content Notebook → [.ipynb format] [.pdf format]
Day1 Discussed Slides → [Slides]
- Different dimensional arrays creation.
- Applying Math and Stastical methods to arrays
- Reshaping and accessing arrays.
Day2 Content Notebook → [.pdf format]
- Introduction of Pandas
- Data set Creation using Series and DataFrame
- Accessing of Dataframe elements
- Applying stastical and Math methods on dataframe
- viewing of the DataFrame
- Working with external dataframes.
Day3 Content Notebook → [.pdf format]
Data Preprocessing Using Scikit-Learn
- Introduction
- Standardizing Data
- Data Range
- Robust Scaling
- Normalizing Data
- Data Imputation
Open Source Datasets
Updated the links in resources.md
Day4 Content Notebook → [.ipynb format], [.pdf format], [Slides]
Data Visualization using matplotlib
- Introduction
- Line Plot
- Scatter Plot
- Bar Graph
- Histogram
- Pie Chart
- Box Plot
Updated the links in resources.md
Day5 Content Notebook → [.ipynb format], [.pdf format], [Slides]