#660 · Primary category: Education & Research

pandas-videos

data-analysis data-cleaning data-science jupyter-notebook pandas python tutorial

Jupyter notebook and datasets from the pandas video series

Project last updated:03/05/24

GitHub Stars

2.3K

Forks

1.9K

Contributors

1

License

Other

Why we included this project

Self-teaching pandas goes much faster when you can run the code yourself, and this repository makes that easy by pairing short, question-driven video lessons with the exact Jupyter notebooks and datasets shown on screen. You follow along by executing the same cells as you watch, which beats passive viewing. The topics stick to everyday operations, from reading a tabular file and renaming columns to filtering rows, sorting, and groupby, and since every notebook comes with its matching data, the whole thing doubles as a practice lab for data cleaning before you apply the techniques to your own work. The same material is also a free online course with exercises and a certificate, so it works as a structured path for beginners and a quick reference when you need to recall a specific pandas recipe.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category