Missing entries for IDs ID_8447EKF1B, ID_P88U5ZXGQ, ID_6HJKT0S5V, ID_F9MJJQJQW, and ID_VWD2E6UXJ
I have this error when i try to submit can someone explain or help me
You need to set the index=False before downloading the csv file.
Here's an example : df.to_csv('submission.csv' , index = False)
You need to set the index=False before downloading the csv file.
Here's an example : df.to_csv('submission.csv' , index = False)