I have imported a file using unicodecsv.DictReader but with it returning a list of file.
import unicodecsv def read_csv(filename): with open(filename, \'