From 391f154c9e23f0cd319327965fcb0d6844f06538 Mon Sep 17 00:00:00 2001 From: HarveyT47 Date: Mon, 25 May 2020 12:47:00 +1000 Subject: [PATCH 1/2] [pandas] adding link for reading and writing files --- source/rst/pandas.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/rst/pandas.rst b/source/rst/pandas.rst index 65ef127..588d3e1 100644 --- a/source/rst/pandas.rst +++ b/source/rst/pandas.rst @@ -148,6 +148,8 @@ In essence, a ``DataFrame`` in pandas is analogous to a (highly optimized) Excel Thus, it is a powerful tool for representing and analyzing data that are naturally organized into rows and columns, often with descriptive indexes for individual rows and individual columns. +You can read more on how Pandas can read and write data files like Excel spreadsheets `here `_. + .. only:: html Let's look at an example that reads data from the CSV file ``pandas/data/test_pwt.csv`` that can be downloaded From bb8fd60e74f51df294187371568c7981753e9029 Mon Sep 17 00:00:00 2001 From: HarveyT47 Date: Mon, 25 May 2020 14:18:24 +1000 Subject: [PATCH 2/2] adding link to docs --- source/rst/pandas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rst/pandas.rst b/source/rst/pandas.rst index 588d3e1..e958827 100644 --- a/source/rst/pandas.rst +++ b/source/rst/pandas.rst @@ -148,7 +148,7 @@ In essence, a ``DataFrame`` in pandas is analogous to a (highly optimized) Excel Thus, it is a powerful tool for representing and analyzing data that are naturally organized into rows and columns, often with descriptive indexes for individual rows and individual columns. -You can read more on how Pandas can read and write data files like Excel spreadsheets `here `_. +You can read more on how Pandas can read and write data files like Excel spreadsheets `here `_ and see the Pandas documentation `here `_. .. only:: html