Home > Introduction to Python > Data visualization
Module: Introduction to Python
- Lesson: Introduction to matplotlib / or plotly
- Lesson: Line, Area, Pie Bar plots
- Lesson: Histograms & Box plots
- Lesson: Density & scater plots
- Lesson: Multi axes plots and advance charting
- Lesson: Final assignment
- Lesson: Dataset to try out charting
Introduction to matplotlib / or plotly
- Self Learning Duration
- 30 mins
- Lecture Duration
- 30 mins
Introducing charting library and brief overview of visualization.
None
Line, Area, Pie Bar plots
- Self Learning Duration
- 30 mins
- Lecture Duration
- 60 mins
Create different chart types.
Focus on sub plots and different styling.
Get a dataset from Kaggle and create few bar charts also make sure to pick a scenario which would have sub plots.
Histograms & Box plots
- Self Learning Duration
- 30 mins
- Lecture Duration
- 60 mins
Create histograms and box plots.
Discussed why histograms and in which cases it's useful.
None
Density & scater plots
- Self Learning Duration
- 30 mins
- Lecture Duration
- 60 mins
Applying statstical knowledge to create histograms & box plots (we need to provide right datasets and ask for analysis)
None
Multi axes plots and advance charting
- Self Learning Duration
- 30 mins
- Lecture Duration
- 120 mins
https://matplotlib.org/api/pyplot_api.html
Stacking charts, sharing axis, heat maps
None
Final assignment
- Self Learning Duration
- 30 mins
- Lecture Duration
- 30 mins
Explain the structure of the final project and outcomes.
Student can select any complex dataset and demostracte the analytical skills.
Selected dataset needs to be with few files.
Building a solution which involves loading data and doing some analysis, changing data and saving it back. OOP should get applied and All previously learnd lessons should get applied
Dataset to try out charting
- Self Learning Duration
- 30 mins
- Lecture Duration
- 30 mins
https://www.kaggle.com/unanimad/us-election-2020?select=president_county.csv
None