The remove-empty-columns verb deletes any column whose values are all blank, cleaning files where some headers have no data. The example pipes a two-row CSV where column b is empty, so the output keeps only a and c. The pipe symbol (|) feeds printf's output into mlr's input. This is a fast data-quality fix for sparse spreadsheet exports.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.