Skip to content

Commit f69e0c3

Browse files
committed
Fixed Issue pandas-dev#42447
1 parent 74a6898 commit f69e0c3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
structures designed to make working with "relational" or "labeled" data both
2525
easy and intuitive. It aims to be the fundamental high-level building block for
2626
doing practical, **real world** data analysis in Python. Additionally, it has
27-
the broader goal of becoming **the most powerful and flexible open source data
28-
analysis / manipulation tool available in any language**. It is already well on
27+
the broader goal of becoming **the most powerful and flexible open-source data
28+
analysis/manipulation tool available in any language**. It is already well on
2929
its way towards this goal.
3030

3131
## Main Features
@@ -107,14 +107,14 @@ pip install pandas
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](https://cython.org/) in addition to the normal
110+
To install pandas the from source you need [Cython](https://cython.org/) in addition to the normal
111111
dependencies above. Cython can be installed from PyPI:
112112

113113
```sh
114114
pip install cython
115115
```
116116

117-
In the `pandas` directory (same one where you found this file after
117+
In the `pandas` directory (the same one where you found this file after
118118
cloning the git repo), execute:
119119

120120
```sh
@@ -160,14 +160,14 @@ Most development discussions take place on GitHub in this repo. Further, the [pa
160160

161161
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
162162

163-
A detailed overview on how to contribute can be found in the **[contributing guide](https://pandas.pydata.org/docs/dev/development/contributing.html)**. There is also an [overview](.github/CONTRIBUTING.md) on GitHub.
163+
A detailed overview of how to contribute can be found in the **[contributing guide](https://pandas.pydata.org/docs/dev/development/contributing.html)**. There is also an [overview](.github/CONTRIBUTING.md) on GitHub.
164164

165-
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?labels=Docs&sort=updated&state=open) and [good first issue](https://github.com/pandas-dev/pandas/issues?labels=good+first+issue&sort=updated&state=open) where you could start out.
165+
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 several issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?labels=Docs&sort=updated&state=open) and [good first issue](https://github.com/pandas-dev/pandas/issues?labels=good+first+issue&sort=updated&state=open) where you could start.
166166

167-
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).
167+
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).
168168

169169
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!
170170

171-
Feel free to ask questions on the [mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata) or on [Gitter](https://gitter.im/pydata/pandas).
171+
Feel free to ask questions on the [mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata) or [Gitter](https://gitter.im/pydata/pandas).
172172

173173
As contributors and maintainers to this project, you are expected to abide by pandas' code of conduct. More information can be found at: [Contributor Code of Conduct](https://github.com/pandas-dev/pandas/blob/master/.github/CODE_OF_CONDUCT.md)

0 commit comments

Comments
 (0)