Hi, I'm receiving the following message while trying to make a submission "Missing entries for IDs ID_6L67PAA x m1, ID_6L67PAA x m2, ID_6L67PAA x m3, ID_6L67PAA x m4, ID_6L67PAA x m5 and more"
All those entries are present in the submission set, could anyone know why the platform is giving me that error message?
Thanks
did you set index= False?
This way ;
sub.to_csv(r'C:\Solar Credit Repayment\Zipped_Solar\submission.csv', index=False)
Thank you, that was helpful!