Visualize any public CSV on GitHub in a few clicks
blog.statwing.com
Visualize any public CSV on GitHub in a few clicks
1–10 of 14 posts
Re: Visualize any public CSV on GitHub in a few clicks
#2Re: Visualize any public CSV on GitHub in a few clicks
#3Couldn't quickly find the limitations when parsing these .csv files. How many lines in them would be still ok?
Edit: Fleshed out explanation
Re: Visualize any public CSV on GitHub in a few clicks
#4Re: Visualize any public CSV on GitHub in a few clicks
#5Looks like you handle CSV's and non-Github links to datasets. You should add transparent handling of gz/zip files as well as xls. This would be useful for poking around government datasets.
Can't yet take gz/zip files, probably should though.
Thanks/cheers
Re: Visualize any public CSV on GitHub in a few clicks
#6Couldn't quickly find the limitations when parsing these .csv files. How many lines in them would be still ok?
Things will definitely start slowing down pretty linearly after 100k lines, but we often see millions, and most files shouldn't break us as long as they're not over ~500MB. Edit: Fleshed out explanation
Re: Visualize any public CSV on GitHub in a few clicks
#7Earlier quoted context omitted.
Things will definitely start slowing down pretty linearly after 100k lines, but we often see millions, and most files shouldn't break us as long as they're not over ~500MB. Edit: Fleshed out explanation
Do you try to check a resource with an http head request to ensure its under 500MB before ingesting?
We haven't worried about it in this particular implementation around the API because we didn't run across many raw github files that were big. And even when we do get the odd big one, we just refuse to process it once we receive it, so it doesn't hurt us much if someone sends us a few GBs.
Re: Visualize any public CSV on GitHub in a few clicks
#8I bet my users would love that.
Re: Visualize any public CSV on GitHub in a few clicks
#9Very cool. Is it possible to easily embed this into an application? I bet my users would love that.
Here's details: https://www.statwing.com/overview/integrations
API docs: https://www.statwing.com/docs/api