Filter data in Excel sheet in linux

Hi,
I have an excel sheet which has lots of columns and rows. I need to put same filter for 7 columns. Can you please let me know how to proceed with that?
It is a CSV file.

Thanks.

Hi @Anonymous2 ,

Check out pandas for this kind of data processing:

1 Like