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
Copy file name to clipboardExpand all lines: README.md
+20-1
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,19 @@ the broader goal of becoming **the most powerful and flexible open source data
27
27
analysis / manipulation tool available in any language**. It is already well on
28
28
its way towards this goal.
29
29
30
+
## Table of Contents
31
+
32
+
-[Main Features](#main-features)
33
+
-[Where to get it](#where-to-get-it)
34
+
-[Dependencies](#dependencies)
35
+
-[Installation from sources](#installation-from-sources)
36
+
-[License](#license)
37
+
-[Documentation](#documentation)
38
+
-[Background](#background)
39
+
-[Getting Help](#getting-help)
40
+
-[Discussion and Development](#discussion-and-development)
41
+
-[Contributing to pandas](#contributing-to-pandas)
42
+
30
43
## Main Features
31
44
Here are just a few of the things that pandas does well:
32
45
@@ -157,7 +170,9 @@ Further, general questions and discussions can also take place on the [pydata ma
157
170
## Discussion and Development
158
171
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 [Slack channel](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack) is available for quick development related questions.
159
172
160
-
## Contributing to pandas [](https://www.codetriage.com/pandas-dev/pandas)
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
163
178
@@ -172,3 +187,7 @@ Or maybe through using pandas you have an idea of your own or are looking for so
172
187
Feel free to ask questions on the [mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata) or on [Slack](https://pandas.pydata.org/docs/dev/development/community.html?highlight=slack#community-slack).
173
188
174
189
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/.github/blob/master/CODE_OF_CONDUCT.md)
0 commit comments