Closed
Description
Location of the documentation
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.skew.html
Documentation problem
In the function signature it says skipna=None
even though the parameter documentation underneath says skipna bool, default True
.
Suggested fix for documentation
The skipna=None
in function signature should be changed to skipna=True
.