Adriano

Results 9 issues of 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...

bug
enhancement
help
upstream

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...

bug
enhancement

### 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...

enhancement
warning

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...

type:enhancement
help wanted
state:waiting

[... 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....

upstream

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...

upstream

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...

enhancement
help wanted
good first issue

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...