Phillip Cloud
Phillip Cloud
Agree with @inigohidalgo. Installing the union of all supported backends' dependencies by default would place quite a burden on end users. We're in the middle of removing `sqlalchemy` as direct...
We have to deal with roughly the same issue on our side, since most end users don't need 20 backends 😂 Could kedro-datasets take a similar approach to Ibis and...
Ah, right. Thanks for the link, I didn't realize we're dealing with two levels of optionality here. Hm, I'm not entirely sure what the best option is here. Perhaps including...
After perusing the repo, it looks like ibis _might_ be able to implement a `to_pandas()` method (https://github.com/has2k1/plotnine/blob/main/plotnine/utils.py#L1036)
After adding a `to_pandas` method to ibis expressions, this seems to just work, which is great!
This blocks a fair number of applications and libraries from creating source builds that include, say, the latest scikit-learn. You have to: - install cython=3 It also makes creating development...
I wonder if this is another nail in the coffin for subclassing from that dialect. In the next Ibis release we're moving away from SQLAlchemy entirely to avoid the extra...
@ncclementi Anything blocking this PR? I know it's been awhile, but does it make sense to merge this in for 9.2?
@kaijennissen Are you still interested in this feature? If so, would you mind trying it out for your use case and reporting back?