Analyze CSV/Excel files with natural language. Get statistics, filter rows, find anomalies, generate summaries, and export results. No pandas needed — uses P...
Initial release of csv-analyzer — a lightweight tool for CSV/Excel file analysis using only the Python standard library. - Analyze, filter, and generate statistics from CSV files without pandas. - Features include statistics summary, flexible row filtering, top/bottom N values, anomaly detection, and group aggregation. - Supports exporting processed and filtered data. - Zero external dependencies; optimized for low-memory environments. - Designed for datasets up to ~100MB in size.