Table#

class cudf._lib.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.

columns(self) list#

The columns in this table.