Contents

clickhouse-driver 0.2.7

0

Python driver with native interface for ClickHouse

Python driver with native interface for ClickHouse

Stars: 1157, Watchers: 1157, Forks: 209, Open Issues: 53

The mymarilyn/clickhouse-driver repo was created 6 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 1157 github stars!

How to Install clickhouse-driver

You can install clickhouse-driver using pip

pip install clickhouse-driver

or add it to a project with poetry

poetry add clickhouse-driver

Package Details

Author
Konstantin Lebedev
License
MIT
Homepage
https://github.com/mymarilyn/clickhouse-driver
PyPi:
https://pypi.org/project/clickhouse-driver/
Documentation:
https://clickhouse-driver.readthedocs.io
GitHub Repo:
https://github.com/mymarilyn/clickhouse-driver

Classifiers

  • Database
  • Scientific/Engineering/Information Analysis
  • Software Development
  • Software Development/Libraries
  • Software Development/Libraries/Application Frameworks
  • Software Development/Libraries/Python Modules
No  clickhouse-driver  pypi packages just yet.

Errors

A list of common clickhouse-driver errors.

Code Examples

Here are some clickhouse-driver code examples and snippets.

GitHub Issues

The clickhouse-driver package has 53 open issues on GitHub

  • Can't use execute to load pd.to_datetime('19700101000000000',format='%Y%m%d%H%M%S%f') data to clickhouse
  • fixes the trailing zero bytes trimming problem
  • trailing null bytes in query result are trimmed when strings_as_bytes=True and use_numpy=True
  • cursor.execute() throw TypeError
  • Decimal{128,256} insert with types_check=True problem

See more issues on GitHub

Related Packages & Articles