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.
34 lines
753 B
YAML
34 lines
753 B
YAML
# ________________________________________________________________________
|
|
|
|
# reading raw bourbon dataset
|
|
bourbon:
|
|
type: actesdataset.XMLDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/01_raw/houses/bourbon
|
|
|
|
# writing bourbon xmlcontent document attribute
|
|
bourbon_content:
|
|
type: actesdataset.XMLDataSetCollection
|
|
housename: bourbon
|
|
folderpath: data/02_intermediate/houses/bourbon
|
|
|
|
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: ";"
|
|
|
|
|