Page 1 of 1

Need to compare my program to an experts:: please provide python code with comments, will thumbs up! StudentsMajorsList.

Posted: Fri Jul 08, 2022 6:37 am
by answerhappygod
Need to compare my program to an experts:: please providepython code with comments, will thumbs up!
Need To Compare My Program To An Experts Please Provide Python Code With Comments Will Thumbs Up Studentsmajorslist 1
Need To Compare My Program To An Experts Please Provide Python Code With Comments Will Thumbs Up Studentsmajorslist 1 (111.81 KiB) Viewed 55 times
StudentsMajorsList.csv:
Need To Compare My Program To An Experts Please Provide Python Code With Comments Will Thumbs Up Studentsmajorslist 2
Need To Compare My Program To An Experts Please Provide Python Code With Comments Will Thumbs Up Studentsmajorslist 2 (12.11 KiB) Viewed 55 times
GPAList.csv:
Need To Compare My Program To An Experts Please Provide Python Code With Comments Will Thumbs Up Studentsmajorslist 3
Need To Compare My Program To An Experts Please Provide Python Code With Comments Will Thumbs Up Studentsmajorslist 3 (4.15 KiB) Viewed 55 times
GraduationDatesList.csv:
Need To Compare My Program To An Experts Please Provide Python Code With Comments Will Thumbs Up Studentsmajorslist 4
Need To Compare My Program To An Experts Please Provide Python Code With Comments Will Thumbs Up Studentsmajorslist 4 (5.34 KiB) Viewed 55 times
PARTICULAR, THE USE OF LAMBDA, PANDAS, ITEMGETTER OR DATABASES WILL RESULT IN AN AUTOMATIC O. Input: a) Students MajorsList.csv contains items listed by row. Each row contains student ID, last name, first name, major, and optionally a disciplinary action indicator b) GPAList.csv --contains items listed by row. Each row contains student ID and the student GPA. c) items listed by row. Each row contains student ID and GraduationDatesList.csv-contains graduation date. Example StudentsMajorsList.csv, GPAList.csv and Graduation DatesList.csv are provided for reference. Your code will be expected to work with any group of input files of the appropriate format. Names, majors, GPAS and graduation dates can and will likely be different from the examples provided. You can reuse parts of your code from Part 1. Required Output: 1) Interactive Inventory Query Capability a. Query the user of an item by asking for a major and GPA with a single query. i. Print a message("No such student") if the major is not in the roster, more that one major or GPA is submitted. Ignore any other words, so "smart Computer Science student 3.5" is treated the same as "Computer Science 3.5". ii. Print "Your student(s):" with the student ID, first name, last item, GPA. Do not provide students that have graduated or had disciplinary action. List all the students within 0.1 of the requested GPA. iii. Also print "You may, also, consider:" and provide information about the same student type within 0.25 of the requested GPA. Do not provide students that have graduated or had disciplinary action. iv. If there were no students who satisfied neither ii nor iii above-provide the information about the student within the requested major with closest GPA to that requested. Do not provide students that have graduated or had disciplinary action. v. After output for one query, query the user again. Allow 'q' to quit.
A1 X✓ fx C с A B 1 305671 Jones 2 987621 Wong 3 323232 Rubio 4 564321 Awful 5 769889 Boy 6 156421 McGill 7 999999 Genius Bob Chen Marco Student Sili Tom Real 305671 D E Electrical Engineering Computer Science F Computer Information Systems Computer Y Computer Y Electrical Engineering Physics
1 2 3 4 5 6 7 A 156421 305671 323232 564321 769889 987621 999999 B 3.4 3.1 3.8 2.2 3.9 3.85 4
1 2 Nm + in or 3 4 5 6 7 A B 999999 6/1/2022 987621 6/1/2023 6/1/2022 769889 564321 6/1/2023 323232 6/1/2021 305671 6/1/2020 156421