Skip to content

Commit

Permalink
change column order
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceJoubert committed Oct 16, 2024
1 parent 08f65a9 commit 1475588
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def create_sessions_df(
sessions_df["diagnosis"] = sessions_df["diagnosis"].apply(
lambda x: _convert_cdr_to_diagnosis(x)
)
sessions_df["session_id"] = "ses-M000"

sessions_df.insert(loc=0, column="session_id", value="ses-M000")

return sessions_df

Expand Down

0 comments on commit 1475588

Please sign in to comment.