A collection of Java programs demonstrating data analysis using CSV, JSON, and statistics.
Perfect for learning practical Java applications in data handling and exploratory analysis.
| No | Project | Description |
|---|---|---|
| 01 | CSV Reader | Read, filter, sort, and analyze CSV files |
| 02 | JSON Processor | Parse JSON data and extract information |
| 03 | Statistics | Compute mean, median, mode, standard deviation, and more |
| 04 | Data Visualization | Visualize data using charts (Optional: JFreeChart) |
| 05 | Demo Dataset | Sample CSV/JSON files for testing |
- Read and parse CSV & JSON files
- Perform basic data analysis operations
- Compute statistical metrics
- Optional: Visualize datasets in charts
- Integrate with databases (MySQL, PostgreSQL)
- Advanced visualization dashboards
- Interactive CLI for dataset exploration
See RUN.md for instructions on compiling and running the projects.
MIT License Β© 2025 Sandhiya M