Have you encounter this kind of problem ? My sample submission has no missing value.
I have used a standard dataframe.to_csv('newSubmission.csv')
But I keep getting this error.
Try dataframe.to_csv('newSubmission.csv', index=False)
Try dataframe.to_csv('newSubmission.csv', index=False)