This page describes the Python API for the Text Extensions for Pandas library. Text Extensions for Pandas adds NLP-specific data types, operations, and library integrations to Pandas. These extensions make it easier to manipulate and analyze NLP-related data with Pandas.
This documentation is organized into the following sections:
- :doc:`arrays`
- Pandas extension types for representing spans and tensors inside Pandas DataFrames.
- :doc:`io`
- Integrations with various NLP libraries and NLP-specific file formats for converting various types of NLP data into Pandas DataFrames.
- :doc:`spanner`
- Span-specific operations for Pandas DataFrames, based on the Document Spanners formalism, also known as spanner algebra.
- :doc:`jupyter`
- Support for displaying and editing data in
.. toctree:: :caption: Library Documentation :maxdepth: 5 :hidden: arrays io spanner jupyter