Skip to content

Commit

Permalink
Small changes bloodtest preprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
evavanweenen committed Apr 1, 2022
1 parent 031a965 commit a390447
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions preprocess_bloodtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@
df.index = df.index.astype(int)
df = df.sort_index()

df = df.replace({'NV':np.nan})

df.to_csv(root+'HbA1c.csv')

0 comments on commit a390447

Please sign in to comment.