Skip to content

Commit 8a457c7

Browse files
authored
Updated README (#38491)
1 parent 122d502 commit 8a457c7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The source code is currently hosted on GitHub at:
8787
https://github.com/pandas-dev/pandas
8888

8989
Binary installers for the latest released version are available at the [Python
90-
package index](https://pypi.org/project/pandas) and on conda.
90+
Package Index (PyPI)](https://pypi.org/project/pandas) and on [Conda](https://docs.conda.io/en/latest/).
9191

9292
```sh
9393
# conda
@@ -100,15 +100,15 @@ pip install pandas
100100
```
101101

102102
## Dependencies
103-
- [NumPy](https://www.numpy.org)
104-
- [python-dateutil](https://labix.org/python-dateutil)
105-
- [pytz](https://pythonhosted.org/pytz)
103+
- [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)
106106

107107
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.
108108

109109
## 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:
112112

113113
```sh
114114
pip install cython
@@ -145,7 +145,7 @@ See the full instructions for [installing from source](https://pandas.pydata.org
145145
The official documentation is hosted on PyData.org: https://pandas.pydata.org/pandas-docs/stable
146146

147147
## 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
149149
has been under active development since then.
150150

151151
## Getting Help

0 commit comments

Comments
 (0)