You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:\微博\data cleaning.py", line 145, in
items = file(r'D:\微博\评论.xlsx' + j)
File "D:\微博\data cleaning.py", line 117, in file
data = xlrd.open_workbook(inpath, encoding_override='utf-8')
File "D:\py\anaconda\lib\site-packages\xlrd_init_.py", line 166, in open_workbook
file_format = inspect_format(filename, file_contents)
File "D:\py\anaconda\lib\site-packages\xlrd_init_.py", line 60, in inspect_format
with open(path, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:\微博\评论.xlsx.idea'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:\微博\data cleaning.py", line 145, in
items = file(r'D:\微博\评论.xlsx' + j)
File "D:\微博\data cleaning.py", line 117, in file
data = xlrd.open_workbook(inpath, encoding_override='utf-8')
File "D:\py\anaconda\lib\site-packages\xlrd_init_.py", line 166, in open_workbook
file_format = inspect_format(filename, file_contents)
File "D:\py\anaconda\lib\site-packages\xlrd_init_.py", line 60, in inspect_format
with open(path, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'D:\微博\评论.xlsx.idea'
The text was updated successfully, but these errors were encountered: