Skip to content

DOC: add link to benchmarks page in developer docs #34408

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 5 commits into from
May 27, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ python setup.py develop

See the full instructions for [installing from source](https://pandas.pydata.org/pandas-docs/stable/install.html#installing-from-source).

## Benchmarks
[Benchmarks from airspeed velocity](https://pandas.pydata.org/speed/pandas/#/)

## License
[BSD 3](LICENSE)

Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Package overview
****************

**pandas** is a `Python <https://www.python.org>`__ package providing fast,
**pandas** is a `Python <https://www.python.org>`__ package providing fast (`benchmarks <https://pandas.pydata.org/speed/pandas/#/>`__),
flexible, and expressive data structures designed to make working with
"relational" or "labeled" data both easy and intuitive. It aims to be the
fundamental high-level building block for doing practical, **real world** data
Expand Down