I'm using csvkit to manipulate csv files, but can't find how to do this:
Does someone know how to do it?
According to the documentation you linked to, csvcut
can do the job. A disadvantage would be that you have to list all of the columns.
An alternative would be to use pandas
.