Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alex-cultrera/college-enrollment-data-sort

Project where I created a Java application that helps college professors manage and sort student enrollment data from a CSV file. An array is created from the master list, the data is then parsed into separate arrays for each course, the arrays are sorted by student grade, and then it writes each array to a new file.
https://github.com/alex-cultrera/college-enrollment-data-sort

arrays arraysort bufferedreader bufferedwriter comparator inheritance java

Last synced: 2 days ago
JSON representation

Project where I created a Java application that helps college professors manage and sort student enrollment data from a CSV file. An array is created from the master list, the data is then parsed into separate arrays for each course, the arrays are sorted by student grade, and then it writes each array to a new file.

Awesome Lists containing this project

README

        

# College Enrollment Data Sort

Data science project where I created a Java application that helps college professors manage and sort student enrollment data that is stored in a CSV file.

An array is created from the master list, the data is then parsed into separate arrays for each course, the arrays are sorted by student grade, and then it writes each array to a new file.