Skip to content

DOC: Dataframe.skew invalid function signature for "skipna" #34063

Closed
@bf

Description

@bf

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions