You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated data source used in "Getting Started With PyMC3"
The tutorial uses pandas-datareader for reading financial data from Yahoo, but that is now deprecated:
From the pandas-datareader documentation:
"As of v0.6.0 Yahoo!, Google Options, Google Quotes and EDGAR have been immediately deprecated due to large changes in their API and no stable replacement. "
Obtaining the data still works, but now (Nov 18 2018) a NaN value is stored in the first position of the series and must be removed by hand. And of course the whole data may stop being provided any time, so you might want to modify the tutorial so that people remain able to run the example in the future.
The text was updated successfully, but these errors were encountered:
…3262) (#3288)
* Updated data file used for Getting Started and Profiling notebooks
* Modified argument to parse_dates in Profiling and Getting Started notebooks
* Revert "Modified argument to parse_dates in Profiling and Getting Started notebooks"
This reverts commit 075c896.
* Updated installation instructions and get_data arguments in Getting Started and Profiling notebooks
Deprecated data source used in "Getting Started With PyMC3"
The tutorial uses pandas-datareader for reading financial data from Yahoo, but that is now deprecated:
From the pandas-datareader documentation:
"As of v0.6.0 Yahoo!, Google Options, Google Quotes and EDGAR have been immediately deprecated due to large changes in their API and no stable replacement. "
Obtaining the data still works, but now (Nov 18 2018) a NaN value is stored in the first position of the series and must be removed by hand. And of course the whole data may stop being provided any time, so you might want to modify the tutorial so that people remain able to run the example in the future.
The text was updated successfully, but these errors were encountered: