9 ms·
>Eventually, I hit a point with R where I was trivially doing pretty complicated things that would have been... ugly in Python. I'm curious; can you give any e
by sumzup 13y ago
>Eventually, I hit a point with R where I was trivially doing pretty complicated things that would have been... ugly in Python.
I'm curious; can you give any examples?
- peatmoss 13y agoThere have been others, but this was a pretty good example of 1.) munging data easily 2.) having libraries available that did what I was looking for https://gist.github.com/pschmied/5903410 https://gist.github.com/pschmied/5903410 I make no guarantees about the quality of my hackish code :-)