Skip to content

cjellick/csv-reader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

CSV reader

A gptscript tool that leverage duckdb to read csv and query data based on natural language.

Pre-requisite

You have to install duckdb first. Following this link

Example

Video example

Tools: github.com/gptscript-ai/csv-reader

Perform the task one by one.

1. Read and understand Electric_Vehicle_Population_Data.csv schema
2. Based on schema, Tell me how many vehicle are made By TESLA in AZ.

Note: Make sure you download the csv file and put it into the current dir if you are copying and paste the example.

How it works

The tool leverages duckdb to read CSV file, and then using LLM to transform your natural language into sql to be able to find information you want.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published