我正在尝试阅读Excel工作簿并遇到Windows路径错误。我已经尝试过os和pathlib。代码显示了不同的变化。
def main():
infilename = ('c:\Testing\Python\EET_Report.xlxs')
tried infilename = pathlib.Path('c:/Testing/Python/EET_Report.xlxs')
tried infilename = pathlib.PureWindowsPath('c:/Testing/Python/EET_Report.xlxs')
# open file
inwb = xlrd.open_workbook(infilename)
运行程序时出现的错误:
No such file or directory: 'c:\\Testing\\Python\\EET_Report.xlxs'
答案 0 :(得分:3)
该文件名的扩展名应该是“ xlsx”,而不是“ xlxs”。
答案 1 :(得分:-1)
您可能需要使用反斜杠取消转义某些字符
test[(seq_len(.N) %in% 3:8) & X == "A"]
# X Y Z
#1: A -0.8356286 -0.6212406
#2: A 1.5952808 -2.2146999
#3: A 0.3295078 1.1249309