次の方法で共有


StringDataFrameColumn クラス

定義

文字列を保持する変更可能な列

public class StringDataFrameColumn : Microsoft.Data.Analysis.DataFrameColumn, System.Collections.Generic.IEnumerable<string>
type StringDataFrameColumn = class
    inherit DataFrameColumn
    interface seq<string>
    interface IEnumerable
Public Class StringDataFrameColumn
Inherits DataFrameColumn
Implements IEnumerable(Of String)
継承
StringDataFrameColumn
実装

注釈

矢印に対応していません

コンストラクター

StringDataFrameColumn(String, IEnumerable<String>)

文字列を保持する変更可能な列

StringDataFrameColumn(String, Int64)

文字列を保持する変更可能な列

フィールド

MaxCapacity

文字列を保持する変更可能な列

プロパティ

DataType

この列が保持するデータの種類。

(継承元 DataFrameColumn)
Item[Int64, Int32]

文字列を保持する変更可能な列

Item[Int64]

文字列を保持する変更可能な列

Length

この列の長さ

(継承元 DataFrameColumn)
Name

列名。

(継承元 DataFrameColumn)
NullCount

文字列を保持する変更可能な列

メソッド

Abs(Boolean)

各数値要素を絶対数値で更新する

(継承元 DataFrameColumn)
Add(DataFrameColumn, Boolean)

要素ごとの加算を実行します

Add(String, Boolean)

文字列を保持する変更可能な列

Add(String, StringDataFrameColumn)

文字列を保持する変更可能な列

Add<T>(T, Boolean)

列の各値に対して要素ごとの加算を実行します

AddDataViewColumn(DataViewSchema+Builder)

文字列を保持する変更可能な列

AddValueUsingCursor(DataViewRowCursor, Delegate)

文字列を保持する変更可能な列

All()

すべての要素が True かどうかを返します。

(継承元 DataFrameColumn)
And(Boolean, Boolean)

列の各値に対して要素ごとのブール値 And を実行します。

(継承元 DataFrameColumn)
And(DataFrameColumn, Boolean)

要素ごとのブール値 And を実行します。

(継承元 DataFrameColumn)
Any()

要素が True かどうかを返します。

(継承元 DataFrameColumn)
Append(String)

文字列を保持する変更可能な列

Clamp<U>(U, U, Boolean)

文字列を保持する変更可能な列

ClampImplementation<U>(U, U, Boolean)

指定したしきい値を超える値をクランプします

(継承元 DataFrameColumn)
Clone(DataFrameColumn, Boolean, Int64)

文字列を保持する変更可能な列

CloneImplementation(DataFrameColumn, Boolean, Int64)

文字列を保持する変更可能な列

CumulativeMax(Boolean)

累積最大値を持つ各要素を更新します

(継承元 DataFrameColumn)
CumulativeMax(IEnumerable<Int64>, Boolean)

rowIndices の列値を累積 rowIndices の最大値で更新する

(継承元 DataFrameColumn)
CumulativeMin(Boolean)

累積最小値を持つ各要素を更新する

(継承元 DataFrameColumn)
CumulativeMin(IEnumerable<Int64>, Boolean)

rowIndices の列値を累積 rowIndices 最小値で更新する

(継承元 DataFrameColumn)
CumulativeProduct(Boolean)

累積積を持つ各要素を更新する

(継承元 DataFrameColumn)
CumulativeProduct(IEnumerable<Int64>, Boolean)

rowIndices の列値を累積 rowIndices 積と共に更新する

(継承元 DataFrameColumn)
CumulativeSum(Boolean)

累積合計を使用して各要素を更新する

(継承元 DataFrameColumn)
CumulativeSum(IEnumerable<Int64>, Boolean)

rowIndices の列値を累積 rowIndices 合計で更新する

(継承元 DataFrameColumn)
Description()

列を記述する統計を含む を返します。DataFrameColumn

(継承元 DataFrameColumn)
Divide(DataFrameColumn, Boolean)

要素ごとの除算を実行します

(継承元 DataFrameColumn)
Divide<T>(T, Boolean)

列の各値に対して要素ごとの除算を実行します

(継承元 DataFrameColumn)
ElementwiseEquals(DataFrameColumn)

要素ごとの等号を実行します

ElementwiseEquals(String)

文字列を保持する変更可能な列

ElementwiseEquals<T>(T)

列の各値に対して要素ごとの等値を実行します

ElementwiseGreaterThan(DataFrameColumn)

より大きい要素単位でを実行します

(継承元 DataFrameColumn)
ElementwiseGreaterThan<T>(T)

列の各値に対して、要素ごとのより大きい値を実行します

(継承元 DataFrameColumn)
ElementwiseGreaterThanOrEqual(DataFrameColumn)

以上の要素ごとの実行

(継承元 DataFrameColumn)
ElementwiseGreaterThanOrEqual<T>(T)

列の各値に対して、要素ごとの以上の値を実行します

(継承元 DataFrameColumn)
ElementwiseIsNotNull()

文字列を保持する変更可能な列

ElementwiseIsNull()

文字列を保持する変更可能な列

ElementwiseLessThan(DataFrameColumn)

より小さい要素単位で実行します

(継承元 DataFrameColumn)
ElementwiseLessThan<T>(T)

列の各値に対して より小さい要素単位の を実行します

(継承元 DataFrameColumn)
ElementwiseLessThanOrEqual(DataFrameColumn)

以下の要素単位で実行します

(継承元 DataFrameColumn)
ElementwiseLessThanOrEqual<T>(T)

列の各値に対して要素単位以下を実行します

(継承元 DataFrameColumn)
ElementwiseNotEquals(DataFrameColumn)

要素単位の等しくないを実行します

ElementwiseNotEquals(String)

文字列を保持する変更可能な列

ElementwiseNotEquals<T>(T)

列の各値に対して要素単位の等しくないを実行します

FillNulls(Object, Boolean)

要素が に置き換えられた新しい列をvalue返しますnull

(継承元 DataFrameColumn)
FillNulls(String, Boolean)

文字列を保持する変更可能な列

FillNullsImplementation(Object, Boolean)

文字列を保持する変更可能な列

Filter<U>(U, U)

文字列を保持する変更可能な列

FilterImplementation<U>(U, U)

下限と上限でフィルター処理された新しい列を返します

(継承元 DataFrameColumn)
GetArrowField()

文字列を保持する変更可能な列

(継承元 DataFrameColumn)
GetDataViewGetter(DataViewRowCursor)

文字列を保持する変更可能な列

GetEnumerator()

文字列を保持する変更可能な列

GetEnumeratorCore()

文字列を保持する変更可能な列

GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)

文字列を保持する変更可能な列

GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)

この値でグループ化された、他の列のこの列から各値の出現を取得します

(継承元 DataFrameColumn)
GetMaxRecordBatchLength(Int64)

メモリ内で連続する値の最大数を返します

(継承元 DataFrameColumn)
GetValue(Int64)

文字列を保持する変更可能な列

GetValueGetterUsingCursor(DataViewRowCursor, DataViewSchema+Column)

文字列を保持する変更可能な列

GetValues(Int64, Int32)

文字列を保持する変更可能な列

GroupBy(Int32, DataFrame)

文字列を保持する変更可能な列

GroupColumnValues<TKey>(HashSet<Int64>)

文字列を保持する変更可能な列

HasDescription()

Description メソッドから列を除外するために使用されます

(継承元 DataFrameColumn)
Info()

この列の StringDataFrameColumn DataType と Length を含む を返します。

(継承元 DataFrameColumn)
IsNumericColumn()

列が数値型であるかどうかを判断します

(継承元 DataFrameColumn)
LeftShift(Int32, Boolean)

列の各値に対して要素ごとの左シフトを実行します

(継承元 DataFrameColumn)
Max()

列の値の最大値を返します

(継承元 DataFrameColumn)
Max(IEnumerable<Int64>)

rowIndices の値の最大値を返します

(継承元 DataFrameColumn)
Mean()

列の値の平均を返します。 これが数値列でない場合は をスローします

(継承元 DataFrameColumn)
Median()

列の値の中央値を返します。 これが数値列でない場合は をスローします

(継承元 DataFrameColumn)
Min()

列の値の最小値を返します

(継承元 DataFrameColumn)
Min(IEnumerable<Int64>)

rowIndices の値の最小値を返します

(継承元 DataFrameColumn)
Modulo(DataFrameColumn, Boolean)

要素ごとの剰余を実行します

(継承元 DataFrameColumn)
Modulo<T>(T, Boolean)

列の各値に対して要素ごとの剰余演算を実行します

(継承元 DataFrameColumn)
Multiply(DataFrameColumn, Boolean)

要素ごとの乗算を実行します

(継承元 DataFrameColumn)
Multiply<T>(T, Boolean)

列の各値に対して要素ごとの乗算を実行します

(継承元 DataFrameColumn)
Or(Boolean, Boolean)

列の各値に対して、要素ごとのブール値 Or を実行します。

(継承元 DataFrameColumn)
Or(DataFrameColumn, Boolean)

要素ごとのブール値または を実行します。

(継承元 DataFrameColumn)
Product()

列の値の積を返します。

(継承元 DataFrameColumn)
Product(IEnumerable<Int64>)

rowIndices の値の積を返します

(継承元 DataFrameColumn)
Resize(Int64)

文字列を保持する変更可能な列

ReverseAdd<T>(T, Boolean)

列の各値に対して逆の要素ごとの加算を実行します

(継承元 DataFrameColumn)
ReverseAnd(Boolean, Boolean)

列の各値に対して反転された要素ごとのブール値 And を実行します

(継承元 DataFrameColumn)
ReverseDivide<T>(T, Boolean)

列の各値に対して反転された要素ごとの除算を実行します

(継承元 DataFrameColumn)
ReverseModulo<T>(T, Boolean)

列内の各値に対して反転された要素ごとの剰余演算を実行します

(継承元 DataFrameColumn)
ReverseMultiply<T>(T, Boolean)

列の各値に対して逆の要素ごとの乗算を実行します

(継承元 DataFrameColumn)
ReverseOr(Boolean, Boolean)

列の各値に対して反転された要素ごとのブール値 Or を実行します

(継承元 DataFrameColumn)
ReverseSubtract<T>(T, Boolean)

列の各値に対して逆の要素ごとの減算を実行します

(継承元 DataFrameColumn)
ReverseXor(Boolean, Boolean)

列内の各値に対して反転された要素ごとのブール値 Xor を実行します

(継承元 DataFrameColumn)
RightShift(Int32, Boolean)

列の各値に対して要素ごとの右シフトを実行します

(継承元 DataFrameColumn)
Round(Boolean)

列の各値に対して Math.Round を呼び出します

(継承元 DataFrameColumn)
SetName(String)

列名を更新します。

(継承元 DataFrameColumn)
SetName(String, DataFrame)
古い.

この列の名前を更新します。

(継承元 DataFrameColumn)
SetValue(Int64, Object)

文字列を保持する変更可能な列

Sort(Boolean)

文字列を保持する変更可能な列

Subtract(DataFrameColumn, Boolean)

要素ごとの減算を実行します

(継承元 DataFrameColumn)
Subtract<T>(T, Boolean)

列の各値に対して要素ごとの減算を実行します

(継承元 DataFrameColumn)
Sum()

列の値の合計を返します

(継承元 DataFrameColumn)
Sum(IEnumerable<Int64>)

rowIndices の値の合計を返します

(継承元 DataFrameColumn)
ToArrowArray(Int64, Int32)

文字列を保持する変更可能な列

(継承元 DataFrameColumn)
ValueCounts()

文字列を保持する変更可能な列

Xor(Boolean, Boolean)

列の各値に対して要素ごとのブール値 Xor を実行します

(継承元 DataFrameColumn)
Xor(DataFrameColumn, Boolean)

要素ごとのブール値 Xor を実行します

(継承元 DataFrameColumn)

演算子

Addition(String, StringDataFrameColumn)

文字列を保持する変更可能な列

Addition(StringDataFrameColumn, String)

文字列を保持する変更可能な列

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

文字列を保持する変更可能な列

(継承元 DataFrameColumn)

適用対象