ibis icon indicating copy to clipboard operation
ibis copied to clipboard

the portable Python dataframe library

Results 658 ibis issues
Sort by recently updated
recently updated
newest added
trafficstars

### What happened? Follow-up of https://github.com/ibis-project/ibis/pull/7752 ### What version of ibis are you using? `the-epic-split` branch ### What backend(s) are you using, if any? _No response_ ### Relevant log output...

ux
tes-required-for-release

### What happened? Follow-up for https://github.com/ibis-project/ibis/pull/7797 `ibis/backends/pandas/tests/test_udf.py::test_udaf_window_nan` is failing for pandas, but duckdb produces the same result while the expected is different. Need to check whether the expected value is...

tests
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

We interact with a LOT of systems, sometimes in succession, and it can be hard to reproduce some test failures. I think we should add a pytest hook that, upon...

tests
developer-tools

### 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

### Is your feature request related to a problem? It's difficult for me to do some things that I'm used to doing in BigQuery, such as `UNNEST([...])` on a bunch...

feature
bigquery

This comes up when iterating over batches in `to_pyarrow_batches` in code like: ```python for batch in con1.to_pyarrow_batches(expr): con2.insert("table_name", batch) # currently this needs to be # con2.insert("table_name", pa.Table.from_batches([batch])) ``` Ideally...

feature
ux
ddl

### Is your feature request related to a problem? _No response_ ### Describe the solution you'd like I think we should add a new operation for generating random tables because...

feature
tests

### What happened? In my app I am running into this. On ibis main, I can't repro. I'm guessing this has something to do with the combo of other libraries...

bug
dependencies

### Is your feature request related to a problem? I would like to propose a feature request for your consideration: is there any plan to support data retrieval in batches?...

feature