How to find a specific item in a csv file in python

How to find a specific item in a csv file in python

Let us assume we have the below csv file,

If we want to find the occurrence of 'Eden Gardens' and then print the entire row, it can can be done using the below code:

Post a Comment

0 Comments