From 4576951f372c9b0303002410d262ff58eb74fdf7 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Mon, 17 Aug 2020 16:32:48 -0500 Subject: [PATCH] Fix links in Implementation section --- docs/source/development/implementation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/development/implementation.rst b/docs/source/development/implementation.rst index 9cb1ab1..1255911 100644 --- a/docs/source/development/implementation.rst +++ b/docs/source/development/implementation.rst @@ -15,9 +15,9 @@ use of powerful Elasticsearch features such as aggregations. 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 `_ (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 `_ structures. Whilst this provides access to data in these systems, for large datasets this can require significant