8000 DOC: Update Overview page in documentation by iuliakhomenko · Pull Request #17368 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: Update Overview page in documentation #17368

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 30, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DOC Make further revisions in Overview webpage
  • Loading branch information
iuliakhomenko committed Aug 30, 2017
commit f94a09db465c90400a82a5dcf77f6c78b2b2d311
7 changes: 2 additions & 5 deletions doc/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Data Structures

1, "Series", "1D labeled homogeneously-typed array"
2, "DataFrame", "General 2D labeled, size-mutable tabular structure with potentially heterogeneously-typed column"
3, "Panel", "General 3Dlabeled, also size-mutable array"
3, "Panel", "General 3D labeled, also size-mutable array"

Why more than one data structure?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -119,10 +119,7 @@ The list of the Core Team members and more detailed information can be found on
Institutional Partners
----------------------

Institutional Partners are companies and universities that support the project by employing contributors. Current Institutional Partners include:

* `Continuum Analytics <https://www.anaconda.com/>`__
* `Two Sigma <https://www.twosigma.com/>`__
The information about current institutional partners can be found on `pandas website page <https://pandas.pydata.org/about.html>`__

License
-------
Expand Down
0