-
Notifications
You must be signed in to change notification settings - Fork 367
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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'.
tdliu
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed