Naty Clementi

Results 64 issues of Naty Clementi

### Please describe the issue Add docs for https://github.com/ibis-project/ibis/pull/8371#issue-2137604229 also include in general streaming docs, how to install java for flink backend see notes in https://github.com/ibis-project/ibis/pull/8371#issuecomment-1947604978 ### Code of Conduct...

docs

This is a work in progress, not working yet we have an issue with the records size. I was trying to run the `.github/workflows/upload-algolia.py` locally and run into this kind...

### What happened? When trying to do an operation on a geospatial literal object, it fails due to missing "spatial" extension. Tried creating a connection, and loading the extension, but...

bug
geospatial
tes-required-for-release

### What happened? When creating the examples in docstrings, using `from ibis.interactive import *` does not seem to trigger interactivity. See this CI failure for reference https://github.com/ibis-project/ibis/actions/runs/7704134342/job/20995864530?pr=8128 ### What version...

bug

### What happened? On main passing directly shapely objects to a geospatial expression breaks (this works on `the-epic-split`) Minimal reproducible example ```python import ibis import shapely ibis.options.interactive = True t...

bug
geospatial

### Bug description I run `jupyter-repo2docker https://github.com/coiled/dask-tutorial` while locally being in the repo, and the build kept hanging in step 40/53 This is where it hangs ``` Step 40/53 :...

- This example uses the old `dask_xgboost` it should be updated to use xgboost.dask. - At the bottom of the XGBoost example, in the learn more section, the xgboost docs...

In this notebook/docs page https://examples.dask.org/machine-learning.html we have a reference to the ML lesson in the tutorials, but such lesson is not present anymore. We should remove that until we have...

I have a dictionary with records that I'm trying to use to generate an index. But when trying to do ```python request_options = { "autoGenerateObjectIDIfNotExist":True, } index.replace_all_objects(records, request_options) ``` I...

Add support to cast wkb to geometry type in duckdb backend Closes https://github.com/ibis-project/ibis/issues/8805 This PR: needs a data file, CI will fail until https://github.com/ibis-project/testing-data/pull/8 gets merged