Fix links in Implementation section

This commit is contained in:
Seth Michael Larson 2020-08-17 16:32:48 -05:00 committed by GitHub
parent 661b33dd0a
commit 4576951f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,9 +15,9 @@ use of powerful Elasticsearch features such as aggregations.
Pandas and 3rd Party Storage Systems Pandas and 3rd Party Storage Systems
------------------------------------ ------------------------------------
Generally, integrations with [3rd party storage systems](https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html) Generally, integrations with `3rd party storage systems <https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html>`_
(SQL, Google Big Query etc.) involve accessing these systems and reading all external data into an (SQL, Google Big Query etc.) involve accessing these systems and reading all external data into an
in-core pandas data structure. This also applies to [Apache Arrow](https://arrow.apache.org/docs/python/pandas.html) in-core pandas data structure. This also applies to `Apache Arrow <https://arrow.apache.org/docs/python/pandas.html>`_
structures. structures.
Whilst this provides access to data in these systems, for large datasets this can require significant Whilst this provides access to data in these systems, for large datasets this can require significant