File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ def read_excel(
346346 result 'foo'
347347
348348 If a column or index contains an unparsable date, the entire column or
349- index will be returned unaltered as an object data type. If you don’ t want to
349+ index will be returned unaltered as an object data type. If you don` t want to
350350 parse some cells as date just change their type in Excel to "Text".
351351 For non-standard datetime parsing, use ``pd.to_datetime`` after
352352 ``pd.read_excel``.
@@ -1556,8 +1556,8 @@ class ExcelFile:
15561556 details, and for more examples on storage options refer `here
15571557 <https://pandas.pydata.org/docs/user_guide/io.html?
15581558 highlight=storage_options#reading-writing-remote-files>`_.
1559- engine_kwargs : dict, optional
1560- Arbitrary keyword arguments passed to excel engine.
1559+ engine_kwargs : dict, optional
1560+ Arbitrary keyword arguments passed to excel engine.
15611561
15621562 See Also
15631563 --------
You can’t perform that action at this time.
0 commit comments