issues
search
chdb-io
/
chdb
chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/chdb
Apache License 2.0
2.13k
stars
75
forks
source link
Query on pandas dataframe and query result
#36
Closed
auxten
closed
1 year ago
auxten
commented
1 year ago
This PR includes:
37
Add Table class with can init from various ways, and
query
,
to_pandas
functions. For detail see: #34
Add test code for the
Table
class
Add Arrow, ArrowSteam type output tests in the basic test.
Update README for 3 kinds of usage
This PR includes:
37
query
,to_pandas
functions. For detail see: #34Table
class