Skip to content

Instantly share code, notes, and snippets.

@Bookoff
Created February 20, 2015 02:45
Show Gist options
  • Save Bookoff/edf2f20d9477e2f79bf6 to your computer and use it in GitHub Desktop.
Save Bookoff/edf2f20d9477e2f79bf6 to your computer and use it in GitHub Desktop.
box-whisker plot
# Подключаем пакет для графики
import matplotlib.pyplot as plt
pd.options.display.mpl_style = 'default'
plt.show(df.plot(kind = 'box'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment