xgt.DataTable

class xgt.DataTable(columns, data)

Aggregate object containing data shaped as columns and rows returned from an xGT server. Instances of this class are returned by the get_data() method in VertexProxy, EdgeProxy, and TableProxy.

Attributes:
columns

List of column names

values

List of data rows expressed as a list of lists.

__init__(columns, data)

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

Methods

__init__(columns, data) Initialize self.

Attributes

columns List of column names
values List of data rows expressed as a list of lists.
columns

List of column names

values

List of data rows expressed as a list of lists.