Follow me! https://github.com/astrojuanlu/, https://astrojuanlu.substack.com
pandas is everywhere!
https://stackoverflow.blog/2017/09/14/python-growing-quickly/
"Apache Arrow and the 10 things I hate about pandas" https://wesmckinney.com/blog/apache-arrow-pandas-internals/
tl;dr:
"A language-independent columnar memory format"
Out-of-core dataframes "to visualize and explore big tabular datasets"
"Lightning-fast", in-memory dataframes for Rust and Python
From the Polars docs:
Indexes are not needed! Not having them makes things easier - convince us otherwise!
From Twitter:
(Thanks for Kevin Kho, James Powell, Cameron Riddell, Ritchie Vink for inspiration and discussion)