Plz use PYTHON for the code!! No panda in the code... I post the same question before and I still get some wrong answers

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Plz use PYTHON for the code!! No panda in the code... I post the same question before and I still get some wrong answers

Post by answerhappygod »

Plz use PYTHON for the code!! No panda in the
code...
I post the same question before and I still get some
wrong answers that are not related to this question.
plz help me with the answers for this question. Thank
you!
Plz Use Python For The Code No Panda In The Code I Post The Same Question Before And I Still Get Some Wrong Answers 1
Plz Use Python For The Code No Panda In The Code I Post The Same Question Before And I Still Get Some Wrong Answers 1 (132.64 KiB) Viewed 68 times
StudentsMajorsList.csv
Plz Use Python For The Code No Panda In The Code I Post The Same Question Before And I Still Get Some Wrong Answers 2
Plz Use Python For The Code No Panda In The Code I Post The Same Question Before And I Still Get Some Wrong Answers 2 (10.93 KiB) Viewed 68 times
GPAList.csv
Plz Use Python For The Code No Panda In The Code I Post The Same Question Before And I Still Get Some Wrong Answers 3
Plz Use Python For The Code No Panda In The Code I Post The Same Question Before And I Still Get Some Wrong Answers 3 (4.08 KiB) Viewed 68 times
GraduationDatesList.csv
Plz Use Python For The Code No Panda In The Code I Post The Same Question Before And I Still Get Some Wrong Answers 4
Plz Use Python For The Code No Panda In The Code I Post The Same Question Before And I Still Get Some Wrong Answers 4 (5.15 KiB) Viewed 68 times
Plz use python!! Thank you!
You will design a program that manages student records at a university. You will need to use a number of concepts that you learned in class including: use of classes, use of dictionaries and input and output of comma delimited csv files. 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) GraduationDatesList.csv-contains items listed by row. Each row contains student ID and graduation date. Example Students MajorsList.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 iïi 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.

A B F G 1 2 3 C D D E Bob Electrical Engineering Chen Computer Science Marco Computer Information Systems Student Computer Y Sili Computery Tom Electrical Engineering Real Physics 305671 Jones 987621 Wong 323232 Rubio 564321 Awful 769889 Boy 156421 McGill 999999 Genius 4 5 6 7

A B 156421 1 1 2 2 3 3.4 3.1 Nm 3.8 4 2.2 305671 323232 564321 769889 987621 999999 5 3.9 3.85 6 7 4

A 1 2 N min 3 4 999999 987621 769889 564321 323232 305671 156421 | B B 6/1/2022 6/1/2023 6/1/2022 6/1/2023 6/1/2021 6/1/2020 12/1/2022 5 6 7
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply