From b279cb7dba80849c46c9a07e0f755fc5978b80b8 Mon Sep 17 00:00:00 2001 From: frreiss Date: Fri, 12 Feb 2021 16:04:45 -0800 Subject: [PATCH 1/2] Add reference to Text Extensions for Pandas project. --- doc/source/ecosystem.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index bb89b91954518..0c53209776f74 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -476,6 +476,14 @@ storing numeric arrays with units. These arrays can be stored inside pandas' Series and DataFrame. Operations between Series and DataFrame columns which use pint's extension array are then units aware. +`Text Extensions for Pandas`_ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +``Text Extensions for Pandas `` +provides extension types to cover common data structures for representing natural language +data, plus library integrations that convert the outputs of popular natural language +processing libraries into Pandas DataFrames. + .. _ecosystem.accessors: Accessors From a1a56fa3e074fe2cef4c727c88c11b98163970ad Mon Sep 17 00:00:00 2001 From: frreiss Date: Mon, 15 Feb 2021 10:13:24 -0800 Subject: [PATCH 2/2] Remove trailing whitespace --- doc/source/ecosystem.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index 0c53209776f74..4b69d5b0c8c77 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -480,8 +480,8 @@ use pint's extension array are then units aware. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``Text Extensions for Pandas `` -provides extension types to cover common data structures for representing natural language -data, plus library integrations that convert the outputs of popular natural language +provides extension types to cover common data structures for representing natural language +data, plus library integrations that convert the outputs of popular natural language processing libraries into Pandas DataFrames. .. _ecosystem.accessors: