Museum Visitors Singapore 1 The table below is a partial capture of the number of visitors to the different museums in S

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: 899603
Joined: Mon Aug 02, 2021 8:13 am

Museum Visitors Singapore 1 The table below is a partial capture of the number of visitors to the different museums in S

Post by answerhappygod »

Museum Visitors Singapore 1 The Table Below Is A Partial Capture Of The Number Of Visitors To The Different Museums In S 1
Museum Visitors Singapore 1 The Table Below Is A Partial Capture Of The Number Of Visitors To The Different Museums In S 1 (50.6 KiB) Viewed 22 times
Museum Visitors Singapore 1 The table below is a partial capture of the number of visitors to the different museums in Singapore for the period of 2013 to 2019. The complete table is available on the Polymall as museumvisitors_dataset.pdf and museumvisitors_dataset.csv. Museum Asian Civilisations Museum (ACM) National Museum of Singapore (NMS) Singapore Art Museum (SAM) Singapore Philatelic Museum (SPM) Sun Yat Sen Nanyang Memorial Hall (SYSNMH) The Peranakan Museum (TPM) 2013 2014 2015 452384 423171 349587 1199031 728978 117466 101544 373929 In this project, your Python program is required to: • Initialise appropriate lists with the full data. • 902083 74371 142106 774555 903357 152655 92287 97335 417057 475728 Show four different menu options plus a Quit option. 2016 534255 777362 732913 160034 133159 508334 Based on the user selection, your program shall 1. Display the visitor numbers of each museum in the year 2015. 2. Display the mean number of visitors over the 7-year span for each of the museums. 3. For a selected year, display the museums and their numbers of visitors, from the highest to the lowest number of visitors. 4. Make the following plots Visitor numbers of ACM, TPM vs Year as line plots. Total number of visitors to all museums excluding NMS, NMS vs Year as line plots. You will be awarded higher marks if you have the following features in your program: . Retrieve the data from the CSV file and store them into lists • Use numpy or 2D lists/arrays • Plot the data with properly labelled titles, labels and legends • Use functions that you define (and initialise lists for storing data if your program doesn't retrieve them from the CSV file) in a module called data.py
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply