schema.datashape.orientation.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/schema > DataShape > orientation
DataShape.orientation property
Data orientation. Default: "values" is the only valid option if the format is csv, "records" is default if JSON.
Signature:
orientation?: DataOrientation;