statsmodels.iolib.table.SimpleTable.pad# SimpleTable.pad(s, width, align)[source]# DEPRECATED: just use the pad function Parameters: sstrThe string to pad. widthintThe width, in characters, to pad s to. alignstrOne of ‘l’, ‘r’ or ‘c’ for left, right or center alignment. Returns: strThe padded string.