Create a Python Program Computer Coding Task
- Menu driven program
- Properly commented
- Read data from a file the user supplies
- For our example usecrime.csv as you sample file
- Options to include
- Display a Crime report that will list:
- Count of crimes grouped by ncic code by 1000 (0-999,1000-1999, 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)
- Display a Crime report that will list: