Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created March 16, 2020 09:32
Show Gist options
  • Save aniruddha27/63922d2ee603b88e0a4892ff06c3fb4e to your computer and use it in GitHub Desktop.
Save aniruddha27/63922d2ee603b88e0a4892ff06c3fb4e to your computer and use it in GitHub Desktop.
import seaborn as sns
sns.distplot(train['SalePrice'])
plt.xticks(rotation=30);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment