-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: 'NoneType' object is not subscriptable #1
Comments
I have the same issue.. did any one k now how to remove NoneType object is not subscripted error?? |
I have updated the Notebook with some example output, please do a pull |
for any reason |
Hi, I tried to resolve the error by using pdeman's solution but no luck. I am still acing this issue, can anyone help me ? I am doing this on google colab |
I faced this same issue of 'NoneType' object is not subscriptable. Any idea on how to fix it? |
Just Replace following line with it will resolve this issue... |
When I ran This section:
selected_x_columns = ['HR','interval in seconds','AVNN', 'RMSSD', 'pNN50', 'TP', 'ULF', 'VLF', 'LF', 'HF','LF_HF']
X = dataframe_hrv[selected_x_columns]
y = dataframe_hrv['stress']
I get this error:
X = dataframe_hrv[selected_x_columns]
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: