Skip to content

Commit

Permalink
Missed requesting physician 's' on collection of data from redcap raw…
Browse files Browse the repository at this point in the history
… dataframe
  • Loading branch information
alexiswl committed Nov 6, 2024
1 parent c097cd6 commit 136d863
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ def get_and_merge_raw_and_label_data(library_id: str) -> Dict:
redcap_raw_df = redcap_raw_df[
[
"disease_id",
"requesting_physicians_first_name",
"requesting_physicians_last_name",
"requesting_physician_first_name",
"requesting_physician_last_name",
"library_id",
"date_collected",
"date_received",
Expand Down

0 comments on commit 136d863

Please sign in to comment.