DataFrame.And Method

Definition

Overloads

And(Boolean, Boolean)

Performs an element-wise boolean And on each column

And(IReadOnlyList<Boolean>, Boolean)

And(Boolean, Boolean)

Performs an element-wise boolean And on each column

public Microsoft.Data.Analysis.DataFrame And (bool value, bool inPlace = false);
member this.And : bool * bool -> Microsoft.Data.Analysis.DataFrame
Public Function And (value As Boolean, Optional inPlace As Boolean = false) As DataFrame

Parameters

value
Boolean
inPlace
Boolean

Returns

Applies to

And(IReadOnlyList<Boolean>, Boolean)

public Microsoft.Data.Analysis.DataFrame And (System.Collections.Generic.IReadOnlyList<bool> values, bool inPlace = false);
member this.And : System.Collections.Generic.IReadOnlyList<bool> * bool -> Microsoft.Data.Analysis.DataFrame
Public Function And (values As IReadOnlyList(Of Boolean), Optional inPlace As Boolean = false) As DataFrame

Parameters

inPlace
Boolean

Returns

Applies to