Skip to content

Commit

Permalink
Add additional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Mar 7, 2024
1 parent 4815d88 commit 7a392e0
Show file tree
Hide file tree
Showing 3 changed files with 548 additions and 228 deletions.
1 change: 0 additions & 1 deletion data/collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def get_patient_data(self) -> None:
header=(not os.path.exists(save_path)),
index=False,
)

if buffer:
df_buffer = pd.DataFrame(buffer, columns=patient_cols)
df_buffer.to_csv(
Expand Down
Loading

0 comments on commit 7a392e0

Please sign in to comment.