pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.73k stars 17.95k forks source link

DOC: add ibis to pandas ecosystem #20483

Closed jreback closed 3 years ago

jreback commented 6 years ago

xref #20345

http://docs.ibis-project.org/

jreback commented 6 years ago

cc @cpcloud @wesm

westurner commented 6 years ago

@wesm what should the description be?

From https://github.com/ibis-project/ibis :

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.

Should these be in the description block?:

Apache Impala (incubating) Apache Kudu Hadoop Distributed File System (HDFS) PostgreSQL MySQL (Experimental) SQLite Pandas DataFrames (Experimental) Clickhouse BigQuery

westurner commented 6 years ago

@wesm I suppose this isn't technically blocking #20345 for 0.23

cpcloud commented 6 years ago

This shouldn't block the release.

jreback commented 6 years ago

it’s not