__getitem__#

Survey.__getitem__(item)#

Retrieve a data element/slice/subset/…

Parameters#

item: list, slice, subset selection, …

A selection of the data. Refer to the documentation of pandas.DataFrame.__getitem__().

Returns#

various types

A part of the data.