Skip to content

descarteslabs/ibis-orig

 
 

Repository files navigation

Ibis: Python data analysis framework for Hadoop and SQL engines

Service Status
Documentation Documentation Status
Conda packages Anaconda-Server Badge
PyPI PyPI
Azure Azure Status
Coverage Codecov branch

Ibis is a toolbox to bridge the gap between local Python environments, remote storage, execution systems like Hadoop components (HDFS, Impala, Hive, Spark) and SQL databases. Its goal is to simplify analytical workflows and make you more productive.

Install Ibis from PyPI with:

pip install ibis-framework

or from conda-forge with

conda install ibis-framework -c conda-forge

Ibis currently provides tools for interacting with the following systems:

Learn more about using the library at http://docs.ibis-project.org.

Notes

  • OmniSciDB backend support is tested against a development release of their database using the omnisci/core-os-cpu-dev Docker image. Check the docker image tag used at docker-compose.yml. Some features may not work on earlier releases.

About

A pandas-like deferred expression system, with first-class SQL support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.2%
  • C++ 1.8%
  • TSQL 0.3%
  • Makefile 0.3%
  • Shell 0.2%
  • CMake 0.2%