Abs(Boolean)
|
Aktualizacje każdy element liczbowy z wartością bezwzględną liczbową
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Add(Byte, Boolean)
|
Add(ByteDataFrameColumn, Boolean)
|
Add(DataFrameColumn, Boolean)
|
Wykonuje dodawanie elementów mądry
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Add(Double, Boolean)
|
Add(DoubleDataFrameColumn, Boolean)
|
Add(Int16, Boolean)
|
Add(Int16DataFrameColumn, Boolean)
|
Add(Int32, Boolean)
|
Add(Int32DataFrameColumn, Boolean)
|
Add(Int64, Boolean)
|
Add(Int64DataFrameColumn, Boolean)
|
Add(SByte, Boolean)
|
Add(SByteDataFrameColumn, Boolean)
|
Add(Single, Boolean)
|
Add(SingleDataFrameColumn, Boolean)
|
Add(UInt16, Boolean)
|
Add(UInt16DataFrameColumn, Boolean)
|
Add(UInt32, Boolean)
|
Add(UInt32DataFrameColumn, Boolean)
|
Add(UInt64, Boolean)
|
Add(UInt64DataFrameColumn, Boolean)
|
Add<U>(U, Boolean)
|
Wykonuje dodanie elementu do każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
AddDataViewColumn(DataViewSchema+Builder)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
AddValueUsingCursor(DataViewRowCursor, Delegate)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
All()
|
Zwraca, czy wszystkie elementy mają wartość True
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
And(Boolean, Boolean)
|
Wykonuje element mądry wartość logiczna i na każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
And(DataFrameColumn, Boolean)
|
Wykonuje element mądre wartości logiczne i
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Any()
|
Zwraca, czy dowolny element ma wartość True
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Append(Nullable<T>)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
AppendMany(Nullable<T>, Int64)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Apply<TResult>(Func<Nullable<T>,Nullable<TResult>>)
|
Stosuje funkcję do wszystkich wartości
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ApplyElementwise(Func<Nullable<T>,Int64,Nullable<T>>)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Clamp(T, T, Boolean)
|
Wartości zacisków wykraczające poza określone progi
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Clamp<U>(U, U, Boolean)
|
Wartości zacisków wykraczające poza określone progi
(Odziedziczone po DataFrameColumn)
|
ClampImplementation<U>(U, U, Boolean)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Clone(DataFrameColumn, Boolean, Int64)
|
Zwraca klon tej kolumny
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Clone(IEnumerable<Int32>)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Clone(IEnumerable<Int64>)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Clone(PrimitiveDataFrameColumn<Int32>, Boolean)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Clone(PrimitiveDataFrameColumn<Int64>, Boolean)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
CloneImplementation(DataFrameColumn, Boolean, Int64)
|
Klonowanie kolumny w celu utworzenia kopii potencjalnie zmieniającej kolejność wartości przez podanie indeksów mapIndices i flagi odwrócenia
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
CreateNewColumn(String, Int64)
|
CumulativeMax(Boolean)
|
Aktualizacje każdego elementu z skumulowaną maksymalną wartością
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
CumulativeMax(IEnumerable<Int64>, Boolean)
|
Aktualizacje wartości kolumn w indeksach rowIndices z maksymalnym skumulowanym indeksem rowIndices
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
CumulativeMin(Boolean)
|
Aktualizacje każdy element ze skumulowanym minimum
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
CumulativeMin(IEnumerable<Int64>, Boolean)
|
Aktualizacje wartości kolumn w indeksach rowIndices z minimalnymi skumulowanymi indeksami wierszy
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
CumulativeProduct(Boolean)
|
Aktualizacje każdego elementu z skumulowanym produktem
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
CumulativeProduct(IEnumerable<Int64>, Boolean)
|
Aktualizacje wartości kolumn w indeksach rowIndices z skumulowanym produktem rowIndices
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
CumulativeSum(Boolean)
|
Aktualizacje każdego elementu z sumą skumulowaną
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
CumulativeSum(IEnumerable<Int64>, Boolean)
|
Aktualizacje wartości kolumn w indeksach rowIndices z sumą skumulowanych indeksów wierszy
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Description()
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Divide(Byte, Boolean)
|
Divide(ByteDataFrameColumn, Boolean)
|
Divide(DataFrameColumn, Boolean)
|
Wykonuje dzielenie elementów
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Divide(Double, Boolean)
|
Divide(DoubleDataFrameColumn, Boolean)
|
Divide(Int16, Boolean)
|
Divide(Int16DataFrameColumn, Boolean)
|
Divide(Int32, Boolean)
|
Divide(Int32DataFrameColumn, Boolean)
|
Divide(Int64, Boolean)
|
Divide(Int64DataFrameColumn, Boolean)
|
Divide(SByte, Boolean)
|
Divide(SByteDataFrameColumn, Boolean)
|
Divide(Single, Boolean)
|
Divide(SingleDataFrameColumn, Boolean)
|
Divide(UInt16, Boolean)
|
Divide(UInt16DataFrameColumn, Boolean)
|
Divide(UInt32, Boolean)
|
Divide(UInt32DataFrameColumn, Boolean)
|
Divide(UInt64, Boolean)
|
Divide(UInt64DataFrameColumn, Boolean)
|
Divide<U>(U, Boolean)
|
Wykonuje podział elementów na każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseEquals(Byte)
|
ElementwiseEquals(ByteDataFrameColumn)
|
ElementwiseEquals(DataFrameColumn)
|
Wykonuje mądry element równości
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseEquals(Double)
|
ElementwiseEquals(DoubleDataFrameColumn)
|
ElementwiseEquals(Int16)
|
ElementwiseEquals(Int16DataFrameColumn)
|
ElementwiseEquals(Int32)
|
ElementwiseEquals(Int32DataFrameColumn)
|
ElementwiseEquals(Int64)
|
ElementwiseEquals(Int64DataFrameColumn)
|
ElementwiseEquals(SByte)
|
ElementwiseEquals(SByteDataFrameColumn)
|
ElementwiseEquals(Single)
|
ElementwiseEquals(SingleDataFrameColumn)
|
ElementwiseEquals(UInt16)
|
ElementwiseEquals(UInt16DataFrameColumn)
|
ElementwiseEquals(UInt32)
|
ElementwiseEquals(UInt32DataFrameColumn)
|
ElementwiseEquals(UInt64)
|
ElementwiseEquals(UInt64DataFrameColumn)
|
ElementwiseEquals<U>(U)
|
Wykonuje element mądry równe dla każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseGreaterThan(Byte)
|
ElementwiseGreaterThan(ByteDataFrameColumn)
|
ElementwiseGreaterThan(DataFrameColumn)
|
Wykonuje element mądry większy niż
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseGreaterThan(Double)
|
ElementwiseGreaterThan(DoubleDataFrameColumn)
|
ElementwiseGreaterThan(Int16)
|
ElementwiseGreaterThan(Int16DataFrameColumn)
|
ElementwiseGreaterThan(Int32)
|
ElementwiseGreaterThan(Int32DataFrameColumn)
|
ElementwiseGreaterThan(Int64)
|
ElementwiseGreaterThan(Int64DataFrameColumn)
|
ElementwiseGreaterThan(SByte)
|
ElementwiseGreaterThan(SByteDataFrameColumn)
|
ElementwiseGreaterThan(Single)
|
ElementwiseGreaterThan(SingleDataFrameColumn)
|
ElementwiseGreaterThan(UInt16)
|
ElementwiseGreaterThan(UInt16DataFrameColumn)
|
ElementwiseGreaterThan(UInt32)
|
ElementwiseGreaterThan(UInt32DataFrameColumn)
|
ElementwiseGreaterThan(UInt64)
|
ElementwiseGreaterThan(UInt64DataFrameColumn)
|
ElementwiseGreaterThan<U>(U)
|
Wykonuje element mądry większy niż na każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseGreaterThanOrEqual(Byte)
|
ElementwiseGreaterThanOrEqual(ByteDataFrameColumn)
|
ElementwiseGreaterThanOrEqual(DataFrameColumn)
|
Wykonuje element mądry większy niż lub równy
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseGreaterThanOrEqual(Double)
|
ElementwiseGreaterThanOrEqual(DoubleDataFrameColumn)
|
ElementwiseGreaterThanOrEqual(Int16)
|
ElementwiseGreaterThanOrEqual(Int16DataFrameColumn)
|
ElementwiseGreaterThanOrEqual(Int32)
|
ElementwiseGreaterThanOrEqual(Int32DataFrameColumn)
|
ElementwiseGreaterThanOrEqual(Int64)
|
ElementwiseGreaterThanOrEqual(Int64DataFrameColumn)
|
ElementwiseGreaterThanOrEqual(SByte)
|
ElementwiseGreaterThanOrEqual(SByteDataFrameColumn)
|
ElementwiseGreaterThanOrEqual(Single)
|
ElementwiseGreaterThanOrEqual(SingleDataFrameColumn)
|
ElementwiseGreaterThanOrEqual(UInt16)
|
ElementwiseGreaterThanOrEqual(UInt16DataFrameColumn)
|
ElementwiseGreaterThanOrEqual(UInt32)
|
ElementwiseGreaterThanOrEqual(UInt32DataFrameColumn)
|
ElementwiseGreaterThanOrEqual(UInt64)
|
ElementwiseGreaterThanOrEqual(UInt64DataFrameColumn)
|
ElementwiseGreaterThanOrEqual<U>(U)
|
Wykonuje element mądry większy niż lub równy dla każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseIsNotNull()
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseIsNull()
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseLessThan(Byte)
|
ElementwiseLessThan(ByteDataFrameColumn)
|
ElementwiseLessThan(DataFrameColumn)
|
Wykonuje element mądry mniej niż
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseLessThan(Double)
|
ElementwiseLessThan(DoubleDataFrameColumn)
|
ElementwiseLessThan(Int16)
|
ElementwiseLessThan(Int16DataFrameColumn)
|
ElementwiseLessThan(Int32)
|
ElementwiseLessThan(Int32DataFrameColumn)
|
ElementwiseLessThan(Int64)
|
ElementwiseLessThan(Int64DataFrameColumn)
|
ElementwiseLessThan(SByte)
|
ElementwiseLessThan(SByteDataFrameColumn)
|
ElementwiseLessThan(Single)
|
ElementwiseLessThan(SingleDataFrameColumn)
|
ElementwiseLessThan(UInt16)
|
ElementwiseLessThan(UInt16DataFrameColumn)
|
ElementwiseLessThan(UInt32)
|
ElementwiseLessThan(UInt32DataFrameColumn)
|
ElementwiseLessThan(UInt64)
|
ElementwiseLessThan(UInt64DataFrameColumn)
|
ElementwiseLessThan<U>(U)
|
Wykonuje element mądry mniej niż na każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseLessThanOrEqual(Byte)
|
ElementwiseLessThanOrEqual(ByteDataFrameColumn)
|
ElementwiseLessThanOrEqual(DataFrameColumn)
|
Wykonuje mądry element mniej niż lub równe
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseLessThanOrEqual(Double)
|
ElementwiseLessThanOrEqual(DoubleDataFrameColumn)
|
ElementwiseLessThanOrEqual(Int16)
|
ElementwiseLessThanOrEqual(Int16DataFrameColumn)
|
ElementwiseLessThanOrEqual(Int32)
|
ElementwiseLessThanOrEqual(Int32DataFrameColumn)
|
ElementwiseLessThanOrEqual(Int64)
|
ElementwiseLessThanOrEqual(Int64DataFrameColumn)
|
ElementwiseLessThanOrEqual(SByte)
|
ElementwiseLessThanOrEqual(SByteDataFrameColumn)
|
ElementwiseLessThanOrEqual(Single)
|
ElementwiseLessThanOrEqual(SingleDataFrameColumn)
|
ElementwiseLessThanOrEqual(UInt16)
|
ElementwiseLessThanOrEqual(UInt16DataFrameColumn)
|
ElementwiseLessThanOrEqual(UInt32)
|
ElementwiseLessThanOrEqual(UInt32DataFrameColumn)
|
ElementwiseLessThanOrEqual(UInt64)
|
ElementwiseLessThanOrEqual(UInt64DataFrameColumn)
|
ElementwiseLessThanOrEqual<U>(U)
|
Wykonuje element mądry mniej niż lub równy dla każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseNotEquals(Byte)
|
ElementwiseNotEquals(ByteDataFrameColumn)
|
ElementwiseNotEquals(DataFrameColumn)
|
Wykonuje element mądry nie równa się
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ElementwiseNotEquals(Double)
|
ElementwiseNotEquals(DoubleDataFrameColumn)
|
ElementwiseNotEquals(Int16)
|
ElementwiseNotEquals(Int16DataFrameColumn)
|
ElementwiseNotEquals(Int32)
|
ElementwiseNotEquals(Int32DataFrameColumn)
|
ElementwiseNotEquals(Int64)
|
ElementwiseNotEquals(Int64DataFrameColumn)
|
ElementwiseNotEquals(SByte)
|
ElementwiseNotEquals(SByteDataFrameColumn)
|
ElementwiseNotEquals(Single)
|
ElementwiseNotEquals(SingleDataFrameColumn)
|
ElementwiseNotEquals(UInt16)
|
ElementwiseNotEquals(UInt16DataFrameColumn)
|
ElementwiseNotEquals(UInt32)
|
ElementwiseNotEquals(UInt32DataFrameColumn)
|
ElementwiseNotEquals(UInt64)
|
ElementwiseNotEquals(UInt64DataFrameColumn)
|
ElementwiseNotEquals<U>(U)
|
Wykonuje element-wise not-equals na każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
FillNulls(Object, Boolean)
|
Zwraca nową kolumnę z elementami zastąpionymi null przez value .
(Odziedziczone po DataFrameColumn)
|
FillNulls(T, Boolean)
|
Zwraca nową kolumnę o wartości null zastąpioną wartością
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
FillNullsImplementation(Object, Boolean)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Filter(T, T)
|
Zwraca nową kolumnę filtrowaną według dolnej i górnej granicy
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Filter<U>(U, U)
|
Zwraca nową kolumnę filtrowaną według dolnej i górnej granicy
(Odziedziczone po DataFrameColumn)
|
FilterImplementation<U>(U, U)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetArrowField()
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetDataViewGetter(DataViewRowCursor)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetEnumerator()
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetEnumeratorCore()
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetGroupedOccurrences(DataFrameColumn, HashSet<Int64>)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetGroupedOccurrences<TKey>(DataFrameColumn, HashSet<Int64>)
|
Pobieranie wystąpień każdej wartości z tej kolumny w innej kolumnie pogrupowanej według tej wartości
(Odziedziczone po DataFrameColumn)
|
GetMaxRecordBatchLength(Int64)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetReadOnlyDataBuffers()
|
Zwraca wyliczenie niezmiennych buforów pamięci reprezentujących wartości bazowe
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetReadOnlyNullBitMapBuffers()
|
Zwraca wyliczenie niezmiennych ReadOnlyMemory<T> buforów reprezentujących null wartości w formacie Apache Arrow
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetTypedValue(Int64)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetValue(Int64)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetValueGetterUsingCursor(DataViewRowCursor, DataViewSchema+Column)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GetValues(Int64, Int32)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GroupBy(Int32, DataFrame)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
GroupColumnValues<TKey>(HashSet<Int64>)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
HasDescription()
|
Służy do wykluczania kolumn z metody Description
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Info()
|
Zwraca wartość zawierającą StringDataFrameColumn typ danych i długość tej kolumny
(Odziedziczone po DataFrameColumn)
|
IsNumericColumn()
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
IsValid(Int64)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
LeftShift(Int32, Boolean)
|
Wykonuje przesunięcie w lewo dla każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Max()
|
Zwraca maksymalną wartość w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Max(IEnumerable<Int64>)
|
Zwraca maksymalną liczbę wartości w indeksach rowIndices
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Mean()
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Median()
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Min()
|
Zwraca wartość minimalną wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Min(IEnumerable<Int64>)
|
Zwraca wartość minimalną wartości w indeksach rowIndices
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Modulo(Byte, Boolean)
|
Modulo(ByteDataFrameColumn, Boolean)
|
Modulo(DataFrameColumn, Boolean)
|
Wykonuje modulu mądrego elementu
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Modulo(Double, Boolean)
|
Modulo(DoubleDataFrameColumn, Boolean)
|
Modulo(Int16, Boolean)
|
Modulo(Int16DataFrameColumn, Boolean)
|
Modulo(Int32, Boolean)
|
Modulo(Int32DataFrameColumn, Boolean)
|
Modulo(Int64, Boolean)
|
Modulo(Int64DataFrameColumn, Boolean)
|
Modulo(SByte, Boolean)
|
Modulo(SByteDataFrameColumn, Boolean)
|
Modulo(Single, Boolean)
|
Modulo(SingleDataFrameColumn, Boolean)
|
Modulo(UInt16, Boolean)
|
Modulo(UInt16DataFrameColumn, Boolean)
|
Modulo(UInt32, Boolean)
|
Modulo(UInt32DataFrameColumn, Boolean)
|
Modulo(UInt64, Boolean)
|
Modulo(UInt64DataFrameColumn, Boolean)
|
Modulo<U>(U, Boolean)
|
Wykonuje operację modulu mądrego elementu na każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Multiply(Byte, Boolean)
|
Multiply(ByteDataFrameColumn, Boolean)
|
Multiply(DataFrameColumn, Boolean)
|
Wykonuje mnożenie mnożenia elementów
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Multiply(Double, Boolean)
|
Multiply(DoubleDataFrameColumn, Boolean)
|
Multiply(Int16, Boolean)
|
Multiply(Int16DataFrameColumn, Boolean)
|
Multiply(Int32, Boolean)
|
Multiply(Int32DataFrameColumn, Boolean)
|
Multiply(Int64, Boolean)
|
Multiply(Int64DataFrameColumn, Boolean)
|
Multiply(SByte, Boolean)
|
Multiply(SByteDataFrameColumn, Boolean)
|
Multiply(Single, Boolean)
|
Multiply(SingleDataFrameColumn, Boolean)
|
Multiply(UInt16, Boolean)
|
Multiply(UInt16DataFrameColumn, Boolean)
|
Multiply(UInt32, Boolean)
|
Multiply(UInt32DataFrameColumn, Boolean)
|
Multiply(UInt64, Boolean)
|
Multiply(UInt64DataFrameColumn, Boolean)
|
Multiply<U>(U, Boolean)
|
Wykonuje mnożenie elementów na każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Or(Boolean, Boolean)
|
Wykonuje element mądry wartość logiczna lub na każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Or(DataFrameColumn, Boolean)
|
Wykonuje element mądry wartość logiczna lub
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Product()
|
Zwraca produkt wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Product(IEnumerable<Int64>)
|
Zwraca produkt wartości w indeksach rowIndices
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Resize(Int64)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ReverseAdd(Byte, Boolean)
|
ReverseAdd(Double, Boolean)
|
ReverseAdd(Int16, Boolean)
|
ReverseAdd(Int32, Boolean)
|
ReverseAdd(Int64, Boolean)
|
ReverseAdd(SByte, Boolean)
|
ReverseAdd(Single, Boolean)
|
ReverseAdd(UInt16, Boolean)
|
ReverseAdd(UInt32, Boolean)
|
ReverseAdd(UInt64, Boolean)
|
ReverseAdd<U>(U, Boolean)
|
Wykonuje odwrócony dodatek elementu mądry dla każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ReverseAnd(Boolean, Boolean)
|
Wykonuje odwróconą wartość logiczną i na każdej wartości w kolumnie
(Odziedziczone po DataFrameColumn)
|
ReverseDivide(Byte, Boolean)
|
ReverseDivide(Double, Boolean)
|
ReverseDivide(Int16, Boolean)
|
ReverseDivide(Int32, Boolean)
|
ReverseDivide(Int64, Boolean)
|
ReverseDivide(SByte, Boolean)
|
ReverseDivide(Single, Boolean)
|
ReverseDivide(UInt16, Boolean)
|
ReverseDivide(UInt32, Boolean)
|
ReverseDivide(UInt64, Boolean)
|
ReverseDivide<U>(U, Boolean)
|
Wykonuje odwrotny podział elementów na każdą wartość w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ReverseModulo(Byte, Boolean)
|
ReverseModulo(Double, Boolean)
|
ReverseModulo(Int16, Boolean)
|
ReverseModulo(Int32, Boolean)
|
ReverseModulo(Int64, Boolean)
|
ReverseModulo(SByte, Boolean)
|
ReverseModulo(Single, Boolean)
|
ReverseModulo(UInt16, Boolean)
|
ReverseModulo(UInt32, Boolean)
|
ReverseModulo(UInt64, Boolean)
|
ReverseModulo<U>(U, Boolean)
|
Wykonuje odwrotną operację modulu mądrego elementu na każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ReverseMultiply(Byte, Boolean)
|
ReverseMultiply(Double, Boolean)
|
ReverseMultiply(Int16, Boolean)
|
ReverseMultiply(Int32, Boolean)
|
ReverseMultiply(Int64, Boolean)
|
ReverseMultiply(SByte, Boolean)
|
ReverseMultiply(Single, Boolean)
|
ReverseMultiply(UInt16, Boolean)
|
ReverseMultiply(UInt32, Boolean)
|
ReverseMultiply(UInt64, Boolean)
|
ReverseMultiply<U>(U, Boolean)
|
Wykonuje odwróconą mnożenie elementów na każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ReverseOr(Boolean, Boolean)
|
Wykonuje odwróconą wartość logiczną lub na każdej wartości w kolumnie
(Odziedziczone po DataFrameColumn)
|
ReverseSubtract(Byte, Boolean)
|
ReverseSubtract(Double, Boolean)
|
ReverseSubtract(Int16, Boolean)
|
ReverseSubtract(Int32, Boolean)
|
ReverseSubtract(Int64, Boolean)
|
ReverseSubtract(SByte, Boolean)
|
ReverseSubtract(Single, Boolean)
|
ReverseSubtract(UInt16, Boolean)
|
ReverseSubtract(UInt32, Boolean)
|
ReverseSubtract(UInt64, Boolean)
|
ReverseSubtract<U>(U, Boolean)
|
Wykonuje odwróconą odejmę elementu dla każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ReverseXor(Boolean, Boolean)
|
Wykonuje odwrócony element logiczny Xor dla każdej wartości w kolumnie
(Odziedziczone po DataFrameColumn)
|
RightShift(Int32, Boolean)
|
Wykonuje przesunięcie w prawo dla każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Round(Boolean)
|
Wywołuje metodę Math.Round dla każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
SetName(String)
|
Aktualizacje nazwę kolumny.
(Odziedziczone po DataFrameColumn)
|
SetName(String, DataFrame)
|
Przestarzałe.
Aktualizacje nazwę tej kolumny.
(Odziedziczone po DataFrameColumn)
|
SetValue(Int64, Object)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Sort(Boolean)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Subtract(Byte, Boolean)
|
Subtract(ByteDataFrameColumn, Boolean)
|
Subtract(DataFrameColumn, Boolean)
|
Wykonuje odejmowanie elementu
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Subtract(Double, Boolean)
|
Subtract(DoubleDataFrameColumn, Boolean)
|
Subtract(Int16, Boolean)
|
Subtract(Int16DataFrameColumn, Boolean)
|
Subtract(Int32, Boolean)
|
Subtract(Int32DataFrameColumn, Boolean)
|
Subtract(Int64, Boolean)
|
Subtract(Int64DataFrameColumn, Boolean)
|
Subtract(SByte, Boolean)
|
Subtract(SByteDataFrameColumn, Boolean)
|
Subtract(Single, Boolean)
|
Subtract(SingleDataFrameColumn, Boolean)
|
Subtract(UInt16, Boolean)
|
Subtract(UInt16DataFrameColumn, Boolean)
|
Subtract(UInt32, Boolean)
|
Subtract(UInt32DataFrameColumn, Boolean)
|
Subtract(UInt64, Boolean)
|
Subtract(UInt64DataFrameColumn, Boolean)
|
Subtract<U>(U, Boolean)
|
Wykonuje odejmowanie elementu dla każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Sum()
|
Zwraca sumę wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Sum(IEnumerable<Int64>)
|
Zwraca sumę wartości w indeksach rowIndices
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ToArrowArray(Int64, Int32)
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ToString()
|
Zwraca podgląd zawartości kolumny jako sformatowany ciąg.
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
ValueCounts()
|
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Xor(Boolean, Boolean)
|
Wykonuje element mądry wartość logiczna Xor dla każdej wartości w kolumnie
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|
Xor(DataFrameColumn, Boolean)
|
Wykonuje element mądry wartość logiczna Xor
(Odziedziczone po PrimitiveDataFrameColumn<T>)
|