ibis-framework 9.5.0
0
The portable Python dataframe library
Contents
The portable Python dataframe library
Stars: 5179, Watchers: 5179, Forks: 590, Open Issues: 245The ibis-project/ibis
repo was created 9 years ago and the last code push was an hour ago.
The project is extremely popular with a mindblowing 5179 github stars!
How to Install ibis-framework
You can install ibis-framework using pip
pip install ibis-framework
or add it to a project with poetry
poetry add ibis-framework
Package Details
- Author
- Ibis Maintainers
- License
- Apache-2.0
- Homepage
- https://ibis-project.org
- PyPi:
- https://pypi.org/project/ibis-framework/
- Documentation:
- https://ibis-project.org
- GitHub Repo:
- https://github.com/ibis-project/ibis
Classifiers
- Database/Front-Ends
- Scientific/Engineering
- Software Development/Code Generators
- Software Development/User Interfaces
Related Packages
Errors
A list of common ibis-framework errors.
Code Examples
Here are some ibis-framework
code examples and snippets.
GitHub Issues
The ibis-framework package has 245 open issues on GitHub
- chore(deps/nixpkgs): update
- fix: mutate + filter no longer compiles to unintentionnal cross join
- feat(api): pythonic downsampling + limits
- refactor(tests): move remaining unittest.TestCase definitions to pytest
- RFC: Vectorized UDF interface rethink
- feat: rethink expr repr
- feat(api): Implement a merge_asof
- bug: windows do not accept expressions for bounds
- chore: drop Python 3.7 support
- tests: pandas and dask backend tests are failing
- refactor(ir): simplify expressions by not storing dtype and name
- feat(api): match SQL semantics in join with nulls in join keys
- feat(api): keep nulls in pandas backend in group by
- feat(api): add order_by alias for sort_by
- bug: trace.enable() no longer works in pandas/dask backends