-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
For the Data Visualization with Python workshop:
We could take out most of the example plots from the pandas section and move them to the seaborn section, then add an explanation of the differences in between the sections (including that most of the plots could be done in either library). The idea is that you're just showing that it's possible to use Pandas and Pandas features for exploration, and then focusing on a library that has more options for a polished design. I don't know if all of it's possible, but here's a sample outline:
- Datasets and Pandas
- Visualization
- Univariate plotting with Pandas
a. Bar and line plots - Bivariate plotting with Pandas
a. Scatter plots
b. Stacked plots (with pivot tables) - Styling with Pandas
- Seaborn
a. When you might use Seaborn vs. Pandas - Univariate plotting with Seaborn
a. Histograms
b. Boxplots
c. Line charts
d. Time series
e. Area charts - Bivariate plotting with Seaborn
a. Boxplots (again)
b. Hexplots
c. Hexplots with accompanying histograms
d. Faceting - Saving a Figure
- A brief look at Bokeh
- Other Libraries
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels