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

Getting more out of your pandas

Description

Pandas is a python library for data processing. It makes many of your typical data operations easy - input and output, joining, aggregating, and various analytics. But being so easy to use makes it easy to use poorly (pandamonium)! This talk will explore how to get more out of pandas by using it the way it wants to be used. Iu2019ll speak about the internals of pandas and pandas data structures. I will thendescribe ways to speed up your code by by structuring your data processing in a more pandonic way, demonstrated through worked examples.

Details

Improve this page