标签: pandas
调用DataFrame.to_csv(filepath)时,它是否一定会更改文件os.path.getmtime()在硬盘文件系统上的Linux上的最后修改时间?
DataFrame.to_csv(filepath)
os.path.getmtime()
还是将其写入文件,但mtime不变?
还是将文件内容与所写内容进行比较?