Skip to main content

Pandas

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.

Installation and Setup

Install the pandas package using pip:

pip install pandas

Document loader

See a usage example.

from langchain_community.document_loaders import DataFrameLoader
API Reference:DataFrameLoader

Toolkit

See a usage example.

from langchain_experimental.agents.agent_toolkits import create_pandas_dataframe_agent

Was this page helpful?


You can also leave detailed feedback on GitHub.