This is what I am working with
I am iterating over a CSV file and using pandas library. I want to use my own created objects when I am reading a CSV file so if I call for '''restaurants.getName''' I want it to show all the restaurants I have in the file.
Any help would be appreciated