79240207

Date: 2024-11-30 18:07:20
Score: 1
Natty:
Report link

The data_vars attribute of a dataset is a dictionry mapping data variable names to data variables.

for var_name, var in dset.data_vars.items():
    print(type(var_name)) # type: str
    print(type(var)) # type:xarray.DataArray
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Janukan Sivajeyan