Skip to content

Commit

Permalink
feat(hyfi): add merge_dataframes configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 8, 2023
1 parent 7984d9e commit 40a1cae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/hyfi/conf/pipe/merge_dataframes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
defaults:
- __general_external_funcs__
- /run: merge_dataframes
use_pipe_obj: true
pipe_obj_arg_name: null
return_pipe_obj: false
16 changes: 16 additions & 0 deletions src/hyfi/conf/run/merge_dataframes.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
_target_: hyfi.utils.datasets.combine.DSCombine.merge_dataframes
right: null
how: inner
'on': null
left_on: null
right_on: null
left_index: false
right_index: false
sort: false
suffixes:
- _x
- _y
copy: true
indicator: false
validate: null
verbose: false

0 comments on commit 40a1cae

Please sign in to comment.