This is second Course in the specialization Data science with Python offered by University of Michigan.
This week covers basic principles of Information Visualization and is divided in 3 parts
- The Visualization wheel (Alberto Cairo)
- Graphical Heuristics (Edward Tufte)
- Truthful art principles (Alberto Cairo)
This week covers the matplotlib
architecture and hands on matplotlib.pyplot
to create scatterplots, line charts, bar charts and Dejunkifying plots. You can find the complete notebook here
This week's assignment covered working with real world CSV weather data. Data was manipulated to display the minimum and maximum temperature for a range of dates. Additionally, a composite chart was created by overlaying a scatter plot of record breaking data for a given year. The complete notebook is here
This week covers subplots, histograms, Boxplots, Heatmaps, Interactivit and animation using matplotlib. The complete notebook is here Also, this week's assignment was to build a custom visualization. Some Interactive viualization that I build is in this notebok.
Final week covers introduction to seaborn
and plotting with pandas
. The complete notebook is here. The final week's assignment was to find a dataset, develop a research question and finally answer it using visulaization. The pdf file and source code is also included.