A command-line program that loads a CSV file, runs a few basic checks, and prints a short summary and some simple statistics The goal of the project is to explore how tabular data can be represented ...
├── src/main/java/com/salesanalysis/ │ ├── SalesDataAnalysisApp.java # Main application entry point │ ├── model/SalesRecord.java # Sales data ...