Skip to content

Commit 2ce74db

Browse files
committed
added the conflicting line back
1 parent d14ff45 commit 2ce74db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ Other enhancements
289289
- Make :class:`pandas.core.window.Rolling` and :class:`pandas.core.window.Expanding` iterable(:issue:`11704`)
290290
- Make ``option_context`` a :class:`contextlib.ContextDecorator`, which allows it to be used as a decorator over an entire function (:issue:`34253`).
291291
- :meth:`groupby.transform` now allows ``func`` to be ``pad``, ``backfill`` and ``cumcount`` (:issue:`31269`).
292+
- :meth:`~pandas.io.json.read_json` now accepts `nrows` parameter. (:issue:`33916`).
292293

293294
.. ---------------------------------------------------------------------------
294295

0 commit comments

Comments
 (0)