This is a Java project designed to parse and analyze weather data from CSV files. The program comprises multiple components, including a parser, analyzer, and ...
Built a high-performance CSV → JSON streaming converter from scratch using Core Java. Implemented memory-efficient processing (O(M) space), custom CSV parsing, and automatic type inference without ...