Installation and setup
pip
Toolkit
The langchain-bodo package provides functionality for creating agents that can answer questions about large datasets using Bodo DataFrames. See the Bodo DataFrames tools page for more detailed usage examples. NOTE: This feature uses thePython
agent under the hood, which executes LLM generated Python code - this can be bad if the LLM generated Python code is harmful. Use cautiously.
Usage Example
Before running the code below, copy the titanic dataset and save locally astitanic.csv
.