Created
March 5, 2019 12:51
-
-
Save wmlba/b0f6bd6e09e91ff311520bd0f256576a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import seaborn as sns | |
import matplotlib.pyplot as plt | |
sns.boxplot(data=random_data) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment