Achilles Rasquinha

Results 80 comments of Achilles Rasquinha

Sorry to keep y'all bothering on this. I'll get back to this project at the earliest. I'll have this fixed (although I'll be happy for contributions). Engrossed in a lot...

Fork it and work on your repository. If things fix, send in a PR, I'll review and patch it. I just came to realize `pandas-datareader` has Quandl support so I'll...

I'm not sure but I guess this is a Quandl Error. I did a code check - https://www.quandl.com/data/YAHOO/GOOGL. Maybe the databases have been updated. Try WIKI as a source ```python...

@MichaelFriedberg The `pandas-datareader` has multiple data sources. It's good to have many using a single interface. I'm keen to have intraday values too (but unaware of sources). Let me know...

You can use WIKI as a source instead of YAHOO. Or purchase the premium databases provided by Quandl. On 28-Aug-2017 2:56 PM, "mokshu129" wrote: > So there is no way...

What OS are you installing it on? I remember coming across such an error.

Try installing the dependencies. ```console $ sudo apt-get install build-essential libssl-dev libffi-dev python-dev ``` Then go ahead and install `cryptography` ```console $ pip install cryptography ```

This is probably a warning you receive each time you call a `Share` object. You may or may not set the API key. But first, is this a warning or...

Traceback? Did you try ` pip install -r requirements.txt `

So far, the `split` works for a single feature alone. I'll be extending this to multi-dimensions very soon. I'll try having it out at the earliest. Mind you this project...