ananas-desktop icon indicating copy to clipboard operation
ananas-desktop copied to clipboard

Add Summary and descriptive statistics

Open millboh opened this issue 5 years ago • 0 comments

Summary and Descriptive Statistics

The first operation to perform after importing data is to get some sense of what it looks like. For numerical columns, knowing the descriptive summary statistics can help a lot in understanding the distribution of your data. The transformer "describe" returns a DataFrame containing information such as number of non-null entries (count), mean, standard deviation, and minimum and maximum value for each numerical column.

millboh avatar Jul 22 '19 21:07 millboh