Dataframe 1.0.0.0
internet_points
104 points
24 comments
March 23, 2026
Related Discussions
Found 5 related stories in 44.4ms across 3,471 title embeddings via pgvector HNSW
- What category theory teaches us about dataframes fanf2 · 20 pts · March 29, 2026 · 47% similar
- DuckDB 1.5.0 erikcw · 15 pts · March 10, 2026 · 44% similar
- Announcing DuckDB 1.5.0 bluehat974 · 13 pts · March 09, 2026 · 41% similar
- Show HN: DuckDB community extension for prefiltered HNSW using ACORN-1 cigrainger · 26 pts · March 25, 2026 · 41% similar
- Show HN: Data-anim – Animate HTML with just data attributes ryo-manba · 11 pts · March 14, 2026 · 40% similar
Discussion Highlights (8 comments)
october8140
1.0.0.0.0.0.0.0
hambandit
I learned some haskell as my hobby language a few years back. It was very cool and forced me to think about programming differently (and finally grok recursion). It never felt like a good language for data analysis to me though (maybe that's cause this library wasn't around? lol). This isn't meant a criticism of this library, instead, I'm curious the use cases the author, if you're around or a user, has in mind. Congrats on the v1 release!
whateveracct
And packed in here is more than Dataframe. DataHaskell in general is revived and improving on multiple fronts. Exciting stuff!
brightball
If anybody is reading this and would like to submit a talk on it or Haskell itself to the Carolina Code Conference, please do so. Our call for speakers is open until the end of March and I've been hoping to get a Haskell talk in for the last couple of years. https://blog.carolina.codes/p/call-for-speakers-2026-is-open
octopoc
> There is now a DataFrame.Typed API that tracks the entire schema of the dataframe - column names, misapplied operations etc are now compile time failures and you can easily move between exploratory and pipeline work. This makes complex dashboards so much easier to build, because in Python you have to test everything in the dashboard to make sure a change to a common dataset didn’t break anything. Is there a good web dashboard library like streamlit for Haskell I wonder?
mark_l_watson
This looks so cool, just put it on top of my todo list. My Haskell skills are mediocre but I love the language. I get by with a subset of the language. Strong typing and data science seems like a good combination.
ghc
I feel like I've been waiting for this to mature for a decade. I love that the vision has been realized despite the enthusiasm for functional programming languages cooling off somewhat.
huss-mo
why choose an overlapping name with pandas dataframe?