Adriano
Adriano
### Description of specific issue We are expecting major disruption in getting data on *equities, mutual funds, and ETFs* via **pandas_datareader** due its dependency on API of both ***Yahoo and...
Major release v4.15.1230 benefits from the python3 compatibility changes made during v3. All modules are now operational under both Python 2 and 3. Also, code has been rewritten for cross-platform...
### Description of specific issue Our code, currently compatible with both python27 and python3 series, is characterized as "*straddling*." > We are keen to use Python 3 to its full...
Frequently the output is useful as informal "testing" of results, and there is very little overhead in keeping non-graphical results. ***Images, however, add considerable unwanted bulk to a commit*** for...
[... continued from fecon235, https://github.com/rsvp/fecon235/issues/9] Home for our ***Jupyter notebooks*** shall remain at [fecon235] due to their bulky size. Migration to the python3 kernel should present no problems since fecon235...
### Data from Quandl failing -- NASDAQ takeover For example, when retrieving the Dec 2019 Eurodollar futures contact: ```python >>> tmp = fe.get('CME/EDZ2019') ValueError: INVALID symbol string or code variable....
Our spin-off of fecon235 source code still inherits the upstream problems outlined in https://github.com/rsvp/fecon235/issues/7 Here at fecon236, it is localized in the `stock.py` module: https://github.com/MathSci/fecon236/blob/develop/fecon236/host/stock.py - check new development at...
So far we have relied largely on demonstrative notebooks at https://github.com/rsvp/fecon235 The source code here at fecon236 is designed to be more explicit than casual usage, so if you have...
jrush wrote in his review: _"Looks very cool but difficult to install except manually place on PYTHONPATH. Please package as an egg and list on pypi.python.org so automated tools like...