cudf
cudf copied to clipboard
Add `create_random_column` function to the data generator
Description
Depends on #11479
Adds an API to create a single random column, so users don't need to create a table even when a single column is required. The interface is the same as create_random_table
, except that it only takes a single data type.
Checklist
- [x] I am familiar with the Contributing Guidelines.
- [ ] New or existing tests cover these changes.
- [x] The documentation is up to date with these changes.
Codecov Report
:exclamation: No coverage uploaded for pull request base (
branch-22.10@c19c8c9
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## branch-22.10 #11490 +/- ##
===============================================
Coverage ? 86.36%
===============================================
Files ? 145
Lines ? 22949
Branches ? 0
===============================================
Hits ? 19820
Misses ? 3129
Partials ? 0
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
rerun tests
rerun tests
@gpucibot merge