Submission File Format: incorrect number of rows

Hi,

I’m trying to upload my submission but keep getting this error:
‘Submission has 200 rows but should have 144’

However, when I inspect my csv, both manually and with pandas, it does have 144 rows. Any guidance on why the submission uploader is reading in 200 rows?

Thanks!

Hi rosinanorton,

The error on our end says just the opposite for all three of your recent submissions:

Submission has 144 rows but should have 200.

200 is the correct number of rows, so it sounds like you’re missing 56 predictions.

Best of luck!

1 Like

how strange! thanks for the quick reply - I’ll dig into it :slight_smile:

Got it working, it was a output issue on mybehalf - thanks again!