タグ

ブックマーク / github.com/ibis-project (2)

  • Reorganize Impala-specific code and tests cases · ibis-project/ibis@fc9a30d

    shiumachi
    shiumachi 2015/09/25
    @repeatedly うーん、よくわからんけど、この辺のコミットログ見る限り、元々Impalaだけに対応してたのを他のSQLエンジンに対応できるようにし始めたって流れなのかなあ
  • GitHub - ibis-project/ibis: the portable Python dataframe library

    >>> import ibis >>> ibis.options.interactive = True >>> t = ibis.examples.penguins.fetch() >>> t ┏━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┓ ┃ species ┃ island ┃ bill_length_mm ┃ bill_depth_mm ┃ flipper_length_mm ┃ body_mass_g ┃ sex ┃ year ┃ ┡━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━

    GitHub - ibis-project/ibis: the portable Python dataframe library
    shiumachi
    shiumachi 2015/07/20
    ややや、一体これはなんだ!? “Ibis is a Python data analysis library enabling a 100% Python user workflow on top of big data systems for maximum performance and scalability”
  • 1