Skip to content

ENH: Add null percent in output of describe() #62534

@dttran-glo

Description

@dttran-glo

Feature Type

  • Adding new functionality to pandas

  • Changing existing functionality in pandas

  • Removing existing functionality in pandas

Problem Description

I would like to add null percent to output of describe()

Feature Description

df[col].describe()

count     15003
unique    13971
null_percent 0.5 (50% rows that are null/NA)
top        test
freq         11
Name: title, dtype: object

Alternative Solutions

_

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions