xarray.Dataset.variables

xarray.Dataset.variables

property Dataset.variables

Low level interface to Dataset contents as dict of Variable objects.

This ordered dictionary is frozen to prevent mutation that could violate Dataset invariants. It contains all variable objects constituting the Dataset, including both data variables and coordinates.