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

8 lines 320 B
/** * Section 5: Data Engineering & Structural Insights * Exports for schema optimization, transformation pipelines, and ML readiness */ export { Section5Analyzer } from './section5-analyzer-fixed'; export { Section5Formatter } from './section5-formatter'; export * from './types'; //# sourceMappingURL=index.d.ts.map