cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Add `create_random_column` function to the data generator

Open vuule opened this issue 2 years ago • 3 comments

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.

vuule avatar Aug 08 '22 06:08 vuule

Codecov Report

:exclamation: No coverage uploaded for pull request base (branch-22.10@c19c8c9). Click here to learn what that means. The diff coverage is n/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.

codecov[bot] avatar Aug 08 '22 08:08 codecov[bot]

rerun tests

vuule avatar Aug 08 '22 20:08 vuule

rerun tests

vuule avatar Aug 09 '22 06:08 vuule

@gpucibot merge

vuule avatar Aug 16 '22 18:08 vuule