Registry / serialization / red-parquet

red-parquet

JSON →
library24.0.0rbrubygemsunverified

Provides Ruby bindings for Apache Parquet, a columnar storage format for efficient data processing.

gem install red-parquet
INSTALL
IMPORT
SIG · RED-PARQUET
R
red-parquet
serializationrubyv24.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Parquet
require 'parquet'

Read a Parquet file and access its data.

require 'parquet' # Read a Parquet file table = Parquet::Reader.open('data.parquet') do |reader| reader.read end puts table.n_rows
Debug
Known issues
gotchaRequires Apache Arrow as a dependency; installation may be complex.
fix
Install libarrow-dev or use a pre-built package for your OS.
affects: >= 0
Upgrade
Version history
24.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources
red-parquet — gem install red-parquet · libregistry