Phillip Cloud
Phillip Cloud
Hey @hottwaj! Since this is a breaking change to output behavior, we'll merge it into 10.0. In the meantime, if you want to add a more targeted unit test that'd...
This PR is no longer viable since we removed the dask and pandas backends!
Switch is probably not necessary given that removing the nulls can be done with subsequent operations. It would also require a bunch of extra work to support across all the...
Hi @OlivierBinette 👋🏻! Thanks for opening an issue about this. I will write some things down here that can hopefully be used by myself or others to seed a documentation...
@OlivierBinette I'm having a bit of trouble understanding what you mean by "materialize". Does that mean creating a table in the database from an expression, or executing an expression (getting...
Hm, > "material view" is a confusing way to refer to "disk-backed table", especially since many platforms these days have an object called a "materialized view", which is neither a...
To clarify a couple things: > This table should have a fixed name/location in the database that can be referenced by other, separate connections to the database. This is the...
> For my application, I often want to make sure that an Ibis table refers to a non-temporary database table I would say that there's no need verify this if...
> I have functions that take as input Ibis Table objects, and I don't know how the user created them. Ah, okay, that helps me understand a bit more about...
@OlivierBinette Jumping back in here a bit. Can you elaborate on why you need to know whether the thing underlying the Ibis table expression exists on disk as a non-temporary...