Sdílet prostřednictvím


ArrowStringDataFrameColumn.Apply(Func<String,String>) Metoda

Definice

Použije funkci pro všechny hodnoty.

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

Parametry

func
Func<String,String>

Funkce, která se má použít

Návraty

A ArrowStringDataFrameColumn obsahující nové řetězcové hodnoty

Poznámky

Tato funkce převede z UTF-8 na řetězce UTF-16.

Platí pro