Urgent.News

What's breaking now, across thousands of outlets.

Tech

Pandas Should Go Extinct

The Pandas DataFrame library, widely used for data analysis in Python, is the focus of a recent talk at the Latency Conference. The speaker argues that the inefficiencies of Pandas force users to adopt more complex distributed querying systems prematurely. They propose that most workloads never justify the added complexity of distributed systems like Spark, Dask, Snowflake, or DataBricks.

Instead, the speaker suggests that modern, high-performance single-machine tools like Polars and DuckDB could effectively fill the gap between the "Pandas cliff" and the scale where distributed systems are truly necessary, around the 100GB data size threshold. The talk also delves into the use of these tools through an example of the 1 Billion Row Challenge, comparing the performance of Pandas, Polars, and an in-memory analytics DB, DuckDB.

Written by urgent.news from Hacker News's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at eddie.codes →

More in Tech

Day 7 - OpenAPI & Swagger - API Document না করলে team-এর সবাই আপনাকে চিনবে

একটা গল্প share করি। প্রায় ৩-৪ বছর আগের গল্প। তখন আমি fullstack developer হিসেবে কাজ করতাম। তখন একটা project-এর কাজ আসে, existing API already ready + সেটা integration করা লাগবে। Frontend design তো…

Memory64 moved the browser ceiling and exposed an ABI gap

A 32-bit WebAssembly heap put the browser playground near a 4 GB ceiling. With weights and AdamW state, that limited the fp32 model size to roughly 250 million parameters.

  • Memory64 expanded WebAssembly browser capabilities
  • 32-bit heap limited browser to 4 GB capacity
  • BigInt support enabled 473 million parameters allocation

More from Saturday 12 September →