Skip to content

Instantly share code, notes, and snippets.

@brandon-b-miller
Created January 14, 2021 20:30
Show Gist options
  • Save brandon-b-miller/84b50d11a12b1d0ecda198ea841b718f to your computer and use it in GitHub Desktop.
Save brandon-b-miller/84b50d11a12b1d0ecda198ea841b718f to your computer and use it in GitHub Desktop.
sr1 = cudf.Series([1,2,3])
sr2 = cudf.Series([2,3,4])
val = 1
result_1 = sr1 + val
result_2 = sr2 – val
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment