Skip to main content

lattice-grid-pandas

Framework-agnostic glue between a pandas DataFrame and Lattice Grid.

This package is the single source of truth for the parts every Python host wrapper needs and must not re-implement:

  • the pandas-dtype -> grid column type mapping (lattice_type),
  • column-major (columnar) serialization of a frame the browser reconstructs (build_columns, build_columnar, column_values),
  • value/dtype coercion for the edit round-trip (cast_to_dtype), and
  • grid delivery + licence plumbing (GRID_VERSION, cdn_urls, load_vendored, resolve_source).

It has no UI and no framework dependency -- only pandas -- so it can be unit tested without a browser or a notebook kernel.

Consumers:

  • lattice-grid-jupyter (phase C1) -- anywidget notebook widget.
  • lattice-grid-dash (phase C2) -- Dash component.

Datetime contract: UTC end to end

Naive datetime64 columns are UTC. A column with no tz info is treated as already being UTC, not the machine's local zone: outbound, its values serialize as ISO 8601 strings with an explicit Z (e.g. 2021-06-01T12:00:00Z), never a bare 2021-06-01T12:00:00 -- the grid's timestamp type parses a bare string as a wall-clock time in the browser's own zone, which would silently shift every value by the browser's UTC offset. A tz-aware column is converted to UTC before serializing, so every host renders the identical instant regardless of the column's original zone. Inbound, an edit is accepted as a Number (the grid's epoch-millisecond instant), an ISO string with or without an offset (an offset-less string is UTC under this same contract), or a pd.Timestamp; the result is converted to UTC and then either stripped of tz (a naive column stays naive) or converted to the column's own tz (a tz-aware column keeps reading in its own zone). NaT survives the round trip as JSON null both ways.

Release files for lattice-grid-pandas 1.70.0.0

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

Source distribution (sdist)

Source distribution for lattice-grid-pandas 1.70.0.0
File Size Uploaded
lattice_grid_pandas-1.70.0.0.tar.gz 7.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for lattice-grid-pandas 1.70.0.0
File Interpreter ABI Platform
lattice_grid_pandas-1.70.0.0-py3-none-any.whl Python 3 none any Details

Total release size: 15.9 kB

Release files / lattice_grid_pandas-1.70.0.0.tar.gz

Download URL lattice_grid_pandas-1.70.0.0.tar.gz
Size 7.2 kB
Tags Source
SHA-256 checksum
How to use checksums
68c17ffaa3ad8bbf1587e24f5f80a4ccfd8b0b7779a0021718f1415ef18295ac
BLAKE2b-256 checksum
How to use checksums
f5ac6924ba700223ba61bafca97244e1768de7de1b0ee61831b12fa93b21bb78
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 / lattice_grid_pandas-1.70.0.0-py3-none-any.whl

Download URL lattice_grid_pandas-1.70.0.0-py3-none-any.whl
Size 8.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
442866aea5796c21620319ef0e285ccf3a78994a83770dfc96658f6639229949
BLAKE2b-256 checksum
How to use checksums
4fde6b745f10861111bcbc5a45995766c65b65cd3b575d0045c5e6a26dff0938
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

This release

1.70.0.0 This release

2 release files

0.1.0

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