We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b2b18 commit a240088Copy full SHA for a240088
pandas/io/excel.py
@@ -39,10 +39,12 @@
39
_writers = {}
40
41
_read_excel_doc = """
42
-Read an Excel table into a pandas DataFrame
+Read an Excel table into a pandas DataFrame.
43
+
44
+Support both `xls` and `xlsx` file extensions from a local filesystem or url.
45
46
Parameters
-----------
47
+---------
48
io : string, path object (pathlib.Path or py._path.local.LocalPath),
49
file-like object, pandas ExcelFile, or xlrd workbook.
50
The string could be a URL. Valid URL schemes include http, ftp, s3,
0 commit comments