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?