İngilizce dilinde oku

Aracılığıyla paylaş


DataFrameColumn.SetName Method

Definition

Overloads

SetName(String)

Updates the column name.

SetName(String, DataFrame)
Obsolete.

Updates the name of this column.

SetName(String)

Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs

Updates the column name.

C#
public void SetName(string newName);

Parameters

newName
String

The new name.

Applies to

ML.NET Preview ve diğer sürümler
Ürün Sürümler
ML.NET 3.0.0, 4.0.0, Preview

SetName(String, DataFrame)

Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs

Caution

This API is now deprecated.

Updates the name of this column.

C#
[System.Obsolete]
public void SetName(string newName, Microsoft.Data.Analysis.DataFrame dataFrame);
C#
public void SetName(string newName, Microsoft.Data.Analysis.DataFrame dataFrame = default);

Parameters

newName
String

The new name.

dataFrame
DataFrame

Ignored (for backward compatibility)

Attributes

Applies to

ML.NET Preview ve diğer sürümler
Ürün Sürümler (Kullanım dışı)
ML.NET 2.0.0 (3.0.0, 4.0.0, Preview)