Skip to content

Instantly share code, notes, and snippets.

@PranjalDureja0002
Created March 15, 2021 09:33
Show Gist options
  • Save PranjalDureja0002/4ad7c9e7730046436eb7cf0fbe5d732d to your computer and use it in GitHub Desktop.
Save PranjalDureja0002/4ad7c9e7730046436eb7cf0fbe5d732d to your computer and use it in GitHub Desktop.
eda
rcParams['figure.figsize'] = 5,5
sns.kdeplot(outpatient_data['InscClaimAmtReimbursed'],shade=True,color='green',legend=False)
plt.title('InscClaimAmtReimbursed in Outpatient')
plt.xlabel('InscClaimAmtReimbursed')
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment