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

Pandas from the Inside

Description

PyData DC 2016

Pandas is great for data analysis in Python: intuitive DataFrames from R; fast numpy arrays under the hood; groupby like in SQL. But this familiarity is deceptive: pandas users often get stuck on things they feel should be simple. This talk look inside pandas to see how DataFrames actually work when building, indexing and grouping tables. You will learn how to write fast, efficient pandas code.

Details

Improve this page