Skip to content

Instantly share code, notes, and snippets.

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