Last active
December 8, 2016 21:05
-
-
Save calstad/a0ea9bbeef8d8f251279b7443728d031 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
df = pd.pd.read_pickle('claims.pickle') | |
encoded_df = pd.get_dummies(icd_df, columns=['npi', 'patient_id', 'icd_code']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment