Am I crazy or did the OP swap the contents of the posts around accidentally? https://eddie.codes/posts/pandas-should-go-extinct/ https://eddie.codes/posts/source-code-comments/
Pandas Should Go Extinct
21–30 of 105 posts
Re: Pandas Should Go Extinct
#22Am I crazy or did the OP swap the contents of the posts around accidentally? https://eddie.codes/posts/pandas-should-go-extinct/ https://eddie.codes/posts/source-code-comments/
Published two posts at the same time and total PEBCAK
Re: Pandas Should Go Extinct
#23Re: Pandas Should Go Extinct
#24Re: Pandas Should Go Extinct
#25Re: Pandas Should Go Extinct
#26> People typically start with Excel and graduate to Pandas somewhere in the GB range. Pandas serves them well into the 10s of GBs range, and then they start hitting memory issues, slow computation, or become frustrated with Pandas’ baroque API. Assumes that a project moves beyond 10s of GBs. I guess 99.9% of projects that import pandas fall well below this threshold.
True, but also if Polars and DuckDB offer a similar experience with the ability to scale beyond that range, why not use them (for new projects)? This isn't a call to arms to rewrite everything in the new shiny, just consider the new shiny for new shiny things
Credit to pandas for popularizing dataframes in Python, but polars and duckdb are objectively better APIs in addition to their implementation improvements. Agree that it’s time we let it go.
Re: Pandas Should Go Extinct
#27Re: Pandas Should Go Extinct
#28Am I crazy or did the OP swap the contents of the posts around accidentally? https://eddie.codes/posts/pandas-should-go-extinct/ https://eddie.codes/posts/source-code-comments/
Sorry, fixed it now! Published two posts at the same time and total PEBCAK
Re: Pandas Should Go Extinct
#29Earlier quoted context omitted.
True, but also if Polars and DuckDB offer a similar experience with the ability to scale beyond that range, why not use them (for new projects)? This isn't a call to arms to rewrite everything in the new shiny, just consider the new shiny for new shiny things
Not to mention less footguns. I used to spend my days unwinding bad habits DS pick up from years of panda abuse. Credit to pandas for popularizing dataframes in Python, but polars and duckdb are objectively better APIs in addition to their implementation improvements. Agree that it’s time we let it go.
Re: Pandas Should Go Extinct
#30> TODO: rewrite this entire service
remains.