Skip to content

Instantly share code, notes, and snippets.

@Bookoff
Created February 20, 2015 01:25
Show Gist options
  • Save Bookoff/cd8fc1d7e602747ba8f5 to your computer and use it in GitHub Desktop.
Save Bookoff/cd8fc1d7e602747ba8f5 to your computer and use it in GitHub Desktop.
Describe
print df.describe()
# ВЫВОД
# Alpha Beta Gamma Tetta Zeta
# count 79.000000 79.000000 79.000000 79.000000 79.000000
# mean 12874.379747 16860.645570 3237.392405 12414.620253 30446.417722
# std 16746.466945 15448.153794 1588.536429 5034.282019 22245.707692
# min 927.000000 401.000000 148.000000 1074.000000 2346.000000
# 25% 1524.000000 3435.500000 2328.000000 8205.000000 8601.500000
# 50% 5790.000000 10588.000000 3202.000000 13044.000000 24494.000000
# 75% 13330.500000 33289.000000 3918.500000 16099.500000 52510.500000
# max 60303.000000 54625.000000 8813.000000 21031.000000 68663.000000
#
# [8 rows x 5 columns]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment