Question: This is in Python - Menu driven program - Properly commented - Read data from a file the user supplies - For our example use
This is in Python 
- Menu driven program - Properly commented - Read data from a file the user supplies - For our example use crime.csv as you sample file - Options to include - Display a Crime report that will list: - Count of crimes grouped by ncic code by 1000(0999,10001999, etc ) - Count of all crimes by district - Count of all crimes by beat - Save this info into a JSON file as a dictionary with the Month as the filename (eg: January.json) - Ask the user for a beat number and display all of the crimes (not the count!) for that beat. - Ask the user for 5 ncic numbers and create a bar chart of the count of those 5 ncic codes - Ask the user for a title of the chart - Display the chart - Save the chart as a PNG file - Quit the program - Submit the .py file the PNG file, the JSON file and screen captures of each of the options executing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
