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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

You Don't Want to Use CSV Files

2 点作者 vladde大约 1 年前

4 条评论

NetworkPerson大约 1 年前
CSV files mean a lot of work and are expensive… couldn’t agree more. I had the distinct “pleasure” of working with the food plan system for a get of around 60,000 people. Every iteration of every plan option across every demographic of person was controlled by the biggest CSV you’ve seen. And it changed multiple times a year, requiring a series of review meetings among a small group of IT to review and update everything. It was absurd how that entire system ran off a CSV.
nikonyrh大约 1 年前
I remember not being able to read Pandas parquet files using for example Vaex (<a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;vaex&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;vaex&#x2F;</a>). And it is a bit disgenuine not to enlist all supported arguments of `pandas.read_parquet`&#x27;s `*kwargs`. But I agree that Parquet is already 100x better than CSV.
flaptrap大约 1 年前
Someone is trying to sell something. Fool me twice, shame on me. CSV is a convenient format but omits schema&#x2F;subschema. CSV data are what you make it. With so many implementations so might as well be in twisty tunnels each a little different.
eternityforest大约 1 年前
I always thought of CSV as something you import with Excel. I&#x27;ve added export features to plenty of programs, but never really thought about any other possibility for the data besides a spreadsheet app.