Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 498 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 498 Bytes

ClickHouse Connect

A suite of Python packages for connecting Python to ClickHouse:

  • Pandas DataFrames
  • Numpy Arrays
  • PyArrow Tables
  • SQLAlchemy 1.3 and 1.4 (limited feature set)
  • Apache Superset 1.4+

Complete Documentation

The documentation for ClickHouse Connect has moved to ClickHouse Docs

Installation

pip install clickhouse-connect

ClickHouse Connect requires Python 3.7 or higher.