Input/Output#
Dataset#
A dataset is a unit that consists of data payload and metadata.
Presently, whatif stores a dataset as a directory layout:
dataset_name/
|-- metadata.yaml
`-- data.csv
and loads the dataset into a a2rl.WiDataFrame.
In future, whatif may add additional implementations to support different storage layout.
List the name of sample datasets included in   | 
|
Read a dataset directory into a   | 
|
Resolve the path to the sample dataset.  | 
Metadata#
The metadata API is primarily intended for whatif developers.
Metadata of a   | 
|
Load a YAML file into an in-memory metadata object.  | 
|
Save an in-memory metadata object into a YAML file.  |