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/install.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ To install pandas for Python 3 you may need to use the package ``python3-pandas`
179
179
Installing from source
180
180
~~~~~~~~~~~~~~~~~~~~~~
181
181
182
-
See the :ref:`contributing documentation <contributing>` for complete instructions on building from the git source tree. Further, see :ref:`creating a devevlopment environment <contributing-dev_env>` if you wish to create a *pandas* development environment.
182
+
See the :ref:`contributing documentation <contributing>` for complete instructions on building from the git source tree. Further, see :ref:`creating a development environment <contributing.dev_env>` if you wish to create a *pandas* development environment.
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.16.0.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ Other enhancements
179
179
180
180
This method is also exposed by the lower level ``Index.get_indexer`` and ``Index.get_loc`` methods.
181
181
182
-
- The ``read_excel()`` function's :ref:`sheetname <_io.specifying_sheets>` argument now accepts a list and ``None``, to get multiple or all sheets respectively. If more than one sheet is specified, a dictionary is returned. (:issue:`9450`)
182
+
- The ``read_excel()`` function's :ref:`sheetname <io.excel.specifying_sheets>` argument now accepts a list and ``None``, to get multiple or all sheets respectively. If more than one sheet is specified, a dictionary is returned. (:issue:`9450`)
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.17.0.txt
+2-2
Original file line number
Diff line number
Diff line change
@@ -453,7 +453,7 @@ Other enhancements
453
453
454
454
- Enable reading gzip compressed files via URL, either by explicitly setting the compression parameter or by inferring from the presence of the HTTP Content-Encoding header in the response (:issue:`8685`)
455
455
456
-
- Enable writing Excel files in :ref:`memory <_io.excel_writing_buffer>` using StringIO/BytesIO (:issue:`7074`)
456
+
- Enable writing Excel files in :ref:`memory <io.excel_writing_buffer>` using StringIO/BytesIO (:issue:`7074`)
457
457
458
458
- Enable serialization of lists and dicts to strings in ``ExcelWriter`` (:issue:`8188`)
459
459
@@ -984,7 +984,7 @@ Deprecations
984
984
``DataFrame.add(other, fill_value=0)`` and ``DataFrame.mul(other, fill_value=1.)``
985
985
(:issue:`10735`).
986
986
- ``TimeSeries`` deprecated in favor of ``Series`` (note that this has been alias since 0.13.0), (:issue:`10890`)
987
-
- ``SparsePanel`` deprecated and will be removed in a future version (:issue:``)
987
+
- ``SparsePanel`` deprecated and will be removed in a future version (:issue:`11157`).
988
988
- ``Series.is_time_series`` deprecated in favor of ``Series.index.is_all_dates`` (:issue:`11135`)
989
989
- Legacy offsets (like ``'A@JAN'``) listed in :ref:`here <timeseries.legacyaliases>` are deprecated (note that this has been alias since 0.8.0), (:issue:`10878`)
990
990
- ``WidePanel`` deprecated in favor of ``Panel``, ``LongPanel`` in favor of ``DataFrame`` (note these have been aliases since < 0.11.0), (:issue:`10892`)
0 commit comments