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
Binary installers for the latest released version are available at the [Python
99
99
Package Index (PyPI)](https://pypi.org/project/pandas) and on [Conda](https://anaconda.org/conda-forge/pandas).
@@ -117,7 +117,7 @@ details, see the commit logs at https://github.com/pandas-dev/pandas.
117
117
-[python-dateutil - Provides powerful extensions to the standard datetime module](https://dateutil.readthedocs.io/en/stable/index.html)
118
118
-[pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations](https://github.com/stub42/pytz)
119
119
120
-
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.
120
+
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.
121
121
122
122
## Installation from sources
123
123
To install pandas from source you need [Cython](https://cython.org/) in addition to the normal
@@ -134,14 +134,14 @@ cloning the git repo), execute:
134
134
pip install .
135
135
```
136
136
137
-
or for installing in [development mode](https://pip.pypa.io/en/latest/cli/pip_install/#install-editable):
137
+
or for installing in [Development Mode](https://pip.pypa.io/en/latest/cli/pip_install/#install-editable):
See the full instructions for [installing from source](https://pandas.pydata.org/docs/dev/development/contributing_environment.html).
144
+
See the full instructions for installing from source[here](https://pandas.pydata.org/docs/dev/development/contributing_environment.html).
145
145
146
146
## License
147
147
[BSD 3](LICENSE)
@@ -165,19 +165,19 @@ Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/
165
165
166
166
There are also frequent [community meetings](https://pandas.pydata.org/docs/dev/development/community.html#community-meeting) for project maintainers open to the community as well as monthly [new contributor meetings](https://pandas.pydata.org/docs/dev/development/community.html#new-contributor-meeting) to help support new contributors.
167
167
168
-
Additional information on the communication channels can be found on the [contributor community](https://pandas.pydata.org/docs/development/community.html) page.
168
+
Additional information on the communication channels can be found on the [Contributor Community](https://pandas.pydata.org/docs/development/community.html) page.
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
175
175
176
-
A detailed overview on how to contribute can be found in the **[contributing guide](https://pandas.pydata.org/docs/dev/development/contributing.html)**.
176
+
A detailed overview on how to contribute can be found in the **[Contributing Guide](https://pandas.pydata.org/docs/dev/development/contributing.html)**.
177
177
178
-
If you are simply looking to start working with the pandas codebase, navigate to the [GitHub "issues" tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3ADocs%20sort%3Aupdated-desc) and [good first issue](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22%20sort%3Aupdated-desc) where you could start out.
178
+
If you are simply looking to start working with the pandas codebase, navigate to the [GitHub "Issues" tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3ADocs%20sort%3Aupdated-desc) and [Good First Issue](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22%20sort%3Aupdated-desc) where you could start out.
179
179
180
-
You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to [subscribe to pandas on CodeTriage](https://www.codetriage.com/pandas-dev/pandas).
180
+
You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to [subscribe](https://www.codetriage.com/pandas-dev/pandas) to pandas on CodeTriage.
181
181
182
182
Or maybe through using pandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it!
0 commit comments