egttools.datastructures.DataTable

class DataTable(self: egttools.numerical.numerical.DataStructures.DataTable, nb_rows: int, nb_columns: int, headers: List[str], column_types: List[str])

Bases: pybind11_object

Data structure that allows to store information in table format. Headers give the

Methods

Attributes

cols

returns the number of columns

column_types

data

headers

rows

returns the number of rows

__init__(self: egttools.numerical.numerical.DataStructures.DataTable, nb_rows: int, nb_columns: int, headers: List[str], column_types: List[str]) None

Data structure that allows to store information in table format. Headers give the

__new__(**kwargs)
property cols

returns the number of columns

property column_types
property data
property headers
property rows

returns the number of rows