statsmodels.iolib.table.SimpleTable.label_cells¶
- 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 tofunc(cell)
.
Last update:
Oct 03, 2024