/JupyterPythonIntro

Introduction to using Jupyter notebooks and Python/Pandas for data

Primary LanguageJupyter Notebook

Introduction to Jupyter notebooks with Python/Pandas

Eric E Monson
Duke Data and Visualization Services

Resources

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

Tidy data in Python · Great overview of many Pandas manipulations to achieve "tidy data"

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

Python for Data Science workshop · Python for Data Science workshop repository, given at IEEE VIS 2015

NBViewer – Jupyter viewer site · Place to both put your notebooks for sharing and find great content by others