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
-[NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays](https://www.numpy.org)
104
+
-[python-dateutil - Provides powerful extensions to the standard datetime module](https://labix.org/python-dateutil)
105
+
-[pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations](https://pythonhosted.org/pytz)
106
106
107
107
See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for minimum supported versions of required, recommended and optional dependencies.
108
108
109
109
## Installation from sources
110
-
To install pandas from source you need Cython in addition to the normal
111
-
dependencies above. Cython can be installed from pypi:
110
+
To install pandas from source you need [Cython](https://cython.org/) in addition to the normal
111
+
dependencies above. Cython can be installed from PyPI:
112
112
113
113
```sh
114
114
pip install cython
@@ -145,7 +145,7 @@ See the full instructions for [installing from source](https://pandas.pydata.org
145
145
The official documentation is hosted on PyData.org: https://pandas.pydata.org/pandas-docs/stable
146
146
147
147
## Background
148
-
Work on ``pandas`` started at AQR (a quantitative hedge fund) in 2008 and
148
+
Work on ``pandas`` started at [AQR](https://www.aqr.com/) (a quantitative hedge fund) in 2008 and
- Bug in :meth:`DataFrame.select_dtypes` with ``include=np.number`` now retains numeric ``ExtensionDtype`` columns (:issue:`35340`)
198
-
-
199
198
200
199
Conversion
201
200
^^^^^^^^^^
@@ -232,7 +231,7 @@ MultiIndex
232
231
^^^^^^^^^^
233
232
234
233
- Bug in :meth:`DataFrame.drop` raising ``TypeError`` when :class:`MultiIndex` is non-unique and no level is provided (:issue:`36293`)
235
-
-
234
+
- Bug in :meth:`MultiIndex.equals` incorrectly returning ``True`` when :class:`MultiIndex` containing ``NaN`` even when they are differntly ordered (:issue:`38439`)
0 commit comments