Skip to content

DataFrame/Series.describe() #334

@rxin

Description

@rxin

pandas version: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.describe.html

This is a very useful function for understanding the dataset. Note that Spark already has a describe that does similar things. A simple version of Koalas' describe can just delegate to Spark's. A fancier version should construct the descriptive stats and then match more pandas'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions