Contributions

Tutorial
In this video, you'll learn 25 tricks that will help you to work faster, write better code, and impress your friends. These are the most useful tricks I've learned from 5 years of teaching Python's pandas library. Each trick is about a minute long, so you're going to learn a ton of new pandas skills in less than 30 minutes!
Tutorial
Learn how to use the pandas library to effectively explore, clean, and visualize your data. Become more fluent at using pandas to answer your own data science questions!
Article
Want to share a fully interactive Jupyter Notebook, without requiring the recipient to install anything? Or just want to try out Jupyter yourself? This post compares six free "hosted notebook" services in-depth.
Article
pandas is a very popular library for data analysis, manipulation, and visualization, but it still hasn't reached version 1.0. What's next for pandas?
Tutorial
Save yourself the countless hours I spent reading the scikit-learn release notes, and read the detailed guide to how I updated my code from scikit-learn 0.16 & Python 2.7 to scikit-learn 0.19.1 & Python 3.6!