Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 356 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 356 Bytes

A function that takes a pandas DataFrame as an input and returns a transposed DataFrame with the calculated mean, median, standard deviation, variation, skewness, coefficient of variation as percentage, mean/median difference, and kurtosis for each numeric column.

Exists as a single python file which can easily be imported as a funtion within your IDE.