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

12 lines 529 B
/** * Section 1: Dataset Overview Module * Main exports for comprehensive dataset analysis */ export { Section1Analyzer } from './section1-analyzer'; export { Section1Formatter } from './section1-formatter'; export { FileMetadataCollector } from './file-metadata-collector'; export { ParsingMetadataTracker } from './parsing-metadata-tracker'; export { StructuralAnalyzer } from './structural-analyzer'; export { EnvironmentProfiler } from './environment-profiler'; export * from './types'; //# sourceMappingURL=index.d.ts.map