XAN: A Modern CSV-Centric Data Manipulation Toolkit for the Terminal
(github.com/medialab)
xan is a command line tool that can be used to process CSV files directly from the shell.
xan is a command line tool that can be used to process CSV files directly from the shell.
A love letter to the CSV format
(github.com/medialab)
Every month or so, a new blog article declaring the near demise of CSV in favor of some "obviously superior" format (parquet, newline-delimited JSON, MessagePack records etc.) find its ways to the reader's eyes. Sadly those articles often offer a very narrow and biased comparison and often fail to understand what makes CSV a seemingly unkillable staple of data serialization.
Every month or so, a new blog article declaring the near demise of CSV in favor of some "obviously superior" format (parquet, newline-delimited JSON, MessagePack records etc.) find its ways to the reader's eyes. Sadly those articles often offer a very narrow and biased comparison and often fail to understand what makes CSV a seemingly unkillable staple of data serialization.
Show HN: CSV Table – Proper GUI for View and Edit CSV, JSON
(csvtable.com)
A modern, full-privacy and friendly UI to view and manage CSV, JSON files
A modern, full-privacy and friendly UI to view and manage CSV, JSON files
How fast can you parse a CSV file in C#?
(lemire.me)
We often store large datasets using comma-separated-value (CSV) files. The format is simple enough, each line of a text file is made of several values separated by commas, like so:
We often store large datasets using comma-separated-value (CSV) files. The format is simple enough, each line of a text file is made of several values separated by commas, like so: