You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/user_guide/io.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3786,7 +3786,7 @@ one can pass an :class:`~pandas.io.excel.ExcelWriter`.
3786
3786
.. _io.excel_writing_buffer:
3787
3787
3788
3788
When using the ``engine_kwargs`` parameter, pandas will pass these arguments to the
3789
-
engine.For this, it is important to know which function pandas is using internally.
3789
+
engine.For this, it is important to know which function pandas is using internally.
3790
3790
3791
3791
* For the engine openpyxl, pandas is using :func:`openpyxl.Workbook` to create a new sheet and :func:`openpyxl.load_workbook` to append data to an existing sheet. The openpyxl engine writes to (``.xlsx``) and (``.xlsm``) files.
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.1.0.rst
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Other enhancements
83
83
- :meth:`arrays.DatetimeArray.map`, :meth:`arrays.TimedeltaArray.map` and :meth:`arrays.PeriodArray.map` can now take a ``na_action`` argument (:issue:`51644`)
84
84
- :meth:`arrays.SparseArray.map` now supports ``na_action`` (:issue:`52096`).
85
85
- Add :meth:`diff()` and :meth:`round()` for :class:`Index` (:issue:`19708`)
86
-
- Add dtype of categories to ``repr`` information of :class:`CategoricalDtype` (:issue:`52179`)l
86
+
- Add dtype of categories to ``repr`` information of :class:`CategoricalDtype` (:issue:`52179`)
87
87
- Added to the escape mode "latex-math" preserving without escaping all characters between "\(" and "\)" in formatter (:issue:`51903`)
88
88
- Adding ``engine_kwargs`` parameter to :meth:`DataFrame.read_excel` (:issue:`52214`)
89
89
- Classes that are useful for type-hinting have been added to the public API in the new submodule ``pandas.api.typing`` (:issue:`48577`)
@@ -97,11 +97,10 @@ Other enhancements
97
97
- Let :meth:`DataFrame.to_feather` accept a non-default :class:`Index` and non-string column names (:issue:`51787`)
98
98
- Performance improvement in :func:`read_csv` (:issue:`52632`) with ``engine="c"``
99
99
- :meth:`Categorical.from_codes` has gotten a ``validate`` parameter (:issue:`50975`)
100
-
- Adding ``engine_kwargs`` parameter to :meth:`DataFrame.to_excel` (:issue:`53220`)
100
+
- Added ``engine_kwargs`` parameter to :meth:`DataFrame.to_excel` (:issue:`53220`)
101
101
- Performance improvement in :func:`concat` with homogeneous ``np.float64`` or ``np.float32`` dtypes (:issue:`52685`)
102
102
- Performance improvement in :meth:`DataFrame.filter` when ``items`` is given (:issue:`52941`)
0 commit comments