ArrowStringDataFrameColumn.Apply(Func<String,String>) 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.
Applies a function to all the values
public Microsoft.Data.Analysis.ArrowStringDataFrameColumn Apply (Func<string,string> func);
member this.Apply : Func<string, string> -> Microsoft.Data.Analysis.ArrowStringDataFrameColumn
Public Function Apply (func As Func(Of String, String)) As ArrowStringDataFrameColumn
Parameters
Returns
A ArrowStringDataFrameColumn containing the new string values
Remarks
This function converts from UTF-8 to UTF-16 strings