←back to thread

I don't like NumPy

(dynomight.net)
480 points MinimalAction | 1 comments | | HN request time: 0.205s | source
Show context
rrr_oh_man ◴[] No.43998051[source]
Coming from the excellent tidyverse or even data.table in R, Numpy always has felt like twenty steps back into mindfuck territory.
replies(2): >>43998195 #>>43998502 #
1. jampekka ◴[] No.43998502[source]
Numpy and tidyverse/data.table are not really on the same level of abstraction. Something like Pandas would be (and it definitely has its warts).

Doing the lower level stuff that NumPy is used for is really mindfuck territory in R.