TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: CSV Explorer (YC F1) - Explore CSVs with Millions of Rows

60 点作者 jastr大约 8 年前

11 条评论

xaybey大约 8 年前
I usually use csvkit (<a href="https:&#x2F;&#x2F;csvkit.readthedocs.io&#x2F;en&#x2F;1.0.1&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;csvkit.readthedocs.io&#x2F;en&#x2F;1.0.1&#x2F;index.html</a>). 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 <i>instantly</i> 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 decimals.<p>That 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.
评论 #14045281 未加载
评论 #14050833 未加载
评论 #14058451 未加载
评论 #14045219 未加载
评论 #14044746 未加载
jastr大约 8 年前
Hi HN!<p>A few months ago, a college friend reached out because his consulting company had just received a 60 Gb spreadsheet, and they didn&#x27;t know what to do with it! They actually tried opening it in Excel.<p>I&#x27;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!
评论 #14044751 未加载
评论 #14044742 未加载
deadringerr大约 8 年前
Cool idea - Having to work with sensitive data, it&#x27;d be great to have this functionality without importing&#x2F;uploading to the internet.
评论 #14044838 未加载
patwalls大约 8 年前
This is really awesome. What sparked this idea?<p>Not 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&#x2F;exports to push&#x2F;pull data.
评论 #14044810 未加载
dromenkoning大约 8 年前
This tool would be great were it not for me (rightfully) getting fired and possibly sued by any of my clients if I uploaded even a single file. In fact, what kind of business with millions-of-rows kind of files would entrust said datasets to a service that to me seems strangely vague [1] on how the data is secured, or where it is actually going to be physically stored.<p>[1] <a href="https:&#x2F;&#x2F;www.csvexplorer.com&#x2F;legal&#x2F;privacy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.csvexplorer.com&#x2F;legal&#x2F;privacy&#x2F;</a>
jastr大约 8 年前
Update: A one minute demo video - <a href="https:&#x2F;&#x2F;youtu.be&#x2F;RBiDL5neWDc" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;RBiDL5neWDc</a>
emodendroket大约 8 年前
Is there any reason this tool couldn&#x27;t be 100% client-side?
评论 #14045557 未加载
hprotagonist大约 8 年前
My solution to this problem, so far, has been ipython and pandas. (and maybe jupyter notebook for visualization and sharing).<p>What&#x27;s the value-add here?
评论 #14044759 未加载
cocktailpeanuts大约 8 年前
What&#x27;s &quot;YC F1&quot;?
评论 #14043648 未加载
chrisweekly大约 8 年前
Does this do stuff lnav can&#x27;t?
pclark大约 8 年前
you should integrate with commatocolumn.com! ;)