Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 769 Bytes

File metadata and controls

22 lines (14 loc) · 769 Bytes

Home > @datashaper/schema > DataFormat

DataFormat enum

Base format the data is stored within. This will expand to include additional formats such as Arrow and Parquet over time. TODO: we've seen a number of examples in the wild using JSON Lines https://jsonlines.org/

Signature:

export declare enum DataFormat 

Enumeration Members

Member Value Description
ARROW "arrow" Arrow format.
CSV "csv" Any delimited row format.
JSON "json" Valid serialized JSON string.