【发布时间】:2019-03-20 16:52:55
【问题描述】:
Google Colab 附带了一些示例数据文件。我正在使用我要使用的文件的文件路径并尝试使用 pandas 访问它。
pandas.read_csv('content/sample_data/mnist_test.csv') 一直给我这个错误:
FileNotFoundError: File b'content/sample_data/mnist_test.csv' does not exist
我错过了什么?
【问题讨论】: