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

CLN: Remove unused and undocumented kind keyword from read_excel #4713

Merged

Conversation

jtratner
Copy link
Contributor

Pops kwarg and warns if you pass it (rather than passing on).

Fixes #4712

@jreback
Copy link
Contributor

jreback commented Aug 30, 2013

maybe kind was meant to be engine/flavor at some point to support different backends

@jtratner
Copy link
Contributor Author

I think it might have been for xlsx/xls.

For now, it's just weird to have something in the function signature that's
completely unused, so better to remove it (but, for now, won't error out or
anything if you pass it).

@jtratner
Copy link
Contributor Author

jtratner commented Sep 1, 2013

@jreback and others - any objections to merging this?

Pops kwarg and warns if you pass it (rather than passing on)
@jreback
Copy link
Contributor

jreback commented Sep 1, 2013

looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unused (and undocumented) kind parameter in read_excel
2 participants