Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
列の 1 つが日付/時刻文字列である csv ファイルがあります。で正しく解析するにはどうすればよいpandasですか? その列をインデックスにしたくありません。ありがとう!
pandas
ウリ
dateutil.parser.parse(または別の日時変換関数) をconverters引数に渡しますread_csv
dateutil.parser.parse
converters
read_csv