4.5.7.3.1. statsmodels.iolib.table.Cell

class statsmodels.iolib.table.Cell(data='', datatype=None, row=None, **fmt_dict)[source]

Provides a table cell. A cell can belong to a Row, but does not have to.

__init__(data='', datatype=None, row=None, **fmt_dict)[source]

4.5.7.3.1.1. Methods

__init__([data, datatype, row])
alignment(output_format, **fmt_dict)
format(width[, output_format]) Return string.
get_datatype()
set_datatype(val)

4.5.7.3.1.2. Attributes

datatype