Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding YQL (Yahoo Query Language) to io #7104

Closed
wawrzek opened this issue May 13, 2014 · 4 comments
Closed

Adding YQL (Yahoo Query Language) to io #7104

wawrzek opened this issue May 13, 2014 · 4 comments
Labels
IO Data IO issues that don't fit into a more specific label

Comments

@wawrzek
Copy link

wawrzek commented May 13, 2014

Browsing through 'Python for Data Analysts' I expected pandas used YQL to get finance data, but going though it more deeply it seems not be a case. I think it might be nice to have YQL as additional 'reader' in the io sub-module. There is documentation here: https://developer.yahoo.com/yql/

@jreback
Copy link
Contributor

jreback commented May 13, 2014

I suspect YQL was not that widespread back in 2011 when wes was writing the book. In any event, nice suggestion. pull-requests are welcome!.

@jreback jreback added this to the 0.15.0 milestone May 13, 2014
@alexamici
Copy link
Contributor

I'm interested in using YQL with Pandas and since I'm starting right now with a bit of guidance I can probably prepare a PR.

My current plan is to use a lightweight approach on a own module pandas.io.yql see: https://github.com/alexamici/pandas/tree/issue7104-yql

@alexamici
Copy link
Contributor

Mm.. after a bit more digging I found out that most of the YQL financial queries I was interested in are just thin wrappers around Yahoo! CSV services with serious additional limitations. So I lost interest in YQL at the moment.

@jreback jreback modified the milestones: 0.16.0, 0.17.0 Jan 13, 2015
@jorisvandenbossche
Copy link
Member

Closing this as out of scope for core pandas. It would certainly make for a nice standalone extension package or as an addition to pandas-datareader, if someone is interested.

@jorisvandenbossche jorisvandenbossche modified the milestones: No action, Next Major Release Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Data IO issues that don't fit into a more specific label
Projects
None yet
Development

No branches or pull requests

4 participants