Overview
The @loaders.gl/csv
module handles tabular data stored in CSV and TSV format
CSV/DSV file format.
Installation
npm install @loaders.gl/core @loaders.gl/csv
Loaders and Writers
Loader |
---|
CSVLoader |
CSVWorkerLoader |
CSVWriter |
Additional APIs
See table category.
Attributions
CSVLoader is based on a fork of the papaparse module, under MIT license.