We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c62e3e commit 733eb88Copy full SHA for 733eb88
doc/source/whatsnew/v1.1.0.rst
@@ -292,7 +292,7 @@ Other enhancements
292
- :meth:`groupby.transform` now allows ``func`` to be ``pad``, ``backfill`` and ``cumcount`` (:issue:`31269`).
293
- :meth:`~pandas.io.json.read_json` now accepts `nrows` parameter. (:issue:`33916`).
294
- :meth `~pandas.io.gbq.read_gbq` now allows to disable progress bar (:issue:`33360`).
295
-- :meth:`DataFrame.to_excel` can now also generate OpenOffice spreadsheet (.ods) files (:issue:`27222`)
+- :meth:`DataFrame.to_excel` can now also write OpenOffice spreadsheet (.ods) files (:issue:`27222`)
296
297
.. ---------------------------------------------------------------------------
298
0 commit comments