BUG #386 yf df unboundlocalerror

This commit is contained in:
Kevin Johnson
2021-09-04 09:50:32 -07:00
parent 304588c794
commit ad80d4cb4a
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ $ pip install pandas_ta
Latest Version
--------------
Best choice! Version: *0.3.29b*
Best choice! Version: *0.3.30b*
* Includes all fixes and updates between **pypi** and what is covered in this README.
```sh
$ pip install -U git+https://github.com/twopirllc/pandas-ta
+1
View File
@@ -88,6 +88,7 @@ def yf(ticker: str, **kwargs):
# Ticker Info & Chart History
yfd = yfra.Ticker(ticker)
df = DataFrame()
try:
df = yfd.history(period=period, interval=interval, proxy=proxy, **kwargs)
except:
+1 -1
View File
@@ -19,7 +19,7 @@ setup(
"pandas_ta.volatility",
"pandas_ta.volume"
],
version=".".join(("0", "3", "29b")),
version=".".join(("0", "3", "30b")),
description=long_description,
long_description=long_description,
author="Kevin Johnson",