GrapeBaBa / ibis

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

Home Page:http://ibis-project.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ibis: Python data analysis framework for Hadoop and SQL engines

Service Status
Documentation Documentation Status
Conda packages Anaconda-Server Badge
PyPI PyPI
Ibis CI Build status
Backend CI Build 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://ibis-project.org.

About

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

http://ibis-project.org

License:Apache License 2.0


Languages

Language:Python 97.7%Language:C++ 1.7%Language:Nix 0.3%Language:CMake 0.2%Language:Shell 0.2%Language:Dockerfile 0.0%