Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alex-cultrera/college-enrollment-data-sort
- Owner: Alex-Cultrera
- Created: 2024-05-21T01:26:09.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-14T18:02:14.000Z (3 months ago)
- Last Synced: 2024-08-14T19:39:30.183Z (3 months ago)
- Topics: arrays, arraysort, bufferedreader, bufferedwriter, comparator, inheritance, java
- Language: Java
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.