I have a csv file over 100,000 lines of 1 column
One column
lastName
Smith
Willams
Smith
David
Smith
Williams
David
I need to count the number of times each name occurs and print the result
I have no code to show because I don't know if I should read into a list or a dictionary.
Any thoughts would be appreciated.
I want to read in the csv and count how many times