|
20 | 20 |
|
21 | 21 | ## What is it?
|
22 | 22 |
|
23 |
| -**pandas** is a Python package providing fast, flexible, and expressive data |
| 23 | +**pandas** is a Python package that provides fast, flexible, and expressive data |
24 | 24 | structures designed to make working with "relational" or "labeled" data both
|
25 | 25 | easy and intuitive. It aims to be the fundamental high-level building block for
|
26 | 26 | doing practical, **real world** data analysis in Python. Additionally, it has
|
@@ -154,11 +154,11 @@ For usage questions, the best place to go to is [StackOverflow](https://stackove
|
154 | 154 | Further, general questions and discussions can also take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata).
|
155 | 155 |
|
156 | 156 | ## Discussion and Development
|
157 |
| -Most development discussion is taking place on github in this repo. Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Gitter channel](https://gitter.im/pydata/pandas) is available for quick development related questions. |
| 157 | +Most development discussions take place on github in this repo. Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Gitter channel](https://gitter.im/pydata/pandas) is available for quick development related questions. |
158 | 158 |
|
159 | 159 | ## Contributing to pandas [](https://www.codetriage.com/pandas-dev/pandas)
|
160 | 160 |
|
161 |
| -All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome. |
| 161 | +All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. |
162 | 162 |
|
163 | 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.
|
164 | 164 |
|
|
0 commit comments