pandas.DataFrame.add_suffix¶
Suffix labels with string suffix.
For Series, the row labels are suffixed. For DataFrame, the column labels are suffixed.
- param suffix
- str
The string to add after each label.
- return
Series or DataFrame New Series or DataFrame with updated labels.
Warning
This feature is currently unsupported by Intel Scalable Dataframe Compiler