Problem in printing the list of x_test

IOPub data rate exceeded.
The notebook server will temporarily stop sending output
to the client in order to avoid crashing it.
To change this limit, set the config variable
--NotebookApp.iopub_data_rate_limit.

This error occurs when I have converted the Train.csv file in a list and when I want to print that list

hey @Shivam-Goyal-209664276424532 ,
it is not any such error to pay attention on , its just that jupyter notebooks have a limit for outputs and when our converted a large csv file into a list and printed it , it just shown you that error.

I hope this would have resolved your doubt.
Happy Coding :slight_smile:.