Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

csv len python

file = open("sample.csv")
reader = csv.reader(file)
lines= len(list(reader))
Source by www.kite.com #
 
PREVIOUS NEXT
Tagged: #csv #len #python
ADD COMMENT
Topic
Name
4+7 =