Skip to main content

Module formats

Module formats 

Source
Expand description

Format adapters for import/export.

Each format implements ImportSource and/or ExportSink traits.

Modules§

csv
CSV format adapter for import/export.
json
JSON format adapter for import/export.
parquet
Apache Parquet format adapter for export.
yaml
YAML format adapter for import/export.

Enums§

Format
Supported file formats for import/export.

Functions§

create_export_sink
Creates an export sink for the given format and writer.
create_import_source
Creates an import source for the given format and reader.