ananas-desktop
ananas-desktop copied to clipboard
Add Summary and descriptive statistics
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.