[FEA] Support logical operators such as &
and |
for cudf.dataframe.series.Series
#1071
Labels
feature request
New feature or request
libcudf
Affects libcudf (C++/CUDA) code.
Python
Affects Python cuDF API.
Is your feature request related to a problem? Please describe.
The ability to use logical operators
&
and|
withcudf.dataframe.series.Series
data structures.For example:
The whole reproducible code is below:
Describe the solution you'd like
Describe alternatives you've considered
The following uses NumPy and ought to work:
Additional context
Pandas documentation on boolean indexing here: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#boolean-indexing
The text was updated successfully, but these errors were encountered: