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
Keyword Argument 'how' is defined as "_NoDefault.no_default" but it has a default value 'any'
DataFrame.dropna(thresh=2) is not the same as DataFrame.dropna(how="any", thresh=2). Therefore, it is not correct to specify "any" as the default value in the function's signature.
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.dropna.html
Documentation problem
Keyword Argument 'how' is defined as "_NoDefault.no_default" but it has a default value 'any'
Suggested fix for documentation
Change the value of the keyword arg 'how' to 'any'
The text was updated successfully, but these errors were encountered: