diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index bb89b91954518..4b69d5b0c8c77 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