Question: With the comma-separated file provided ( colleges.csv : includes name and state in one field; 7,175 lines):(PYTHON) list the total number of colleges/universities in Georgia
With the comma-separated file provided (colleges.csv: includes name and state in one field; 7,175 lines):(PYTHON)
- list the total number of colleges/universities in Georgia
- list the total number of colleges/universities with "University" in their name
- allow the user to search the database for a colleges name; display a message indicating whether or not the colleges name was in the database. It is expected that you will give the user specific instructions for how to enter the college's name.
Notes:
--You must use non-recursive searching and sorting algorithms to solve this problem
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
