xgt.DataTableValues

class xgt.DataTableValues(data)

A list of rows of data from a DataTable. An instance of this class is created by DataTable to represent the data portion (without column names) of a data set.

Methods

tolist  
__init__(data)

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(data) Initialize self.
tolist()