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
149
149
has been under active development since then.
150
150
151
151
## Getting Help
@@ -154,7 +154,7 @@ For usage questions, the best place to go to is [StackOverflow](https://stackove
154
154
Further, general questions and discussions can also take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata).
155
155
156
156
## Discussion and Development
157
-
Most development discussions take place on github in this repo. Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Gitter channel](https://gitter.im/pydata/pandas) is available for quick development related questions.
157
+
Most development discussions take place on GitHub in this repo. Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Gitter channel](https://gitter.im/pydata/pandas) is available for quick development related questions.
158
158
159
159
## Contributing to pandas [](https://www.codetriage.com/pandas-dev/pandas)
0 commit comments