Assignment 10 - Vinniethatguy/UMKCCS101Labs GitHub Wiki
Kansas City Police Crime DataThis week you’ll read in a datafile containing crime information for 2019. You will need to create the functions given below with the function signature given. Function signature means the definition of the name of the function as well as any parameters and return values. There will again be a unit test file to assist you.Each one will also show an example in the shell. Once you write a function you can just hit F5 and then call the function from the shell to test it with different values.You can open the csv files in excel to view it as rows and columns, but make sure you don’t save any changes. You can also open the file in a text editor to see how it is actually stored character by character.