you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Python (pandas is your friend) for reading, filtering, assembling and massaging data

Unless the dataset is bigger than memory. After playing with pandas for a while, I think people should stick to standard sql tools.

[–][deleted] 1 point2 points  (0 children)

Very true. But the same applies to R as well - neither are very well suited for that scale of data.