File tree 1 file changed +3
-3
lines changed
doc/source/getting_started
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ and :class:`DataFrame` (2-dimensional), handle the vast majority of typical use
29
29
cases in finance, statistics, social science, and many areas of
30
30
engineering. For R users, :class: `DataFrame ` provides everything that R's
31
31
``data.frame `` provides and much more. pandas is built on top of `NumPy
32
- <https://www. numpy.org> `__ and is intended to integrate well within a scientific
32
+ <https://numpy.org> `__ and is intended to integrate well within a scientific
33
33
computing environment with many other 3rd party libraries.
34
34
35
35
Here are just a few of the things that pandas does well:
@@ -75,7 +75,7 @@ Some other notes
75
75
specialized tool.
76
76
77
77
- pandas is a dependency of `statsmodels
78
- <https://www. statsmodels.org/stable/index.html > `__, making it an important part of the
78
+ <https://statsmodels.org> `__, making it an important part of the
79
79
statistical computing ecosystem in Python.
80
80
81
81
- pandas has been used extensively in production in financial applications.
@@ -168,7 +168,7 @@ The list of the Core Team members and more detailed information can be found on
168
168
Institutional partners
169
169
----------------------
170
170
171
- The information about current institutional partners can be found on `pandas website page <https://pandas.pydata.org/about.html >`__.
171
+ The information about current institutional partners can be found on `pandas website page <https://pandas.pydata.org/about/sponsors .html >`__.
172
172
173
173
License
174
174
-------
You can’t perform that action at this time.
0 commit comments