Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.54 KB

File metadata and controls

22 lines (18 loc) · 1.54 KB

Applied-Data-Science-with-Python

Lecture notes and Assignments from the Data Science Specialization of UoM.

Course I: Introduction to Data Science in Python ✔️

Course II: Applied Plotting, Charting & Data Representation in Python ✔️

Module 2: Basic Charting

Lecture: Scatterplots, Line Plots, Bar Charts.
Assignment: Plotting a given temperature dataset's mininum and maximum values.

(notebook - final plot)

Module 3: Charting Fundamentals

Lecture: Subplots, Histograms, Box Plot, Heatmaps.
Assignment: Barplots, and confidence intervals..

(notebook - final plot)

Module 3: Applied Visualizations

Visualizing a dataset of one's choice. Dataset: Worldbank's GDP dataset.

(notebook - final plot)