Skip to content
/ ibis Public
forked from ibis-project/ibis

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

License

Notifications You must be signed in to change notification settings

jp-harvey/ibis

This branch is 8243 commits behind ibis-project/ibis:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 12, 2020
Jun 11, 2015
Oct 12, 2020
Oct 12, 2020
Jul 15, 2019
Oct 12, 2020
Oct 12, 2020
Mar 20, 2019
Mar 10, 2019
Oct 8, 2015
Jul 3, 2019
May 24, 2019
Feb 20, 2020
Mar 11, 2015
Apr 3, 2018
Sep 13, 2020
Sep 24, 2020
Nov 10, 2018
Jun 25, 2019
Jul 6, 2018
Oct 29, 2019
Oct 12, 2020
Feb 27, 2020
Mar 10, 2019
Sep 25, 2020
Oct 2, 2020
Oct 29, 2019

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://ibis-project.org.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.6%
  • C++ 1.7%
  • Other 0.7%