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: drop **kwds from pd.read_excel #34464

Merged
merged 2 commits into from
Jun 1, 2020

Conversation

topper-123
Copy link
Contributor

@topper-123 topper-123 commented May 29, 2020

Drop **kwds from pd.read_excel.

Wrt. "new" keyword parameter na_filter: This parameter already exists in the doc string and is just masked in the kwds in the signature. If you follow the code paths all the way down to parsers.py, you can see that it indeed has a default of `True``.

@topper-123 topper-123 force-pushed the read_excel_kwargs branch from d39e4f8 to 62850bd Compare May 29, 2020 21:03
@WillAyd
Copy link
Member

WillAyd commented May 29, 2020

Lgtm if green

@topper-123 topper-123 added IO Excel read_excel, to_excel API Design labels May 31, 2020
@topper-123 topper-123 added this to the 1.1 milestone May 31, 2020
@jreback jreback merged commit 25cdc24 into pandas-dev:master Jun 1, 2020
@jreback
Copy link
Contributor

jreback commented Jun 1, 2020

thanks @topper-123

@topper-123 topper-123 deleted the read_excel_kwargs branch June 1, 2020 16:06
JakaKokosar added a commit to biolab/orange3-single-cell that referenced this pull request Sep 1, 2020
This is needed until pandas-dev/pandas#34464 is addressed in data loader module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Design IO Excel read_excel, to_excel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants