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

Processing Large Data with Pandas

Description

Data sets can get large quickly. You can quickly go from looking at: a few 100 lines and a handful of columns to a million lines and with hundreds of columns.
Python Pandas (with smart use of Categories) can enable one to reduce the size of ones data in memory by up to 90%. However, careless use can increase memory use. Learn when to use categories to save memory. Slides located here

Details

Improve this page