Show HN: CSV Explorer (YC F1) - Explore CSVs with Millions of Rows
1–10 of 35 posts
Re: Show HN: CSV Explorer (YC F1) - Explore CSVs with Millions of Rows
#2A few months ago, a college friend reached out because his consulting company had just received a 60 Gb spreadsheet, and they didn't know what to do with it! They actually tried opening it in Excel.
I'm excited to Show HN CSV Explorer - a simple web tool for opening really big CSVs! Try it out, and let me know how it goes!
Re: Show HN: CSV Explorer (YC F1) - Explore CSVs with Millions of Rows
#3Re: Show HN: CSV Explorer (YC F1) - Explore CSVs with Millions of Rows
#4What's "YC F1"?
Re: Show HN: CSV Explorer (YC F1) - Explore CSVs with Millions of Rows
#5Not sure if you have this feature, but I think it would be really cool if you could open APIs to your own datasets. This could be really useful for enterprise applications that do a lot of flat file imports/exports to push/pull data.
Re: Show HN: CSV Explorer (YC F1) - Explore CSVs with Millions of Rows
#6That being said I would never want to (and often legally cannot) etl my data to some third party. That would be terribly slow. But I would happily pay for a nice desktop tool to do it for me; command line or GUI.
Re: Show HN: CSV Explorer (YC F1) - Explore CSVs with Millions of Rows
#7What's the value-add here?
Re: Show HN: CSV Explorer (YC F1) - Explore CSVs with Millions of Rows
#8Hi HN! A few months ago, a college friend reached out because his consulting company had just received a 60 Gb spreadsheet, and they didn't know what to do with it! They actually tried opening it in Excel. I'm excited to Show HN CSV Explorer - a simple web tool for opening really big CSVs! Try it out, and let me know how it goes!
Re: Show HN: CSV Explorer (YC F1) - Explore CSVs with Millions of Rows
#9I usually use csvkit ( https://csvkit.readthedocs.io/en/1.0.1/index.html ). There are commands to list the columns, filter, browse the data in a somewhat formatted way with less. Typing the commands is a huge pain though, and I would be very interested in a tool that could instantly pop open and let me peruse. Excel can take minutes to load and eagerly does a lot of unhelpful formatting on things like dates and decim…