The method for pandas to read excel files: first create a table and fill in some experimental content; then introduce the pd method of pandas and create the object; then read the data; and finally traverse the entire content.
The operating environment of this article: windows7 system, DELL G3 computer, python3.7&&excel2016&&sublime_text3&&pandas library
How does pandas read excel files?
First, create a table and fill in some experimental content
Then, introduce the pd method of pandas and create the object
Next, read the largest row and largest column
Then, read the contents of a specific row and column
Then, view the content of a specific line
Finally, traverse the entire content
Recommended learning : "python video tutorial"
The above is the detailed content of How to read excel files with pandas. For more information, please follow other related articles on the PHP Chinese website!