export_data_collection
export_data_collection
ExportDataCollection: Format-agnostic container for scenario export data.
This module provides a structured way to collect and organize all export data from scenarios without applying any format-specific transformations. It serves as an intermediate representation that can be used to export to any file format.
Classes
ExportDataCollection
Bases: BaseModel
Format-agnostic container for scenario export data.
Stores data as pandas DataFrames/dicts without format-specific transformations. See examples/export_data_collection.ipynb for usage examples.
Functions
to_dict
Serialize to nested dictionary structure.
Source code in src/pyetm/models/export_data_collection.py
__repr__
Human-readable summary of the export data collection.