我需要打印文件中的所有列,但我得到的结果是这样的......
您知道如何显示数据框的所有列吗?
代码是这样的:
file = pl.read_excel('1.xlsx') file = file.drop_nulls() print(file)
python python-polars
python ×1
python-polars ×1