DataFrame.AddSuffix(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a suffix to the column names
public Microsoft.Data.Analysis.DataFrame AddSuffix (string suffix, bool inPlace = false);
member this.AddSuffix : string * bool -> Microsoft.Data.Analysis.DataFrame
Public Function AddSuffix (suffix As String, Optional inPlace As Boolean = false) As DataFrame
Parameters
- suffix
- String
- inPlace
- Boolean