mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-15 07:24:00 +08:00
13 lines
330 B
YAML
13 lines
330 B
YAML
input:
|
|
file_type: csv
|
|
base_dir: ./input
|
|
file_pattern: .*\.csv$
|
|
workflows:
|
|
- steps:
|
|
- verb: derive # https://github.com/microsoft/datashaper/blob/main/python/datashaper/datashaper/verbs/derive.py
|
|
args:
|
|
column1: "col1"
|
|
column2: "col2"
|
|
to: "col_multiplied"
|
|
operator: "*"
|