@@ -28,20 +28,20 @@ Installing pandas
28
28
Installing with Anaconda
29
29
~~~~~~~~~~~~~~~~~~~~~~~~
30
30
31
- Installing pandas and the rest of the `NumPy <https://www. numpy.org/ >`__ and
32
- `SciPy <https://www. scipy.org/ >`__ stack can be a little
31
+ Installing pandas and the rest of the `NumPy <https://numpy.org/ >`__ and
32
+ `SciPy <https://scipy.org/ >`__ stack can be a little
33
33
difficult for inexperienced users.
34
34
35
35
The simplest way to install not only pandas, but Python and the most popular
36
- packages that make up the `SciPy <https://www. scipy.org/ >`__ stack
37
- (`IPython <https://ipython.org/ >`__, `NumPy <https://www. numpy.org/ >`__,
36
+ packages that make up the `SciPy <https://scipy.org/ >`__ stack
37
+ (`IPython <https://ipython.org/ >`__, `NumPy <https://numpy.org/ >`__,
38
38
`Matplotlib <https://matplotlib.org/ >`__, ...) is with
39
39
`Anaconda <https://docs.continuum.io/anaconda/ >`__, a cross-platform
40
- (Linux, Mac OS X , Windows) Python distribution for data analytics and
40
+ (Linux, macOS , Windows) Python distribution for data analytics and
41
41
scientific computing.
42
42
43
43
After running the installer, the user will have access to pandas and the
44
- rest of the `SciPy <https://www. scipy.org/ >`__ stack without needing to install
44
+ rest of the `SciPy <https://scipy.org/ >`__ stack without needing to install
45
45
anything else, and without needing to wait for any software to be compiled.
46
46
47
47
Installation instructions for `Anaconda <https://docs.continuum.io/anaconda/ >`__
@@ -220,7 +220,7 @@ Dependencies
220
220
Package Minimum supported version
221
221
================================================================ ==========================
222
222
`setuptools <https://setuptools.readthedocs.io/en/latest/ >`__ 24.2.0
223
- `NumPy <https://www. numpy.org >`__ 1.16.5
223
+ `NumPy <https://numpy.org >`__ 1.16.5
224
224
`python-dateutil <https://dateutil.readthedocs.io/en/stable/ >`__ 2.7.3
225
225
`pytz <https://pypi.org/project/pytz/ >`__ 2017.3
226
226
================================================================ ==========================
0 commit comments