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/whatsnew/v0.18.0.txt
+5-6
Original file line number
Diff line number
Diff line change
@@ -278,8 +278,7 @@ other anchored offsets like ``MonthBegin`` and ``YearBegin``.
278
278
Other API Changes
279
279
^^^^^^^^^^^^^^^^^
280
280
281
-
- ``DataFrame.between_time`` and ``Series.between_time`` now only parse a fixed set of time strings. Parsing of
282
-
date strings is no longer supported and raises a ``ValueError``. (:issue:`11818`)
281
+
- ``DataFrame.between_time`` and ``Series.between_time`` now only parse a fixed set of time strings. Parsing of date strings is no longer supported and raises a ``ValueError``. (:issue:`11818`)
283
282
284
283
.. ipython:: python
285
284
@@ -321,10 +320,10 @@ assignment should be done inplace or return a copy.
321
320
.. warning::
322
321
323
322
For backwards compatability, ``inplace`` defaults to ``True`` if not specified.
324
-
This will change in a future version of pandas - if your code depends on an
323
+
This will change in a future version of pandas. If your code depends on an
325
324
inplace assignment you should update to explicitly set ``inplace=True``
326
325
327
-
The ``inplace`` keyword parameter was also added the ``query`` method.
326
+
The ``inplace`` keyword parameter was also added the ``query`` method.
328
327
329
328
.. ipython:: python
330
329
@@ -335,11 +334,11 @@ The ``inplace`` keyword parameter was also added the ``query`` method.
335
334
.. warning::
336
335
337
336
Note that the default value for ``inplace`` in a ``query``
338
-
is ``False``, which is consistent with prior verions.
337
+
is ``False``, which is consistent with prior versions.
339
338
340
339
``eval`` has also been updated to allow multi-line expressions for multiple
341
340
assignments. These expressions will be evaluated one at a time in order. Only
0 commit comments