|
|
|
|
|
by coolio222
3221 days ago
|
|
Very cool. The whole pandas API is huge. What was your focus for your implementation?
Isn't there another well known js library that allows SQL operations including aggregates? How fast is it compared to that? What happens if I load a 100MB csv file into a pandas.js dataframe in the browser and compute an aggregate? How fast is this? |
|
The next step will involve performance optimizations as the aggregates will be slow at 100MB. At that scale, we do the operations server side (we've exclusively been using this client side). Thanks for raising that concern!