# Parquet Column Mapper

> Reads and transforms Apache Parquet file metadata and column statistics using PyArrow and the Parquet Thrift specification. Maps column types across Delta Lake, Iceberg, and Hudi table formats.

- Skill: `agentskillexchange/parquet-column-mapper` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentskillexchange/parquet-column-mapper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/parquet-column-mapper/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/agentskillexchange/parquet-column-mapper

---


# Parquet Column Mapper

Reads and transforms Apache Parquet file metadata and column statistics using PyArrow and the Parquet Thrift specification. Maps column types across Delta Lake, Iceberg, and Hudi table formats.

## 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/ironSource/parquetjs
- Extracted from upstream docs: https://raw.githubusercontent.com/ironSource/parquetjs/HEAD/README.md

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/parquet-column-mapper/)

