ibis icon indicating copy to clipboard operation
ibis copied to clipboard

feat(table): add namespace kwarg to ibis.table

Open gforsyth opened this issue 2 years ago • 1 comments

A user asked about how to specify a table namespace when creating an unbound table.

The UnboundTable op does accept a namespace argument, but we don't expose that option in ibis/expr/api.py::table.

We will run afoul of the dual-definition of schema here, but if the user has to first construct the namespace object, at least that will be slightly separated.

Still not a good solution, really, to the schema/schema issue, but I don't know what is, short of breaking all ibis code.

gforsyth avatar Feb 06 '24 22:02 gforsyth

Break everything, and cut over to version 100?

cpcloud avatar Feb 06 '24 22:02 cpcloud