OSError: [Errno 22] Invalid argument: 'ファイルパス'
"c:\temp\testfile.csv" # NG
"c:\\temp\\testfile.csv" # OK (\をエスケープ)