Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remaining datetime APIs to pylibcudf #17143

Merged
merged 8 commits into from
Oct 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove notebook change
Matt711 committed Oct 30, 2024

Unverified

No user is associated with the committer email.
commit 6c3a79b5dc6cd38f6c6151fdd63ef160bf622894
5 changes: 2 additions & 3 deletions docs/cudf/source/user_guide/guide-to-udfs.ipynb
Original file line number Diff line number Diff line change
@@ -20,9 +20,8 @@
"\n",
"config.CUDA_LOW_OCCUPANCY_WARNINGS = 0\n",
"\n",
"from cudf.datasets import randomdata\n",
"\n",
"import cudf"
"import cudf\n",
"from cudf.datasets import randomdata"
]
},
{