Dataset ======= Dataset is a class for handling data in workflows. It stores the data in a polars DataFrame, the metadata in a pyarrow schema. It provides methods for manipulating the metadata. .. automodule:: workflow_utils.dataset :members: :undoc-members: :show-inheritance: :exclude-members: sync_schema