I have dataset about car accidents statistics by using a .csv file. I want the user to type in State and all of the information about that State gets displayed for the user to see. How can do that? Dataset: I’m thinking of something like this: Answer I suggest you use the standard-library’s csv module to read the file. Specifically