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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

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

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions