Pandas interface for Clickhouse HTTP API
Project description
Pandahouse
Pandas interface for Clickhouse HTTP API
Install
pip install pandahouse
Usage
Writing dataframe to clickhouse
affected_rows = to_clickhouse(df, table='name', database='test', host=host)
Reading arbitrary clickhouse query to pandas
df = read_clickhouse('SELECT * FROM {db}.table', index_col='id',
database='test', host=host)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pandahouse-0.1.tar.gz
(3.5 kB
view details)
File details
Details for the file pandahouse-0.1.tar.gz.
File metadata
- Download URL: pandahouse-0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1061feb56685b789d7540c7d480b76c612244d9ccfdb694206ab4b2237e7709f
|
|
| MD5 |
8f44f54262226c7fd012df75d857e3f0
|
|
| BLAKE2b-256 |
0f10765ae438d836e43e048a4db9c6c82f07d7479fce2b4fce099a159c306004
|