docstrings and typing
parent
5de2279d28
commit
cc19bd0969
@ -1,15 +1,36 @@
|
|||||||
# ________________________________________________________________________
|
# ________________________________________________________________________
|
||||||
# reading raw bourbon dataset
|
|
||||||
bourbon:
|
bourbon:
|
||||||
type: actesdataset.XMLDataSetCollection
|
type: actesdataset.XMLDataSetCollection
|
||||||
housename: bourbon
|
housename: bourbon
|
||||||
folderpath: data/01_raw/houses/bourbon
|
folderpath: data/01_raw/houses/bourbon
|
||||||
|
|
||||||
# writing bourbon xmlcontent document attribute
|
|
||||||
bourbon_content:
|
bourbon_content:
|
||||||
type: actesdataset.XMLDataSetCollection
|
type: actesdataset.XMLDataSetCollection
|
||||||
housename: bourbon
|
housename: bourbon
|
||||||
folderpath: data/02_intermediate/houses/bourbon
|
folderpath: data/02_intermediate/houses/bourbon
|
||||||
|
|
||||||
# ________________________________________________________________________
|
# ________________________________________________________________________
|
||||||
|
|
||||||
|
berry:
|
||||||
|
type: actesdataset.XMLDataSetCollection
|
||||||
|
housename: berry
|
||||||
|
folderpath: data/01_raw/houses/berry
|
||||||
|
|
||||||
|
berry_content:
|
||||||
|
type: actesdataset.XMLDataSetCollection
|
||||||
|
housename: berry
|
||||||
|
folderpath: data/02_intermediate/houses/berry
|
||||||
|
|
||||||
|
# ________________________________________________________________________
|
||||||
|
|
||||||
|
anjou:
|
||||||
|
type: actesdataset.XMLDataSetCollection
|
||||||
|
housename: berry
|
||||||
|
folderpath: data/01_raw/houses/anjou
|
||||||
|
|
||||||
|
anjou_content:
|
||||||
|
type: actesdataset.XMLDataSetCollection
|
||||||
|
housename: berry
|
||||||
|
folderpath: data/02_intermediate/houses/anjou
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue