Live data from Hacker News

Viewing profile — punkbrwstr

punkbrwstr

HN member
Joined
Thu, Sep 08, 2016, 6:48 PM UTC
HN karma
8
Public activity
12 items

About punkbrwstr

[ my public key: https://keybase.io/punkbrwstr; my proof: https://keybase.io/punkbrwstr/sigs/-eaqQVmGypNr2phOVuWygnpyNKhvOJPrDePNW3Z25OQ ]

Recent public activity

  1. comment
    Comment #47821693

    How quickly can they get this in the Yuma tent

  2. comment
  3. story
    Show HN: DataFrames as Stacks of Lazy Columns

    A stack-based/concatenative approach to Python DataFrames. Inspired by the HP calculators, Factor language, and Postscript.

  4. comment
    Comment #29162102

    My pynto https://github.com/punkbrwstr/pynto is a similar framework for creating dataframes, but using a concatenative paradigm that treats the frame as a stack of columns. Functio…

  5. comment
    Comment #22149054

    You definitely could do a similar column-level functional approach that way, but I think the simple syntax of the stack-oriented approach makes it easier to read and catch errors. …

  6. comment
    Comment #22148995

    Building up complicated time series transformations by composing simple functions helps me be sure I'm doing what I think I'm doing. Since the transformations are tacit expressions…

  7. comment
    Comment #22138770

    Which game is it where you drop the word "otiose" in the second paragraph?

  8. comment
    Comment #22051268

    The stack-oriented approach can also be used within modern languages to realize the benefits of simplicity and code-reusablility. I created a python package for data analysis that …

  9. comment
    Comment #21349242

    Thanks! I tried keeping it all stack-based, but I really wanted default arguments. In the end the parameters felt more usable even if they are "impure". I made a bunch of iteration…

  10. story
  11. story
  12. story