Data Analysis Series
The Humble CSV: The Most Important Data Format You Already Know
Understanding the CSV file format is perhaps the most important thing that any textsmith can ever do: it is both a plain text document without much fanfare, and one that carries portable data in a way that proprietary formats do in spreadshees.
read moreData Analysis Series
Dirty Data: Why Cleaning Takes Longer Than Analysis
It is a universal truth that textsmiths work with data formats. Yet formats are attempts to impose structure on messy reality, but no format can decide what the right structure is for you. So in this article, we are going to look at what data cleaning is.
read moreThe Textsmith's Nugget
Five Commands to Inspect CSV Files
These commands work beautifully for simple CSV files, but they are not full CSV parsers. Quoted fields containing commas, embedded newlines, escaped quotes, and similar cases are where awk needs careβor where a dedicated CSV parser becomes the right tool.
read more