CSV File
CSV File
Reading
Write a program to count the number of records present in ‘student.csv’ file
Note :The header of the student file will also gets counted.
write a python function searchcsv()to def searchcsv():
find only those records from the file
product.csv whose quantity is more
f=open("product.csv","r")
than 150. r=csv.reader(f)