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
@HumphreyYang there are a few lectures failing on the cache build
cache
yfinance
Close
Adj Close
commod_price.err.log
(heavy_tails) same reason as above
(prob_dist) same reason as above
I would suggest using the following fix
QuantEcon/lecture-python-intro#563 (comment)
by adding auto_adjust=False and continuing to use Adj Close
auto_adjust=False
The text was updated successfully, but these errors were encountered:
Many thanks @mmcky,
I will roll out a fix on both sides.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
@HumphreyYang there are a few lectures failing on the
cache
buildyfinance
changing the nomenclature to useClose
instead ofAdj Close
.Adj Close
inyfinance
has been removed lecture-python-intro#563commod_price.err.log
(heavy_tails) same reason as above
(prob_dist) same reason as above
I would suggest using the following fix
QuantEcon/lecture-python-intro#563 (comment)
by adding
auto_adjust=False
and continuing to useAdj Close
The text was updated successfully, but these errors were encountered: