Skip to content

Fix validation of kwargs in pandas script #72

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

Closed
datapythonista opened this issue Mar 9, 2018 · 1 comment
Closed

Fix validation of kwargs in pandas script #72

datapythonista opened this issue Mar 9, 2018 · 1 comment

Comments

@datapythonista
Copy link
Member

Seems like ** are not considered in the script, and it reports an error that **kwards != kwargs.

Also, for kwargs it's probably requiring a type, which it shouldn't.

@jorisvandenbossche
Copy link
Contributor

Initial PR for this in pandas-dev/pandas#20072

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

No branches or pull requests

2 participants