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

#2619 will cover making the Pandas and Dask backends **accept** either `np.arrays` or `lists` (in other words, be able to execute operations on array expressions, regardless of whether they are...

refactor

A common pattern for me is to build up a SQL expression, execute it against the database backend and save the results as a database table. I think it's not...

ux
ddl

Hello, Let's say I want to add a new database backend, is there an existing implementation I should follow to extend it? I looked at the doc: http://ibis-project.org/docs/user_guide/sql.html but it...

docs
question
backends
needs love

Suggestions for updates to the homepage: - [ ] Update comparison to SQLAlchemy - ~~[ ] Add blaze / dask~~ SQLAlchemy is one back end that Ibis can compile expressions...

docs
needs love

When executing an expression a limit is silently applied to what is returned (unless you pass `limit=None`). A user could accidentally continue with local analysis on an arbitrary subset without...

feature
ux

As far as I can tell, there's no way to use the Impala [bitand](http://www.cloudera.com/documentation/enterprise/5-5-x/topics/impala_bit_functions.html) function or `&` operator on integer columns. That would be a valuable feature.

feature

**Issue by [wesm](http://github.mtv.cloudera.com/wesm)** _Saturday Jan 24, 2015 at 20:55 GMT_ _Originally opened as http://github.mtv.cloudera.com/wesm/ibis/issues/77_ ---

feature
needs use case

Not sure if it is a bug or i am missing something. Consider the following code snippet: (here i try to generate expression for "first"-based aggregation) ``` import ibis tbl=...

feature

Every other backend interprets these as seconds since epoch. This is a breaking change.

bug
backends - pandas
backends - dask
breaking change