Error in submiting file

we dont have a file of this nameso what is this reading

hey @Ashu1318 ,
in the challenge you are provided a test data ,
that is actually ID.csv file ,
that contains the records or ids you need to scrap.

when you open that ID file , it contains a header.
SO , as i have not used pandas here hence i needed to remove / skip that header line , and hence it just readlines and skipped the first one.
and hence each line contains a \n in the end , i have to remove that too to get the correct ID.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.