summaryrefslogtreecommitdiff
path: root/math/py-pandas-datareader
AgeCommit message (Collapse)AuthorFilesLines
2017-07-27Regen py-pandas-datareader's distinfominskim1-5/+5
Whitespace changes only.
2017-07-27Update py-pandas-datareader to 0.5.0minskim3-14/+14
Changes: - Compat with the new Yahoo iCharts API. Yahoo removed the older API, this release restores ability to download from Yahoo. - ``DataReader`` now supports Quandl. - Removed Oanda as it became subscription only. - web sessions are closed properly at the end of use - Handle commas in large price quotes - Test suite fixes for test_get_options_data - Test suite fixes for test_wdi_download - avoid monkey patching requests.Session - `get_data_yahoo` now treats ``'null'`` strings as missing values
2017-07-05Import py-pandas-datareader-0.4.0 as math/py-pandas-datareadersminskim4-0/+190
Datareaders is up-to-date remote data access for pandas, works for multiple versions of pandas.