Table#
- class pylibcudf.table.Table(list columns)#
A list of columns of the same size.
- Parameters:
- columnslist
The columns in this table.
Methods
columns
(self)The columns in this table.
num_columns
(self)The number of columns in this table.
num_rows
(self)The number of rows in this table.