You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Allowing kwargs in Series.count is leading other unsupported parameters to silently pass the API call.
Pandas Series.count, doesn't have kwargs. 1.5 has level and 2.0 drops that parameter altogether.
The text was updated successfully, but these errors were encountered:
Describe the bug
Allowing
kwargs
inSeries.count
is leading other unsupported parameters to silently pass the API call.Pandas
Series.count
, doesn't havekwargs
. 1.5 haslevel
and2.0
drops that parameter altogether.The text was updated successfully, but these errors were encountered: