TypeError #185
Unanswered
IceDragons37
asked this question in
Q&A
TypeError
#185
Replies: 1 comment 3 replies
-
You need to provide more code than this if you want us to help you. That line itself is fine and should not cause an error. The problem is somewhere else. In general, you should always provide a short example that can be run as is to reproduce the error. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following line of code always gets flagged:
laps['LapTimeSeconds'] = laps['LapTime'].dt.total_seconds()
And the corresponding error is "TypeError: 'NoneType' object is not subscriptable". Could you help me find a fix for the error? Thx
Beta Was this translation helpful? Give feedback.
All reactions