Skip to content

Commit a240088

Browse files
committed
init commit
1 parent 41b2b18 commit a240088

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pandas/io/excel.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@
3939
_writers = {}
4040

4141
_read_excel_doc = """
42-
Read an Excel table into a pandas DataFrame
42+
Read an Excel table into a pandas DataFrame.
43+
44+
Support both `xls` and `xlsx` file extensions from a local filesystem or url.
4345
4446
Parameters
45-
----------
47+
---------
4648
io : string, path object (pathlib.Path or py._path.local.LocalPath),
4749
file-like object, pandas ExcelFile, or xlrd workbook.
4850
The string could be a URL. Valid URL schemes include http, ftp, s3,

0 commit comments

Comments
 (0)