
clickhouse-connect 0.11.0
0
ClickHouse Database Core Driver for Python, Pandas, and Superset
Contents
ClickHouse Database Core Driver for Python, Pandas, and Superset
Stars: 466, Watchers: 466, Forks: 117, Open Issues: 54The ClickHouse/clickhouse-connect repo was created 3 years ago and the last code push was 10 hours ago.
The project is popular with 466 github stars!
How to Install clickhouse-connect
You can install clickhouse-connect using pip
pip install clickhouse-connect
or add it to a project with poetry
poetry add clickhouse-connect
Package Details
- Author
- ClickHouse Inc.
- License
- Apache License 2.0
- Homepage
- https://github.com/ClickHouse/clickhouse-connect
- PyPi:
- https://pypi.org/project/clickhouse-connect/
- GitHub Repo:
- https://github.com/ClickHouse/clickhouse-connect
Classifiers
Related Packages
Errors
A list of common clickhouse-connect errors.
Code Examples
Here are some clickhouse-connect code examples and snippets.
GitHub Issues
The clickhouse-connect package has 54 open issues on GitHub
- Connectivity issues can cause missing chunks in output, with a warning but no exception
- Implement native async client
- StreamFailureError when querying for JSON with values greater than 2^63-1
- Drop Python3.9 support
- Add Python 3.14 free-threading build support
- Please add example of work with temporary tables using asyncio
- Support Alembic (SQLAlchemy Migrations)
pythonfix