UNPKG

datapilot-cli

Version:

Enterprise-grade streaming multi-format data analysis with comprehensive statistical insights and intelligent relationship detection - supports CSV, JSON, Excel, TSV, Parquet - memory-efficient, cross-platform

9 lines 296 B
/** * CSV Parser Module Exports */ export { CSVParser } from './csv-parser'; export { CSVDetector } from './csv-detector'; export { EncodingDetector } from './encoding-detector'; export { CSVStateMachine } from './csv-state-machine'; export * from './types'; //# sourceMappingURL=index.d.ts.map