You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
624 B
YAML
28 lines
624 B
YAML
# Documentation for this file format can be found in "The Data Catalog"
|
|
# Link: https://docs.kedro.org/en/stable/data/data_catalog.html
|
|
|
|
actors:
|
|
type: pandas.CSVDataSet
|
|
filepath: data/01_raw/csv/actors.csv
|
|
load_args:
|
|
sep: ";"
|
|
|
|
corpus-agnes-bourgogne:
|
|
type: pandas.CSVDataSet
|
|
filepath: data/01_raw/csv/corpus-agnes-bourgogne.csv
|
|
load_args:
|
|
sep: ";"
|
|
|
|
corpus-charles-i:
|
|
type: pandas.CSVDataSet
|
|
filepath: data/01_raw/csv/corpus-charles-i.csv
|
|
load_args:
|
|
sep: ";"
|
|
|
|
preprocessed_actors:
|
|
type: pandas.CSVDataSet
|
|
filepath: data/02_intermediate/csv/preprocessed_actors.csv
|
|
save_args:
|
|
sep: ";"
|
|
|