Closed datapythonista closed 6 years ago
Seems like ** are not considered in the script, and it reports an error that **kwards != kwargs.
**
**kwards
kwargs
Also, for kwargs it's probably requiring a type, which it shouldn't.
Initial PR for this in https://github.com/pandas-dev/pandas/pull/20072
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.