DataFrame.Or 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
Or(Boolean, Boolean) |
Performs an element-wise boolean Or on each column |
Or(IReadOnlyList<Boolean>, Boolean) |
Or(Boolean, Boolean)
Performs an element-wise boolean Or on each column
public Microsoft.Data.Analysis.DataFrame Or (bool value, bool inPlace = false);
member this.Or : bool * bool -> Microsoft.Data.Analysis.DataFrame
Public Function Or (value As Boolean, Optional inPlace As Boolean = false) As DataFrame
Parameters
- value
- Boolean
- inPlace
- Boolean
Returns
Applies to
Or(IReadOnlyList<Boolean>, Boolean)
public Microsoft.Data.Analysis.DataFrame Or (System.Collections.Generic.IReadOnlyList<bool> values, bool inPlace = false);
member this.Or : System.Collections.Generic.IReadOnlyList<bool> * bool -> Microsoft.Data.Analysis.DataFrame
Public Function Or (values As IReadOnlyList(Of Boolean), Optional inPlace As Boolean = false) As DataFrame
Parameters
- values
- IReadOnlyList<Boolean>
- inPlace
- Boolean