zcollection.dataset.Dataset.__getitem__#

Dataset.__getitem__(name)[source]#

Return a variable from the dataset.

Parameters:

name (str) – The name of the variable to return

Returns:

The variable

Raises:

KeyError – If the variable is not found

Return type:

Variable