/pandas-datamatters

Python for Tabular Data and Visualization – Data Matters 2020

Primary LanguageJupyter Notebook

Python for Tabular Data and Visualization – Data Matters 2020

  • Instructor: Eric Monson
  • Data Matters Slack channel: monson-python

Thursday, Dec 10

Session 1 : 9:30–10:40am

Session 2 : 10:55am–12:05pm

Session 3 : 1:20–2:30pm

Session 4 : 2:45–3:55pm


Friday, Dec 11

Session 1 : 9:30–10:40am

Session 2 : 10:55am–12:05pm

Session 3 : 1:20–2:30pm

Session 4 : 2:45–3:55pm


Extras


Tidy Data Exercises are from the blog post by Jean-Nicholas Hould blog post and hist accompanying GitHub repository


Extra Resources

Minimally Sufficient Pandas · A really great post by Ted Petrou with an opinionated guide to which commands and styles of coding should be used with Pandas. There are so many ways of doing the same thing in Pandas and he helps clarify which to choose and why. Not a beginner article, but essential for intermediate to advanced users.

Jupyter Notebook Tutorial · From Datacamp, gives history, setup and basic usage, with great links to good notebooks and how to set up interactive dashboards

Github Markdown cheat sheet · Super-concise summary of (github-style) Markdown syntax

Pandas cheat sheet · Modeled after R cheat sheet. Very good summary of basic Pandas functions

Dramatic Tour of Python visualization tools · Entertaining and illuminating comparison of how various plots would be done with many major Python visualization packages (Matplotlib, Pandas, Seaborn, ggplot, Altair), including code repository

Pandas tutorials and documentation · Good documentation, examples and quick tutorials from the official Pandas site