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.24.0.rst
+3-2
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ What's New in 0.24.0 (January 25, 2019)
6
6
.. warning::
7
7
8
8
The 0.24.x series of releases will be the last to support Python 2. Future feature
9
-
releases will support Python 3 only. See :ref:`install.dropping-27` for more.
9
+
releases will support Python 3 only. See :ref:`install.dropping-27` for more
10
+
details.
10
11
11
12
{{ header }}
12
13
@@ -244,7 +245,7 @@ the new extension arrays that back interval and period data.
244
245
Joining with two multi-indexes
245
246
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
246
247
247
-
:func:`DataFrame.merge` and :func:`DataFrame.join` can now be used to join multi-indexed ``Dataframe`` instances on the overlaping index levels (:issue:`6360`)
248
+
:func:`DataFrame.merge` and :func:`DataFrame.join` can now be used to join multi-indexed ``Dataframe`` instances on the overlapping index levels (:issue:`6360`)
0 commit comments