Naty Clementi
Naty Clementi
Opening this issue to discuss changing the pypi dataset for scipy since in our tutorial proposal for Scipy, we said: > We are looking at swapping out the PyPI data...
Consolidating the https://github.com/ibis-project/ibis/issues/8996 and https://github.com/ibis-project/ibis/issues/8994 to make tracking the progress easier. ## Ibis backend: ### P1: - [ ] https://github.com/ibis-project/ibis/issues/9000 - [x] https://github.com/ibis-project/ibis/issues/9125 (PR: https://github.com/ibis-project/ibis/pull/10008) - [ ] https://github.com/ibis-project/ibis/issues/8382 (PR...
- Inspired on https://github.com/ibis-project/ibis/pull/8864 - Closes : https://github.com/ibis-project/ibis/issues/8382 Very rough start, so far I created the DDL accessor and I'm trying to get to run the some methods as they...
EDIT: SEE NEW COMMENTS. When we read a parquet file that was written with to_parquet (ibis) and contains a geometry column, it reads it back as binary. This is a...
Issue to track work done regarding improving performance. ## Issues: - [ ] https://github.com/ibis-project/ibis/issues/9653 - [x] https://github.com/ibis-project/ibis/issues/9111 - [ ] https://github.com/ibis-project/ibis/issues/9639 - [x] https://github.com/ibis-project/ibis/issues/9662 ## PRs - [ ] https://github.com/ibis-project/ibis/pull/9684...
Closes https://github.com/ibis-project/ibis/issues/9468 TODO: - [x] Decide wether we want to raise the original backend dependent exception when existing - [x] pandas and dask, unclear what exactly are we doing when...
### Please describe the issue After this support added to duckdb to read geoparquet (still on nightly as there is no new release), and this PR on Ibis https://github.com/ibis-project/ibis/pull/9549, we...
### Please describe the issue Given that the new RisingWave backend has been announced, and there is a press released out too. We should have a tutorial or blog to...
xref: https://ibis-project.zulipchat.com/#narrow/stream/405330-duckdb/topic/spatial.20filtering.20joins/near/472566239 cc: @cboettig (data from "https://data.source.coop/cboettig/ca30x30/ca_areas.parquet") ```python In [1]: import ibis In [2]: import ibis ...: from ibis import _ ...: con = ibis.duckdb.connect() In [3]: t = (con...
In this PR https://github.com/ibis-project/ibis/pull/8863 we deprecated the register API, we should remove it.