次の方法で共有


BooleanDataFrameColumn クラス

定義

public class BooleanDataFrameColumn : Microsoft.Data.Analysis.PrimitiveDataFrameColumn<bool>
type BooleanDataFrameColumn = class
    inherit PrimitiveDataFrameColumn<bool>
Public Class BooleanDataFrameColumn
Inherits PrimitiveDataFrameColumn(Of Boolean)
継承

コンストラクター

BooleanDataFrameColumn(String, IEnumerable<Boolean>)
BooleanDataFrameColumn(String, IEnumerable<Nullable<Boolean>>)
BooleanDataFrameColumn(String, Int64)
BooleanDataFrameColumn(String, ReadOnlyMemory<Byte>, ReadOnlyMemory<Byte>, Int32, Int32)

プロパティ

DataType

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

(継承元 DataFrameColumn)
Item[Int64, Int32] (継承元 PrimitiveDataFrameColumn<T>)
Item[Int64] (継承元 PrimitiveDataFrameColumn<T>)
Length

この列の長さ

(継承元 DataFrameColumn)
Name

列名。

(継承元 DataFrameColumn)
NullCount (継承元 PrimitiveDataFrameColumn<T>)

メソッド

Abs(Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
Add(DataFrameColumn, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
Add<U>(U, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
AddDataViewColumn(DataViewSchema+Builder) (継承元 PrimitiveDataFrameColumn<T>)
AddValueUsingCursor(DataViewRowCursor, Delegate) (継承元 PrimitiveDataFrameColumn<T>)
All()

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

(継承元 PrimitiveDataFrameColumn<T>)
And(Boolean, Boolean)
And(BooleanDataFrameColumn, Boolean)
And(DataFrameColumn, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
Any()

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

(継承元 PrimitiveDataFrameColumn<T>)
Append(Nullable<T>) (継承元 PrimitiveDataFrameColumn<T>)
AppendMany(Nullable<T>, Int64) (継承元 PrimitiveDataFrameColumn<T>)
Apply<TResult>(Func<Nullable<T>,Nullable<TResult>>)

すべての値に関数を適用します

(継承元 PrimitiveDataFrameColumn<T>)
ApplyElementwise(Func<Nullable<T>,Int64,Nullable<T>>) (継承元 PrimitiveDataFrameColumn<T>)
Clamp(T, T, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
Clamp<U>(U, U, Boolean)

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

(継承元 DataFrameColumn)
ClampImplementation<U>(U, U, Boolean) (継承元 PrimitiveDataFrameColumn<T>)
Clone(DataFrameColumn, Boolean, Int64)

この列の複製を返します

(継承元 PrimitiveDataFrameColumn<T>)
Clone(IEnumerable<Int32>) (継承元 PrimitiveDataFrameColumn<T>)
Clone(IEnumerable<Int64>) (継承元 PrimitiveDataFrameColumn<T>)
Clone(PrimitiveDataFrameColumn<Int32>, Boolean) (継承元 PrimitiveDataFrameColumn<T>)
Clone(PrimitiveDataFrameColumn<Int64>, Boolean) (継承元 PrimitiveDataFrameColumn<T>)
CloneImplementation(DataFrameColumn, Boolean, Int64)

列を複製して、mapIndices と反転フラグを指定して値の順序を変更する可能性があるコピーを生成します

(継承元 PrimitiveDataFrameColumn<T>)
CreateNewColumn(String, Int64)
CumulativeMax(Boolean)

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

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

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

(継承元 PrimitiveDataFrameColumn<T>)
CumulativeMin(Boolean)

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

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

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

(継承元 PrimitiveDataFrameColumn<T>)
CumulativeProduct(Boolean)

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

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

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

(継承元 PrimitiveDataFrameColumn<T>)
CumulativeSum(Boolean)

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

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

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

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

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

(継承元 PrimitiveDataFrameColumn<T>)
Divide<U>(U, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseEquals(Boolean)
ElementwiseEquals(BooleanDataFrameColumn)
ElementwiseEquals(DataFrameColumn)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseEquals<U>(U)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThan(Boolean)
ElementwiseGreaterThan(BooleanDataFrameColumn)
ElementwiseGreaterThan(DataFrameColumn)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThan<U>(U)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThanOrEqual(Boolean)
ElementwiseGreaterThanOrEqual(BooleanDataFrameColumn)
ElementwiseGreaterThanOrEqual(DataFrameColumn)

以上の要素ごとの実行

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseGreaterThanOrEqual<U>(U)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseIsNotNull() (継承元 PrimitiveDataFrameColumn<T>)
ElementwiseIsNull() (継承元 PrimitiveDataFrameColumn<T>)
ElementwiseLessThan(Boolean)
ElementwiseLessThan(BooleanDataFrameColumn)
ElementwiseLessThan(DataFrameColumn)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseLessThan<U>(U)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseLessThanOrEqual(Boolean)
ElementwiseLessThanOrEqual(BooleanDataFrameColumn)
ElementwiseLessThanOrEqual(DataFrameColumn)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseLessThanOrEqual<U>(U)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseNotEquals(Boolean)
ElementwiseNotEquals(BooleanDataFrameColumn)
ElementwiseNotEquals(DataFrameColumn)

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

(継承元 PrimitiveDataFrameColumn<T>)
ElementwiseNotEquals<U>(U)

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

(継承元 PrimitiveDataFrameColumn<T>)
FillNulls(Object, Boolean)

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

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

null を値に置き換えた新しい列を返します。

(継承元 PrimitiveDataFrameColumn<T>)
FillNullsImplementation(Object, Boolean) (継承元 PrimitiveDataFrameColumn<T>)
Filter(T, T)

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

(継承元 PrimitiveDataFrameColumn<T>)
Filter<U>(U, U)

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

(継承元 DataFrameColumn)
FilterImplementation<U>(U, U) (継承元 PrimitiveDataFrameColumn<T>)
GetArrowField() (継承元 PrimitiveDataFrameColumn<T>)
GetDataViewGetter(DataViewRowCursor) (継承元 PrimitiveDataFrameColumn<T>)
GetEnumerator() (継承元 PrimitiveDataFrameColumn<T>)
GetEnumeratorCore() (継承元 PrimitiveDataFrameColumn<T>)
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>) (継承元 PrimitiveDataFrameColumn<T>)
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)

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

(継承元 DataFrameColumn)
GetMaxRecordBatchLength(Int64) (継承元 PrimitiveDataFrameColumn<T>)
GetReadOnlyDataBuffers()

基になる値を表す不変メモリ バッファーの列挙可能な を返します。

(継承元 PrimitiveDataFrameColumn<T>)
GetReadOnlyNullBitMapBuffers()

Apache Arrow 形式の値を表す不変 ReadOnlyMemory<T> バッファーの null 列挙可能な を返します。

(継承元 PrimitiveDataFrameColumn<T>)
GetTypedValue(Int64) (継承元 PrimitiveDataFrameColumn<T>)
GetValue(Int64) (継承元 PrimitiveDataFrameColumn<T>)
GetValueGetterUsingCursor(DataViewRowCursor, DataViewSchema+Column) (継承元 PrimitiveDataFrameColumn<T>)
GetValues(Int64, Int32) (継承元 PrimitiveDataFrameColumn<T>)
GroupBy(Int32, DataFrame) (継承元 PrimitiveDataFrameColumn<T>)
GroupColumnValues<TKey>(HashSet<Int64>) (継承元 PrimitiveDataFrameColumn<T>)
HasDescription()

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

(継承元 PrimitiveDataFrameColumn<T>)
Info()

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

(継承元 DataFrameColumn)
IsNumericColumn() (継承元 PrimitiveDataFrameColumn<T>)
IsValid(Int64) (継承元 PrimitiveDataFrameColumn<T>)
LeftShift(Int32, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
Max()

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

(継承元 PrimitiveDataFrameColumn<T>)
Max(IEnumerable<Int64>)

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

(継承元 PrimitiveDataFrameColumn<T>)
Mean() (継承元 PrimitiveDataFrameColumn<T>)
Median() (継承元 PrimitiveDataFrameColumn<T>)
Min()

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

(継承元 PrimitiveDataFrameColumn<T>)
Min(IEnumerable<Int64>)

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

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

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

(継承元 PrimitiveDataFrameColumn<T>)
Modulo<U>(U, Boolean)

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

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

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

(継承元 PrimitiveDataFrameColumn<T>)
Multiply<U>(U, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
Or(Boolean, Boolean)
Or(BooleanDataFrameColumn, Boolean)
Or(DataFrameColumn, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
Product()

列の値の積を返します。

(継承元 PrimitiveDataFrameColumn<T>)
Product(IEnumerable<Int64>)

rowIndices の値の積を返します

(継承元 PrimitiveDataFrameColumn<T>)
Resize(Int64) (継承元 PrimitiveDataFrameColumn<T>)
ReverseAdd<U>(U, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
ReverseAnd(Boolean, Boolean)

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

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

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

(継承元 PrimitiveDataFrameColumn<T>)
ReverseModulo<U>(U, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
ReverseMultiply<U>(U, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
ReverseOr(Boolean, Boolean)

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

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

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

(継承元 PrimitiveDataFrameColumn<T>)
ReverseXor(Boolean, Boolean)

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

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

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

(継承元 PrimitiveDataFrameColumn<T>)
Round(Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
SetName(String)

列名を更新します。

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

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

(継承元 DataFrameColumn)
SetValue(Int64, Object) (継承元 PrimitiveDataFrameColumn<T>)
Sort(Boolean) (継承元 PrimitiveDataFrameColumn<T>)
Subtract(DataFrameColumn, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
Subtract<U>(U, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)
Sum()

列の値の合計を返します

(継承元 PrimitiveDataFrameColumn<T>)
Sum(IEnumerable<Int64>)

rowIndices の値の合計を返します

(継承元 PrimitiveDataFrameColumn<T>)
ToArrowArray(Int64, Int32) (継承元 PrimitiveDataFrameColumn<T>)
ToString()

列の内容のプレビューを書式設定された文字列として返します。

(継承元 PrimitiveDataFrameColumn<T>)
ValueCounts() (継承元 PrimitiveDataFrameColumn<T>)
Xor(Boolean, Boolean)
Xor(BooleanDataFrameColumn, Boolean)
Xor(DataFrameColumn, Boolean)

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

(継承元 PrimitiveDataFrameColumn<T>)

演算子

BitwiseAnd(BooleanDataFrameColumn, Boolean)
BitwiseAnd(BooleanDataFrameColumn, BooleanDataFrameColumn)
BitwiseOr(BooleanDataFrameColumn, Boolean)
BitwiseOr(BooleanDataFrameColumn, BooleanDataFrameColumn)
ExclusiveOr(BooleanDataFrameColumn, Boolean)
ExclusiveOr(BooleanDataFrameColumn, BooleanDataFrameColumn)

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

IEnumerable.GetEnumerator() (継承元 DataFrameColumn)

適用対象