gpt4 book ai didi

python - 未使用 os.path.isfile 函数识别现有文件

转载 作者:行者123 更新时间:2023-12-01 22:24:43 27 4
gpt4 key购买 nike

<分区>

我在目录中有一个文件 7.csv:'~/Documents/Jane/analyst/test/1/'。我能够使用 pandas.read_csv 函数毫无问题地读取此文件。

f_path = '~/Documents/Jane/analyst/test/1/7.csv'

pd.read_csv(f_path, index_col=None, header=0)

但是当使用os.path.isfile()检查这个文件是否存在时,结果返回False。

os.path.isfile(f_path)

False

可能的错误来源是什么?

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com