top of page
Search


What's the fastest way to read a CSV file with Pandas 2.0?
I did some performance testing of the different engines and options of Pandas 2.0's read_csv() function, and wrote an article about the resu
Finn Andersen
Apr 27, 20231 min read
Â
Â
Â


How doeso Panda’s read_csv() function actually work?
I dove into the internals of the updated read_csv() function in Pandas 2.0 to see how the different engines and configuration options work.
Finn Andersen
Apr 27, 20231 min read
Â
Â
Â


A Guide to Pandas Extension Types and How to Create Your Own
Pandas Extension Types allow adding cool new capabilities to the popular Python data processing library
Finn Andersen
Feb 1, 20231 min read
Â
Â
Â
bottom of page