Questions
1. Which county has:
a. The highest number of cases?
b. The lowest number of cases?
c. How many counties have zero cases?
d. Does it matter how you aggregate the data (SUM or AVG)? Why?
Hints:
-
-
-
-
Use a bar chart.
Remember that there are counties with the same name in different states! Therefore, you probably need to deal with this issue.
You probably need to change the "CountyFIPS" variable to "Discrete" from "Continuous" and to "Dimension" from "Measure".
It may help to apply a filter or sorting on the data in order to answer 1.c.
2. Which state has the highest:
a. Number of deaths?
b. Number of deaths per 100k population?
Hints:
Use a table.
It is probably easiest to create first bar charts and then turn them into a table. You need to choose the right aggregation (SUM or AVG). Think carefully which one is the right one for each column!
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme