ibis
Package — DatabasePython 3.7+Intermediate
Pandas-like API that compiles to SQL for multiple backends
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, pandas, toolz, pyarrow, parsy, atpublic, packaging
- Install
pip install 'ibis-framework[duckdb]'
Learn by Difficulty
Quick Example
python
# Install: pip install 'ibis-framework[duckdb]' import ibis # Basic ibis usage print(f"Using ibis") # See documentation for detailed examples
ibis is a third-party package. Pandas-like API that compiles to SQL for multiple backends. Install with: pip install 'ibis-framework[duckdb]'
Try in PlaygroundTags
packagedatabaseormpersistence