pd.Series.str.pad¶
pandas.Series.str.pad(width, side='left', fillchar=' ')
Supported Arguments¶
| argument | datatypes | other requirements |
|---|---|---|
width |
Integer | |
width |
One of ("left", "right", "both") | Must be constant at Compile Time |
fillchar |
String with a single character |