Created
March 15, 2021 09:32
-
-
Save PranjalDureja0002/8eaa7edafba2e154516594b9a6156750 to your computer and use it in GitHub Desktop.
eda
This file contains hidden or 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
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