Live data from Hacker News

Viewing profile — devin-petersohn

devin-petersohn

HN member
Joined
Wed, Jan 15, 2020, 6:04 AM UTC
HN karma
89
Public activity
15 items

About devin-petersohn

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. story
  4. comment
    Comment #34493911

    The core abstraction of Modin is the dataframe algebra, published here: https://arxiv.org/pdf/2001.00888.pdf

  5. 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…

  6. story
  7. story
  8. 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…

  9. 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…

  10. story
  11. 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…

  12. 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…

  13. story
  14. story
  15. story