Filter csv file on specific column

I have a csv file in which I have a column named "Question" and other column name is "Status".
In Status Column there is "good" and "bad" value according to the question, as some questions are bad and some are good and written in Status Column.

How I filter the Status Column against "Good" and "Bad" and then save/download the file after filter

Regards

Adnan

Hi! If you have a custom CSV format, it's probably best to use a separate pre-processing step and convert it to Prodigy's JSON format. You can use pandas for it, or whatever else you feel most comfortable with.

How you set up the data depends on the workflow you're using. You can find an overview of the different formats expected by the interfaces here: https://prodi.gy/docs/api-interfaces

hello
My question is I have a custom csv file, according to you I convert it in json,
Then how I classify or filter Good and Bad in Status column.

Regards

Adnan