Skip to content

WIP/ENH: allow read_excel to accept URLs (GH6809) #7531

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

Merged
merged 1 commit into from
Jun 23, 2014

Conversation

dsm054
Copy link
Contributor

@dsm054 dsm054 commented Jun 21, 2014

closes #6809

This borrows the mechanisms already used in read_csv to enable reading of Excel objects via URLs.

Not sure what tests are appropriate, and I'm not certain what the various decorators do, so I tried to mirror the read_csv tests as best I could.

@jreback jreback added this to the 0.14.1 milestone Jun 21, 2014
@jreback
Copy link
Contributor

jreback commented Jun 21, 2014

looks good.... @jorisvandenbossche @cpcloud comments?

@dsm054
Copy link
Contributor Author

dsm054 commented Jun 21, 2014

(Removed vestigial import xlrd.)

@jorisvandenbossche
Copy link
Member

looks good

jreback added a commit that referenced this pull request Jun 23, 2014
WIP/ENH: allow read_excel to accept URLs (GH6809)
@jreback jreback merged commit 9c22ba1 into pandas-dev:master Jun 23, 2014
@jreback
Copy link
Contributor

jreback commented Jun 23, 2014

thanks @dsm054 glad to have you back on the wagon!

@jreback
Copy link
Contributor

jreback commented Jul 19, 2014

https://travis-ci.org/pydata/pandas/jobs/30344018

any idea why the network decorator didn't catch this? (maybe need to add this exact error message to the error list)...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

read_excel does not accept a URL
3 participants