csvcut
Filter and truncate CSV files. Like Unix's cut command, but for tabular data. Included in csvkit. More information: <https://csvkit.readthedocs.io/en/latest/scripts/csvcut.html>.
RUN apt-get update && \
apt-get install -y csvkit
RUN apt-get update && \
apt-get install -y csvkit
RUN apt-get update && \
apt-get install -y csvkit
RUN dnf install -y python3-csvkit
RUN apt-get update && \
apt-get install -y python3-csvkit