返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Parquet 列统计分析配置文件

使用 pyarrow 元数据 API 对 Apache Parquet 文件进行分析,以提取列统计信息、行组分布和编码效率指标,而无需读取完整数据集。

person作者: user_3c6cb52ehubcommunity

Parquet 列统计资料分析器

Profiles Apache Parquet files using pyarrow metadata APIs to extract column statistics, row group distributions, and encoding efficiency metrics without reading full datasets.

Installation

Use the upstream install or setup path that matches your environment:

  • $ npm install parquetjs

Requirements and caveats from upstream:

  • This project requires a major overhaul, as well as handling and sorting through dozens of issues and prs.
  • fully asynchronous, pure node.js implementation of the Parquet file format
  • To use parquet.js with node.js, install it using npm:

Basic usage or getting-started notes:



  • Once you have installed the parquet.js library, you can import it as a single

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/ironSource/parquetjs/HEAD/README.md