We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
When running cuIndicator.ipynb notebook the following message is displayed in cell #5 :
KeyError: 'High'
The error is due to the dataframe series names, which need to be lowercase.
I will fix it as follows:
output = ci.ppsr(df['high'],df['low'],df['close'])
Hope it helps.
Regards, Miguel
The text was updated successfully, but these errors were encountered:
Merge pull request #18 from miguelangel/fix-13-14-15
e1f2df9
Fix issues #13, #14, #16 in cuIndicator.ipynb notebook
miguelusque
No branches or pull requests
Hi,
When running cuIndicator.ipynb notebook the following message is displayed in cell #5 :
KeyError: 'High'
The error is due to the dataframe series names, which need to be lowercase.
I will fix it as follows:
output = ci.ppsr(df['high'],df['low'],df['close'])
Hope it helps.
Regards,
Miguel
The text was updated successfully, but these errors were encountered: