I have a csv file which isn\'t coming in correctly with pandas.read_csv when I filter the columns with usecols and use multiple indexes.
pandas.read_csv
usecols
import csv first and use csv.DictReader its easy to process...