简体   繁体   English

如何在 python 中快速读取大型 xlsx 文件?

[英]How to read large xlsx file to fast in python?

Is there any option to read and get DataFrame in fast with large excel files in python?是否有任何选项可以使用 python 中的大型 excel文件快速读取和获取 DataFrame?

Pandas provides a function to read excel files: Pandas 提供了一个 function 来读取 excel 文件:

https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html

I think you need to install xlrd separately for this我认为您需要为此单独安装xlrd

pip install xlrd

Please mention in your question if you already know about this and looking for an alternate solution.如果您已经知道这一点并正在寻找替代解决方案,请在您的问题中提及。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM