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/io.rst
+2
Original file line number
Diff line number
Diff line change
@@ -3862,6 +3862,8 @@ Then create the index when finished appending.
3862
3862
3863
3863
See `here <http://stackoverflow.com/questions/17893370/ptrepack-sortby-needs-full-index>`__ for how to create a completely-sorted-index (CSI) on an existing store.
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.16.1.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Highlights include:
26
26
27
27
.. warning::
28
28
29
-
In pandas 0.17.0, the sub-package ``pandas.io.data`` will be removed in favor of a separately installable package. See :ref:`here for details <remote_data.pandas_datareader>` (:issue:`8961`)
29
+
In pandas 0.17.0, the sub-package ``pandas.io.data`` will be removed in favor of a separately installable package(:issue:`8961`).
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.23.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ Other Enhancements
331
331
:func:`pandas.api.extensions.register_series_accessor`, and
332
332
:func:`pandas.api.extensions.register_index_accessor`, accessor for libraries downstream of pandas
333
333
to register custom accessors like ``.cat`` on pandas objects. See
334
-
:ref:`Registering Custom Accessors <developer.register-accessors>` for more (:issue:`14781`).
334
+
:ref:`Registering Custom Accessors <extending.register-accessors>` for more (:issue:`14781`).
335
335
336
336
- ``IntervalIndex.astype`` now supports conversions between subtypes when passed an ``IntervalDtype`` (:issue:`19197`)
337
337
- :class:`IntervalIndex` and its associated constructor methods (``from_arrays``, ``from_breaks``, ``from_tuples``) have gained a ``dtype`` parameter (:issue:`19262`)
0 commit comments