Hi dear,
I am getting this error 'Missing entries for IDs B0017-25_26, B0017-25_27, B0017-32_1, B0017-32_12, and B0017-32_2' when i am trying to submit my result. Yet my file isn't empty.
Set index = False when converting your dataframe to a csv file. For example
df.to_csv('example.csv', index=False)
Thanks 😅!
Set index = False when converting your dataframe to a csv file. For example
df.to_csv('example.csv', index=False)
Thanks 😅!