ibis
ibis copied to clipboard
the portable Python dataframe library
### Please describe the issue The header seems to be missing in the operation support matrix download.  ### Code of Conduct - [X] I agree to follow this project's...
Get tests passing with duckdb 0.10.0
### 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...
### 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...
### 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...
### 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...
## Description of changes ## Issues closed
### 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...
### 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...
### 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...