sichaolong's picture
Upload folder using huggingface_hub
e331e72 verified
raw
history blame contribute delete
330 Bytes
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: "*"