zcollection.dataset.Dataset.rename#

Dataset.rename(names)[source]#

Rename variables in the dataset.

Parameters:

names (Mapping[str, str]) – A mapping from old names to new names

Raises:

ValueError – If the new names conflict with existing names

Return type:

None