Skip to content

issues Search Results · repo:ibis-project/ibis language:Python

Filter by

3k results
 (67 ms)

3k results

inibis-project/ibis (press backspace or delete to remove)

Please describe the issue On many of the table expression API docs (https://ibis-project.org/reference/expression-json for example), it s displaying the following error: TypeError ...
docs
  • IndexSeek
  • 4
  • Opened 
    2 days ago
  • #11343

Would it be possible to enrich current MapValue with items() and/or unnest() methods? What is the motivation behind your request? My current motivation is to unnest a map in spark. Looks like spark does ...
feature
  • vspinu
  • 1
  • Opened 
    2 days ago
  • #11342

Is your feature request related to a problem? Ibis support in Narwhals https://github.com/narwhals-dev/narwhals/pull/2000 What is the motivation behind your request? No response Describe the solution ...
feature
  • raisadz
  • 1
  • Opened 
    3 days ago
  • #11341

Is your feature request related to a problem? I find that joins tend to be more wordy in ibis than they are in other APIs like polars or pyspark and I think it would be quite simple to change that. What ...
feature
  • mwiebusch78
  • Opened 
    3 days ago
  • #11336

Is your feature request related to a problem? Hi, are there any plans to add an ibm db2 backend for ibis? I found the feature request issue https://github.com/ibis-project/ibis/issues/2803 but it was ...
feature
  • Salfiii
  • Opened 
    4 days ago
  • #11333

What happened? I have some enums in a postgres database. When I get the schema of this table, those columns come back as dt.Unknown. This is a problem when I am trying to insert some data back in. Say ...
bug
  • NickCrews
  • 1
  • Opened 
    4 days ago
  • #11332

What happened? Physical tables, such as backend.get_table(), are the only kinds of tables where .get_name() works. I think it makes sense that we have some sort of API for getting the name of the table ...
bug
  • NickCrews
  • 2
  • Opened 
    4 days ago
  • #11331

What happened? As indicated by ibis/formats/tests/test_pyarrow.py::test_non_roundtripable_types it seems that converting pyarrow s FixedSizeListArray (list with fixed size) to ibis does not preserve its ...
bug
  • RonCohenVast
  • 1
  • Opened 
    6 days ago
  • #11322

What happened? import ibis import polars as pl df = pl.DataFrame({ a : [1, 4, 2]}).filter(pl.col( a ) 10) ibis.set_backend( polars ) print(ibis.memtable(df).agg(ibis._[ a ].sum()).execute()) ibis.set_backend( ...
bug
  • MarcoGorelli
  • 1
  • Opened 
    9 days ago
  • #11318

Is your feature request related to a problem? issue: Schema.to_sqlglot() The semantics of .to_sqlglot() are a bit confusing. I expected the output to be a sqlglot.schema.Schema type with a single table. ...
feature
  • zilto
  • 1
  • Opened 
    10 days ago
  • #11310
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub