次の方法で共有


DataFrame.Filter メソッド

定義

オーバーロード

Filter(PrimitiveDataFrameColumn<Int64>)

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

Filter(PrimitiveDataFrameColumn<Boolean>)

のブール値を使用して新しい DataFrame を返します。 filter

Filter(PrimitiveDataFrameColumn<Int32>)

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

Filter(PrimitiveDataFrameColumn<Int64>)

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

public Microsoft.Data.Analysis.DataFrame Filter (Microsoft.Data.Analysis.PrimitiveDataFrameColumn<long> rowIndices);
member this.Filter : Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int64> -> Microsoft.Data.Analysis.DataFrame
Public Function Filter (rowIndices As PrimitiveDataFrameColumn(Of Long)) As DataFrame

パラメーター

rowIndices
PrimitiveDataFrameColumn<Int64>

行インデックスの列

戻り値

適用対象

Filter(PrimitiveDataFrameColumn<Boolean>)

のブール値を使用して新しい DataFrame を返します。 filter

public Microsoft.Data.Analysis.DataFrame Filter (Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> filter);
member this.Filter : Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool> -> Microsoft.Data.Analysis.DataFrame
Public Function Filter (filter As PrimitiveDataFrameColumn(Of Boolean)) As DataFrame

パラメーター

filter
PrimitiveDataFrameColumn<Boolean>

ブール値の列

戻り値

適用対象

Filter(PrimitiveDataFrameColumn<Int32>)

の行インデックスを使用して新しい DataFrame を返します。 rowIndices

public Microsoft.Data.Analysis.DataFrame Filter (Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int> rowIndices);
member this.Filter : Microsoft.Data.Analysis.PrimitiveDataFrameColumn<int> -> Microsoft.Data.Analysis.DataFrame
Public Function Filter (rowIndices As PrimitiveDataFrameColumn(Of Integer)) As DataFrame

パラメーター

rowIndices
PrimitiveDataFrameColumn<Int32>

行インデックスの列

戻り値

適用対象