Skip to content

Commit 214e083

Browse files
committed
DOC: updated whatsnew
1 parent 7528be3 commit 214e083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/whatsnew/v0.23.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ Other Enhancements
438438
``SQLAlchemy`` dialects supporting multivalue inserts include: ``mysql``, ``postgresql``, ``sqlite`` and any dialect with ``supports_multivalues_insert``. (:issue:`14315`, :issue:`8953`)
439439
- :func:`read_html` now accepts a ``displayed_only`` keyword argument to controls whether or not hidden elements are parsed (``True`` by default) (:issue:`20027`)
440440
- zip compression is supported via ``compression=zip`` in :func:`DataFrame.to_pickle`, :func:`Series.to_pickle`, :func:`DataFrame.to_csv`, :func:`Series.to_csv`, :func:`DataFrame.to_json`, :func:`Series.to_json`. (:issue:`17778`)
441-
- Now is possible create a :class:`WeekOfMonth` offset with `n=0` (:issue:`20517`).
441+
- :class:`WeekOfMonth` constructor will support `n=0` (:issue:`20517`).
442442
- :class:`DataFrame` and :class:`Series` now support matrix multiplication (```@```) operator (:issue:`10259`) for Python>=3.5
443443
- Updated ``to_gbq`` and ``read_gbq`` signature and documentation to reflect changes from
444444
the Pandas-GBQ library version 0.4.0. Adds intersphinx mapping to Pandas-GBQ

0 commit comments

Comments
 (0)