data wrangling

All posts tagged data wrangling by Linux Bash
  • Posted on
    Featured Image
    A practical guide to robust, fast, scalable CSV handling in Bash: install gawk, Miller, datamash (plus jq), avoid naive comma-splitting, use gawk FPAT or Miller’s header-aware, CSV-correct ops to select, filter, compute, normalize dates, convert to JSON, dedupe, join, and aggregate; add data quality checks; stream multi-GB and gzipped files, sample efficiently, mind locales/headers/newlines, and build reusable pipelines.