Skip to content

Commit

Permalink
plot dynamics
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-zcx committed Mar 10, 2023
1 parent b1613ee commit 7c9bc9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions iptw/screen_dx_recover_pregnancy.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ def select_subpopulation(df, severity):
df = pd.concat(df_list, ignore_index=True)
df = select_subpopulation(df, args.severity)

# df.to_csv('preg_pos_neg.csv')
# sys.exit(-1)

# 'T2D-Obesity', 'Hypertension', 'Mental-substance', 'Corticosteroids'
print('Severity cohorts:', args.severity, 'df.shape:', df.shape)
col_names = pd.Series(df.columns)
Expand Down

0 comments on commit 7c9bc9f

Please sign in to comment.