Using LLM for Data Analytics

Hi everyone,

I’m working on a project where I aim to use a Language Learning Model (LLM) to create a chatbot-like tool that can analyze a data file. My goal is to answer straightforward questions such as:

  • Which team had the highest average score?
    -Which team had the lowest average score?
    -What are the scores for each team?

I’m having trouble figuring out where to start with this and often feel like I’m going in circles.

Any guidance, suggestions, or links to resources that explain similar projects would be greatly appreciated.

I have currently trying to use langchain to no avail.

Thanks in advance!