Pandas Should Go Extinct
eddie.codes
Pandas Should Go Extinct
1–10 of 105 posts
Re: Pandas Should Go Extinct
#2Re: Pandas Should Go Extinct
#3Assumes that a project moves beyond 10s of GBs. I guess 99.9% of projects that import pandas fall well below this threshold.
Re: Pandas Should Go Extinct
#4I'd write more tutorials about how to use data science tooling but one consequence of AI is that all the old data sources I used to analyze such as social media and Reddit are now completely locked down (I am surprised NYC Taxi is still being updated, though). Therefore in the meantime, I'm working on making better data science tooling...although unclear to what end due to the data issue above.
Re: Pandas Should Go Extinct
#5Re: Pandas Should Go Extinct
#6> 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.
If a library is performant at large datasets, it is likely performant at small ones too.
Re: Pandas Should Go Extinct
#7In many cases I’ve found directly using python primitives to be less confusing than pandas.
Similarly, in companies I’ve worked at, the datasets just aren’t that big. Especially if you’ve got access to modern hardware.
Re: Pandas Should Go Extinct
#8https://eddie.codes/posts/pandas-should-go-extinct/ https://eddie.codes/posts/source-code-comments/
Re: Pandas Should Go Extinct
#9> 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.
At my work I had convinced the ML pipeline engineers to switch from pandas to polars for even small ETL pipelines and there were notable performance gain with better CPU/memory utilization. If a library is performant at large datasets, it is likely performant at small ones too.
Re: Pandas Should Go Extinct
#10Something going wonky on their blog, where two posts got their links swapped.