Smart Tech
Sunday, February 21, 2016
Reading csv file using python
import unicodecsv
with open(filename , 'rb') as f:
read_data = unicodecsv.DictReader(f)
data = list(read_data )
print data [:]
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment