graphrag/examples/single_verb/pipeline.yml
wangJm af74cae191
Modify the URL comment to make it correct. (#482)
Co-authored-by: Alonso Guevara <alonsog@microsoft.com>
2024-07-11 16:19:54 -06:00

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: "*"