csvtk
csvtk copied to clipboard
Feature request: a flag to rename fields for summary command
Hello,
How about a possibility to rename columns right inside the summary command? Or just to keep them as is without adding the actual summary function to the column name.
Motivation: if it's in a pipeline, I don't want long [changing] names, as I'll address the summarized fields later in the pipeline.
I know I can add-header, but that's a whole extra command.
That makes sense. I added the function methods to the column names to make them distinct. I'll add an option to disable this.