[PYTHON] About pandas describe

This is a memo.

How to read describe

Description
count The number of data
unique Number of unique (unique) values
top Mode with the highest frequency of occurrence (mode)
freq The number of occurrences of the mode
mean Average value
std standard deviation
min minimum value
25% 1/Quartile
50% Median
75% 3/Quartile
max Maximum value

To output the above value

test.py



Variable that stores DataFrame type data.describe(include='all')

Recommended Posts

About pandas describe
About LangID
About CAGR
About virtiofs
About python-apt
About Permission
About sklearn.preprocessing.Imputer
About gunicorn
About locale
About permissions
About Opencv ②
About axis = 0, axis = 1
About import
Pandas basics
Pandas notes
About numpy
About pip
About Linux
Pandas memorandum
About numpy.newaxis
Pandas basics
About endian
About Linux
About import
About Opencv ①
pandas memorandum
pandas memo
About Linux
pandas SettingWithCopyWarning
About Linux
About Linux ①
About cv2.imread
About _ and __
About wxPython