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/11f3682ba21484134d34434676b9ad29 to your computer and use it in GitHub Desktop.
Save brandon-b-miller/11f3682ba21484134d34434676b9ad29 to your computer and use it in GitHub Desktop.
import cudf
sr = cudf.Series([1,2,3])
val = 1
print(sr + val)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment