Amazon からCSV をダウンロードすると、BOMつきTSVのことがある。
import csvreader = csv.DictReader( open(file_path, encoding='utf-8-sig'), delimiter='\t')
コメント