Phillip Cloud

Results 993 comments of Phillip Cloud

Ibis dev here. This `ibis` and `ibis-framework` packages **cannot be installed together**. They are unrelated to each other and they import with the same name. The fix is to remove...

I rebased this PR, let's see if the build failures are still present.

Passed locally on aarch64-darwin and x86_64-darwin

@NickCrews My only objection would be that > performance. If some computation is slow, they only want it to happen a single time. Is not something we can enforce even...

What about using [`coverage.py`](http://nedbatchelder.com/code/coverage/)? This creates another dependency :(. Nose has a [`--with-coverage`](http://readthedocs.org/docs/nose/en/latest/plugins/cover.html) option that uses this module.

I tried this and it performs coverage on all of the included libraries as well, which makes for some annoyingly long output.

Have you thought about using glumpy?

It looks like the mypy build failed, not sure how to proceed.

cc @ryanking13 and @hoodmane, looks like y'all reviewed the previous attempt of duckdb.

Not sure how to get past the mypy build failure.