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

### Is your feature request related to a problem? Consider `ibis.literal(1).cast("array")`. This currently doesn't error. It only errors once you try to execute the result. I don't think there is...

feature

### What happened? when I run this code ` con.sql(sql, dialect="mssql").to_pyarrow(),` I get this error ` DMV (Dynamic Management View) 'dm_exec_describe_first_result_set' is not supported.` ### What version of ibis are...

bug

In this PR https://github.com/ibis-project/ibis/pull/8863 we deprecated the register API, we should remove it.

refactor

### What happened? I'm in the Ibis repo. I can spinup RisingWave in a container with: ```bash just up risingwave ``` I save the following as `redpanda-compose.yml`: ```yaml name: redpanda-quickstart-one-broker...

bug
risingwave

### Is your feature request related to a problem? I (possibly on behalf of @lostmygithubaccount) am frustrated by writing `my_column.to_pyarrow().to_pylist()` to get a Python list from an Ibis column. ###...

feature

Today, you can install `ibis-framework` and generate expressions and compile to any of our backends without installing any of the backend-specific libraries. However, if you want to actually execute that...

I saw this comment https://github.com/ibis-project/ibis/pull/10067#pullrequestreview-2290642303 from @jcrist and I'm converting it into an issue so we don't loose track of it. Where is suggested to change the default implementation to:...

### What happened? Comparing Table and Column objects escapes ibis operator overrides and instead yields a boolean output. This is not necessarily wrong, but can lead to confusing errors when...

bug

After #9772 and before releasing 10.0, we need to re-enable the deprecation removal verification script.

### Is your feature request related to a problem? No ### What is the motivation behind your request? DuckDB added support for spatial indexes in their latest release `1.1.0` which...

feature
geospatial
duckdb