Questions about the `mlr` ("Miller") name-indexed data processing tool.
Miller (mlr) is a command-line utility that
allows name-indexed data such as CSV files to be
processed with functions equivalent to sed, awk, cut, join, sort, etc.
It can convert between formats (e.g., JSON).
It preserves headers when sorting or reversing,
and streams data where possible so its memory requirements stay small.
Homepage: https://miller.readthedocs.io/
Code: https://github.com/johnkerl/miller