爱学习的老陈 2021-03-31 15:08 采纳率: 100%
浏览 489
已结题

相对路径报错,修改为绝对路径依然报错——no such file or directory

 # 封装数据,写入文件
comment_dir = {'user': users, 'score': scores, 'time': times, 'comment': comments}
comment_df = pd.DataFrame(comment_dir)
comment_df.to_csv('./tables/taptap_comments.csv')
comment_df['comment'].to_csv('./tables/comments.csv', index=False)
print(comment_df)

疯狂报错

发生异常: FileNotFoundError
[Errno 2] No such file or directory: './tables/taptap_comments.csv'
  File "C:\Users\Aki\Desktop\python\函数基础\BS\taptapciyun.py", line 48, in crawl_comments
    comment_df.to_csv('./tables/taptap_comments.csv')
  File "C:\Users\Aki\Desktop\python\函数基础\BS\taptapciyun.py", line 103, in <module>
    blacksurvival.crawl_comments()

改成绝对路径也是依然报错。

comment_dir = {'user': users, 'score': scores, 'time': times, 'comment': comments}
comment_df = pd.DataFrame(comment_dir)
comment_df.to_csv('C:\\Users\Aki\Desktop\python\函数基础\BS\taptap_comments.csv')
comment_df['comment'].to_csv('./tables/comments.csv', index=False)
print(comment_df)

报错如下:

发生异常: OSError
[Errno 22] Invalid argument: 'C:\\Users\\Aki\\Desktop\\python\\函数基础\\BS\taptap_comments.csv'
  File "C:\Users\Aki\Desktop\python\函数基础\BS\taptapciyun.py", line 48, in crawl_comments
    comment_df.to_csv('C:\\Users\Aki\Desktop\python\函数基础\BS\taptap_comments.csv')
  File "C:\Users\Aki\Desktop\python\函数基础\BS\taptapciyun.py", line 103, in <module>
    blacksurvival.crawl_comments()
  • 写回答

3条回答 默认 最新

  • 若尚在场 2021-04-01 15:18
    关注

    绝对路径前加r

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

问题事件

  • 系统已结题 11月17日
  • 已采纳回答 11月9日

悬赏问题

  • ¥15 有两个非常“自以为是”烦人的问题急期待大家解决!
  • ¥30 STM32 INMP441无法读取数据
  • ¥100 求汇川机器人IRCB300控制器和示教器同版本升级固件文件升级包
  • ¥15 用visualstudio2022创建vue项目后无法启动
  • ¥15 x趋于0时tanx-sinx极限可以拆开算吗
  • ¥15 pyqt信号槽连接写法
  • ¥500 把面具戴到人脸上,请大家贡献智慧,别用大模型回答,大模型的答案没啥用
  • ¥15 任意一个散点图自己下载其js脚本文件并做成独立的案例页面,不要作在线的,要离线状态。
  • ¥15 各位 帮我看看如何写代码,打出来的图形要和如下图呈现的一样,急
  • ¥30 c#打开word开启修订并实时显示批注