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 thepandas
package usingpip
:
pip install pandas
Document loader
See ausage example.
from langchain_community.document_loadersimport DataFrameLoader
API Reference:DataFrameLoader
Toolkit
See ausage example.
from langchain_experimental.agents.agent_toolkitsimport create_pandas_dataframe_agent
API Reference:create_pandas_dataframe_agent