Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Input | Output | Alias |
|---|---|---|
| ✔ | ✔ |
Description
TheNpy format is designed to load a NumPy array from a .npy file into ClickHouse.
The NumPy file format is a binary format used for efficiently storing arrays of numerical data.
During import, ClickHouse treats the top level dimension as an array of rows with a single column.
The table below gives the supported Npy data types and their corresponding type in ClickHouse:
Data types matching
Example usage
Saving an array in .npy format using Python
Reading a NumPy file in ClickHouse
Query
Response