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

### Please describe the issue The header seems to be missing in the operation support matrix download. ![image](https://github.com/ibis-project/ibis/assets/9196354/045b4689-26c0-491c-b1d1-a08477a90044) ### Code of Conduct - [X] I agree to follow this project's...

docs

Get tests passing with duckdb 0.10.0

tests
backends
dependencies
duckdb
sql

### Is your feature request related to a problem? I see that we have an option to find Tables using `con.list_tables()` method, but in many DBs Views are also considered...

feature
ddl

### Is your feature request related to a problem? Event-time temporal join in Flink enables joining a table against a **versioned** table. Tables in Flink are temporal/dynamic, i.e., row values...

feature
flink

### What happened? Hi there -- I'm trying to convert a postgres table to pyarrow and getting this error: `ArrowNotImplementedError: extension` I went into the ibis backend to look at...

bug
postgres

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

### Is your feature request related to a problem? It's not possible to express that I want to save the original order, such as with the [WITH OFFSET AS clause...

feature
bigquery

### What happened? When the start and end of window boundaries span across data types, ibis forces casting in the window boundaries: https://github.com/ibis-project/ibis/blob/17be43a1081c34582408d4c627191263ec948ada/ibis/expr/builders.py#L177-L182 and this is not executable in 5...

bug

### Is your feature request related to a problem? OK, this is really going out on a limb here, but I'm curious what your thoughts are. I currently am using...

feature