data_bundle
The central module containing all code dealing with small scale input-data
- class DataBundle(dependencies)[source]
Bases:
Dataset- sources: DatasetSources = DatasetSources(tables={}, files={}, urls={'zenodo_data_bundle': {'url': 'https://zenodo.org/record/16576506/files/data_bundle_egon_data.zip'}})
The sources used by the datasets. Could be tables, files and urls
- targets: DatasetTargets = DatasetTargets(tables={}, files={'data_bundle': 'data_bundle_egon_data.zip'})
The targets created by the datasets. Could be tables and files