method/function of pandas library to get the summary statistics of the data-frame. code example
Example: summary in python
summary = data.describe()
summary = summary.transpose()
summary = data.describe()
summary = summary.transpose()