You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at that code, I'd say it's just 'firefighter_id'. It's true that 'timestamp_mins' would also be required, but the previous line of code would already have failed if that column was missing, so looks like this one is just checking that the rest of the key is present. So, something like this then? assert FIREFIGHTER_ID_COL in df.columns, "CSV files is missing column %s" % (FIREFIGHTER_ID_COL)
@JSegrave-IBM flake8 found an error that causes the build to fail.
Good first issue @Aquijada52 @TaeBlack. I will add the solution to the comment and @JSegrave-IBM can confirm.
The text was updated successfully, but these errors were encountered: