Live data from Hacker News

Fast DataFrames for Ruby

github.com

1–10 of 28 posts

Re: Fast DataFrames for Ruby

#2
Recent and related:

Modern Polars: A comparison of the Polars and Pandas dataframe libraries - https://news.ycombinator.com/item?id=34275818 - Jan 2023 (62 comments)

Also:

Polars: Fast DataFrame library for Rust and Python - https://news.ycombinator.com/item?id=29584698 - Dec 2021 (124 comments)

Polars: Rust DataFrames Based on Apache Arrow - https://news.ycombinator.com/item?id=23768227 - July 2020 (1 comment)

Re: Fast DataFrames for Ruby

#9
post #3

I'm trying to imagine why somebody would start a data analytics project in ruby.

Having done financial modelling and data analytics in Ruby: Because I like Ruby, all the other backend code in those projects was in Ruby, and most projects don't rely on data volumes where the lack of something like Polars is an issue to begin with.

Most people don't have large datasets (even many people who think they have large datasets). Some do, or require more complex supporting libraries, and I get that Ruby then often isn't practical for them, and that's fine.

But it's nice to know I now have one more option reducing my need to consider another language.

Post reply on HN