Skip to content

Commit 7037920

Browse files
committed
Updated Comparison to Excel documentation with examples of reading Excel file, and fixed typo via pandas-dev#38990
1 parent 5169f5c commit 7037920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/comparison/comparison_with_spreadsheets.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Should you wish to subsequently access the data in the ``tips.xlsx`` file, you c
135135

136136
.. code-block:: python
137137
138-
tips_df = read_excel("./tips.xlsx", header=None)
138+
tips_df = pd.read_excel("./tips.xlsx", header=None)
139139
140140
You have just read in an Excel file using pandas!
141141

0 commit comments

Comments
 (0)