[FEA] Create pylibcudf.Table
from a table_view
and an arbitrary owning object
#17040
Labels
pylibcudf.Table
from a table_view
and an arbitrary owning object
#17040
In #17012, we have a
table_view
but no owningTable
thus it would be useful to be able to create apylibcudf.Table
from atable_view
and an arbitrary owning object (in this case aPackedColumns
instance).Similarly, it should be possible to create a
pylibcudf.Column
from acolumn_view
and an arbitrary owning object.cc. @wence-
The text was updated successfully, but these errors were encountered: