Skip to main content

dirigent-block-parquet

The parquet block family: one codec, convert.arrow, trading parquet with the three text spellings convert.std already trades between.

From To What it does
parquet json, ndjson, csv Each row becomes one record, every value in its JSON spelling.
json, ndjson, csv parquet Each record becomes one row, under a schema inferred from the records.

The record model is convert.std's: a sequence of flat records. What parquet adds is types, and the codec is honest about them in both directions:

  • Writing infers one type per column -- boolean, int64, float64, or string -- from the records. Integers and floats unify to a float column, because JSON calls both a number; any other mix is refused naming the column. A column every row leaves null is written as a nullable string column. A csv source carries no types, so csv to parquet writes string columns and nothing else.
  • Reading gives every value its JSON spelling: timestamps, dates and times come back as ISO strings, decimals as strings, and a float that is NaN or infinite as null. A nested column, or one holding raw bytes, is refused naming it -- flattening is a reshape, and a reshape belongs to a jq step that knows what the flattening should mean.

A conversion is a storage-object operation, like storage.copy: it reads the object at source and writes the one at target, and neither side is ever a value the step carries. A run that means to look at the records reads them with storage.read.

The family ships separately because convert.std is deliberately on the standard library and nothing else; this codec stands on pyarrow. Nothing else in the workspace may depend on it.

Release files for dirigent-block-parquet 0.18.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for dirigent-block-parquet 0.18.2
File Size Uploaded
dirigent_block_parquet-0.18.2.tar.gz 6.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for dirigent-block-parquet 0.18.2
File Interpreter ABI Platform
dirigent_block_parquet-0.18.2-py3-none-any.whl Python 3 none any Details

Total release size: 15.5 kB

Release files / dirigent_block_parquet-0.18.2.tar.gz

Download URL dirigent_block_parquet-0.18.2.tar.gz
Size 6.5 kB
Tags Source
SHA-256 checksum
How to use checksums
11249b7d5efe531ca0ecd5e655b6ddae467a229895b206e86150cfb326a42d12
BLAKE2b-256 checksum
How to use checksums
aad193bdfdaf41658cf23e0a66223a6b36964cfa986389ae8883bcd2f40141e3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.

Transparency log

Release files / dirigent_block_parquet-0.18.2-py3-none-any.whl

Download URL dirigent_block_parquet-0.18.2-py3-none-any.whl
Size 9.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
b28752fcdcdf56388838f409d2c0f552081b6e5236c3cc6c9ba99ca2a1a60c48
BLAKE2b-256 checksum
How to use checksums
0ea5fd1bb1f892c76ddd0a17e53c559c1025dd552e9ae313c9daec3cc22df050
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 23, 2026.

Transparency log

Release history Release notifications | RSS feed

0.18.4

2 release files

0.18.3

2 release files

This release

0.18.2 This release

2 release files

0.18.1

2 release files

0.18.0

2 release files

0.17.3

2 release files

0.17.2

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page