Show HN: Pandas in JS
stratodem.github.io
Show HN: Pandas in JS
1–6 of 6 posts
Re: Show HN: Pandas in JS
#2What happens if I load a 100MB csv file into a pandas.js dataframe in the browser and compute an aggregate? How fast is this?
Re: Show HN: Pandas in JS
#3Re: Show HN: Pandas in JS
#4Very 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!
Re: Show HN: Pandas in JS
#5I hate how this site fills up my browser history as I scroll. This is a breaking of the back button I haven't encountered before.
Re: Show HN: Pandas in JS
#6No comment on the actual project. I hate how this site fills up my browser history as I scroll. This is a breaking of the back button I haven't encountered before.