5 ms·
And fast! I got easily 3 orders of magnitude speedup. I used to load CSVs with pandas and do typical filtering operations... oh boy, some of the stuff would tak
by klhugo 6y ago
And fast! I got easily 3 orders of magnitude speedup. I used to load CSVs with pandas and do typical filtering operations... oh boy, some of the stuff would take a hole morning, not to mention the memory usage. I do all that in minutes now.
- benhurmarcel 6y agoSorry if that sounds stupid, but then when you get a csv file you write it to an SQLite file before doing computations?