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.
我有一个 csv 文件,其中一列是日期/时间字符串。如何正确解析它pandas?我不想将该列设为索引。谢谢!
pandas
乌里
在参数中传递dateutil.parser.parse(或另一个日期时间转换函数)convertersread_csv
dateutil.parser.parse
converters
read_csv