Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 805 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 805 Bytes

Pandas Dataframe Agent

Learn how to analyse your data using pandas an Llama 3.1 70b Instruct.

See it live and in action 📺

Startup 🚀

  1. Clone this repo git clone https://github.com/nicknochnack/DataFrameAgentWatsonx
  2. Go into the directory cd DataFrameAgentWatsonx
  3. Create a python environmment conda create -n pdagent python=3.11 and activate it conda activate pdagent
  4. Install dependencies pip install -r requirements.txt
  5. Update your key and project id in the .env_sample file and rename it to .env
  6. Run the code python flow.py

Other References 🔗

Who, When, Why?

👨🏾‍💻 Author: Nick Renotte
📅 Version: 1.x
📜 License: This project is licensed under the MIT license. Feel free to use it, just don't do bad things with it.