Have been trying to make submissions but to no avail, the error coming up has been Missing entries for IDs Z59FTQD X 0 X 243, 0JP29SK X 0 X 243, 0JP29SK X 1 X 243, 0JP29SK X 2 X 243, 0JP29SK X 3 X 243 and more.
After checking my csv file, I found out that these entries are in my file. Am a bit confused, can anyone please help..
I had gotten the same error and found that I had not set the index parameter to False in submission.to_csv ("sub.csv", index = False)
thanks so much, it actually worked.