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

Defer `DestructValue` expression's functionality to`ops.StructField` BREAKING CHANGE: removed ir.DestructValue, ir.DestructScalar and ir.DestructColumn

refactor

Rolled up version of https://github.com/ibis-project/ibis/pull/4135 rebased on top of: - `4.x.x` branch - https://github.com/ibis-project/ibis/pull/4215 - https://github.com/ibis-project/ibis/pull/4216 - https://github.com/ibis-project/ibis/pull/4063 - https://github.com/ibis-project/ibis/pull/4217

This PR promotes `ibis.util.psql` to a public `ibis.psql` API. It also fixes the fact that we are writing out the generic sqlglot dialect instead of writing the output in the...

closes #4319 This PR addresses the type evolution for decimal types as specified [here](https://www.ibm.com/docs/en/i/7.1?topic=operators-decimal-arithmetic-in-sql). As I am relatively new to the ibis development environment, I was not sure where/how to...

bug
expressions
type system

This is intended to model a "table" that is actually a collection of files (local or remote), which is more common in things that look like "query engines" (e.g. Substrait,...

feature
experimental :microscope:

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ibis-project/ibis). ## Awaiting Schedule These updates are awaiting...

dependencies

This PR adds support for a SQL `VALUES`-like construct, called `Rows` in ibis. The API entry point is `ibis.rows` which returns a `Table` expression. The motivation is to allow use...

ux
expressions
backends

| Commit | Message | | ---------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | | [`fb520531`](https://github.com/NixOS/nixpkgs/commit/fb520531bbed31c8f4adbc9aa87a786eec2f51f7) | `` ptex: 2.4.1 -> 2.4.2 (#185348) `` | | [`0b62bc1e`](https://github.com/NixOS/nixpkgs/commit/0b62bc1e217bdd7f7d80bd1c6abace15d45d3dfd) | `` fzf: 0.32.0 -> 0.32.1 ``...

dependencies
autorebase:opt-in

Given an `ibis` expression, it'd be useful to be able to generate Python code that results in the same expression. Example user session: ```python import ibis con = ibis.sqlite.connect("geography.db") t...

feature
ux
compiler

This adds the skeleton of a very minimal ADBC backend. Most tests do not yet pass. The main thing is that ADBC is really a database API abstraction akin to...

feature
experimental :microscope: