Viewing profile — rlh2
rlh2
HN member- Joined
- Sun, Feb 06, 2022, 6:04 PM UTC
- HN karma
- 26
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About rlh2
No profile information was provided.
Recent public activity
-
comment
Comment #47001657
People also love to hate R but data.table is light years better than pandas in my view
-
comment
Comment #37955213
I did not, mostly because the parsers are custom to how I want things displayed. Here is a simplified example for Chase, though: BEGIN{ FS = ","; } { if(FNR > 1){ date = gensub(/([…
-
comment
Comment #37954550
I tried this out and switched to ledger-cli instead. All of the features listed above are possible and the the flexibility is incredible. The hardest part is data entry. For accoun…
-
comment
Comment #34567305
The obsession with cpu speed almost always confuses me in these topics. Time it takes to program is way more important, and that’s where a terse language like R shines. The base/mo…
-
comment
Comment #30801399
I have been using R for almost 20 years now. I work on a medium-sized quant team at a large asset manager and we run several $BN off R - we mostly trade equities and vanilla deriva…