File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
doc/source/getting_started Expand file tree Collapse file tree 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
2929cases in finance, statistics, social science, and many areas of
3030engineering. For R users, :class: `DataFrame ` provides everything that R's
3131``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
3333computing environment with many other 3rd party libraries.
3434
3535Here are just a few of the things that pandas does well:
@@ -75,7 +75,7 @@ Some other notes
7575 specialized tool.
7676
7777 - 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
7979 statistical computing ecosystem in Python.
8080
8181 - 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
168168Institutional partners
169169----------------------
170170
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 >`__.
172172
173173License
174174-------
You can’t perform that action at this time.
0 commit comments