Skip to content

Commit

Permalink
Complete the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Renc <prenc@mgh.harvard.edu>
  • Loading branch information
prenc committed Jul 26, 2024
1 parent f0755e6 commit 3aa8f18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MEDS_transforms/extract/merge_to_MEDS_cohort.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def merge_subdirs_and_sort(
Args:
sp_dir: The directory containing the subdirs with parquet files to be merged.
event_subsets: The list of event table paths passed to maintain the order in event_configs.yaml
while merging the events.
unique_by: The list of columns that should be ensured to be unique after the dataframes are merged. If
`None`, this is ignored. If `*`, all columns are used. If a list of strings, only the columns in
the list are used. If a column is not found in the dataframe, it is omitted from the unique-by, a
Expand Down

0 comments on commit 3aa8f18

Please sign in to comment.