python-sprints / python-sprints.github.io

Python Sprints website
https://python-sprints.github.io/
12 stars 55 forks source link

Fix validation of kwargs in pandas script #72

Closed datapythonista closed 6 years ago

datapythonista commented 6 years ago

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 commented 6 years ago

Initial PR for this in https://github.com/pandas-dev/pandas/pull/20072