We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e8e98 commit c01c29dCopy full SHA for c01c29d
pandas-stubs/io/excel/_base.pyi
@@ -33,7 +33,7 @@ from pandas._typing import (
33
WriteExcelBuffer,
34
)
35
36
-ReadEngine: TypeAlias = Literal["xlrd", "openpyxl", "odf", "pyxlsb"]
+ReadEngine: TypeAlias = Literal["xlrd", "openpyxl", "odf", "pyxlsb", "calamine"]
37
38
@overload
39
def read_excel(
0 commit comments