我可以知道为什么在运行以下代码时会得到IndexError
吗
import tabula
df = tabula.read_pdf("123.pdf", pages='all')[0]
IndexError:列出超出范围的索引
因为返回给您的列表当然是空的,这就像[]