chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/docs/en/chdb
Apache License 2.0
2.03k stars 72 forks source link

Add show method for python compatibility with Pyspark, Duckdb , Datafusion and Databend #78

Closed djouallah closed 7 months ago

djouallah commented 1 year ago

something like this will be really nice.

from chdb import session as chs
sess = chs.Session()
sess.sql('select 42').show()
djouallah commented 8 months ago

come on guys every Python Engine support it except chdb Please

auxten commented 8 months ago

Thank for reminding me, we will support it on next release.