DataFrame.AddPrefix(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 prefix to the column names
public Microsoft.Data.Analysis.DataFrame AddPrefix (string prefix, bool inPlace = false);
member this.AddPrefix : string * bool -> Microsoft.Data.Analysis.DataFrame
Public Function AddPrefix (prefix As String, Optional inPlace As Boolean = false) As DataFrame
Parameters
- prefix
- String
- inPlace
- Boolean