Viewing profile — punkbrwstr
punkbrwstr
HN member- Joined
- Thu, Sep 08, 2016, 6:48 PM UTC
- HN karma
- 8
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About punkbrwstr
Recent public activity
-
comment
Comment #47821693
How quickly can they get this in the Yuma tent
-
comment
Comment #45640235
[dead]
-
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.
-
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…
-
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. …
-
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…
-
comment
Comment #22138770
Which game is it where you drop the word "otiose" in the second paragraph?
-
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 …
-
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…
- story
- story
- story