DataFrame.And Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- values
- IReadOnlyList<Boolean>
- inPlace
- Boolean