statsmodels.iolib.table.SimpleTable.label_cells
-
SimpleTable.label_cells(func)[source] -
Return None. Labels cells based on
func. Iffunc(cell) is Nonethen its datatype is not changed; otherwise it is set tofunc(cell).
SimpleTable.label_cells(func) [source]
Return None. Labels cells based on func. If func(cell) is None then its datatype is not changed; otherwise it is set to func(cell).
Please login to continue.