Viewing profile — devin-petersohn
devin-petersohn
HN member- Joined
- Wed, Jan 15, 2020, 6:04 AM UTC
- HN karma
- 89
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About devin-petersohn
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46800469
Funny enough, I actually just (2 weeks ago) added support for streaming from Pyspark to Polars/DuckDB/etc through Arrow PyCapsule. By streaming, I mean actually streaming, not coll…
- story
-
comment
Comment #34493911
The core abstraction of Modin is the dataframe algebra, published here: https://arxiv.org/pdf/2001.00888.pdf
-
comment
Comment #32580259
I always appreciate blog posts like this, there are obviously cases where SQL shines, and in part I think the dataframe abstraction helps with filling a lot of the missing pieces t…
- story
- story
-
comment
Comment #31824819
There are loads of things that are not possible or are very cumbersome to write in SQL, but that pandas and many other dataframe systems allow. Examples are dropping null values ba…
-
comment
Comment #30767095
This blog post is a great way to learn about the theory underlying dataframes without reading a bunch of technical jargon from our academic paper[1]. AMA! [1] https://arxiv.org/pdf…
- story
-
comment
Comment #29586405
This was my PhD focus. We identified a core "dataframe algebra"[1] that encompasses all of pandas (and R/S data.frames): a total of 16 operators that cover all 600+ operators of pa…
-
comment
Comment #26402166
I'm one the maintainers of Modin, so I can chime in here. Dataframes are the focus of my PhD thesis, and Modin started as my PhD project. Most of the differences come down to funct…
- story
- story
- story