Skip to content

Support more series operators  #49

Description

@jcrist

The following are missing:

  • negation (-x)
  • inv (~x)
  • boolean operations (&, |, ^)
  • pow (x ** 2)

pow was added in #892 . Negation and inversion are part of #1163. Boolean bitwise operations are in #1292.

Metadata

Metadata

Assignees

Labels

PythonAffects Python cuDF API.feature requestNew feature or requestlibcudfAffects libcudf (C++/CUDA) code.

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions