Files
pandas-ta/.github/ISSUE_TEMPLATE/bug_report.md
T
2021-11-16 13:57:10 -08:00

808 B

name, about, title, labels, assignees
name about title labels assignees
Bug report Create a report to help us improve. bug twopirllc

Which version are you running? The lastest version is on Github. Pip is for major releases.

import pandas_ta as ta
print(ta.version)

Do you have TA Lib also installed in your environment?

$ pip list

Upgrade.

$ pip install -U git+https://github.com/twopirllc/pandas-ta

Describe the bug A clear and concise description of what the bug is.

To Reproduce Provide sample code.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

Thanks for using Pandas TA!