Contribute Media
A thank you to everyone who makes this possible: Read More

Advanced data wrangling with pandas

Description

Pandas is nowadays the library of choice for manipulating and analysing structured data, providing high-performance, easy-to-use data structures and data analysis tools.

In this hands-on tutorial on using pandas for data analysis, you will be guided through some of the powerful methods and concepts in pandas, including time series manipulation (resampling and rolling operations), groupby operations, reshaping with stack/unstack/pivot, …

Basic familiarity with pandas data structures (Series/DataFrame) is assumed.

Details

Improve this page