Number of columns in the table.
Number of rows in each column of the table.
List of column indices on which to operate.
Determines whether nulls are handled as equal values.
An optional MemoryResource used to allocate the result's device memory.
Column index to explode inside the table.
An optional MemoryResource used to allocate the result's device memory.
Column index to explode inside the table.
An optional MemoryResource used to allocate the result's device memory.
Column index to explode inside the table.
An optional MemoryResource used to allocate the result's device memory.
Column index to explode inside the table.
An optional MemoryResource used to allocate the result's device memory.
A Series of 8/16/32-bit signed or unsigned integer indices to gather.
If true
, coerce rows that corresponds to out-of-bounds indices
in the selection to null. If false
, skips all bounds checking for selection values. Pass
false if you are certain that the selection contains only valid indices for better
performance. If false
and there are out-of-bounds indices in the selection, the behavior
is undefined. Defaults to false
.
An optional MemoryResource used to allocate the result's device memory.
Interleave Series columns of a table into a single column.
Converts the column major table cols
into a row major column.
An optional MemoryResource used to allocate the result's device memory.
Generate an ordering that sorts Table columns in a specified way
The desired sort order for each column. Size must
be equal to numColumns
.
Indicates how null values compare against all other values in a column
An optional MemoryResource used to allocate the result's device memory.
Column of permutation indices for the desired sort order
Scatters row of values into this Table according to provided indices.
A column of values to be scattered in to this Series
A column of integral indices that indicate the rows in the this Series to be
replaced by value
.
An optional MemoryResource used to allocate the result's device memory.
Scatters a Table of values into this Table according to provided indices.
A column of integral indices that indicate the rows in the this Series to be
replaced by value
.
An optional MemoryResource used to allocate the result's device memory.
List of column indices on which to operate.
Determines whether to keep the first, last, or none of the duplicate items.
Determines whether nulls are handled as equal values.
An optional MemoryResource used to allocate the result's device memory.
Write this Table to CSV file format.
Settings for controlling writing behavior.
Write a Table to Apache ORC file format.
File path or root directory path.
Options controlling ORC writing behavior.
Write a Table to Apache Parquet file format.
File path or root directory path.
Options controlling parquet writing behavior.
A low-level wrapper for libcudf Table objects