https://github.com/furrmidable-crew/analytibot
Data Analyst for The Cheshire Cat AI
https://github.com/furrmidable-crew/analytibot
Last synced: 2 months ago
JSON representation
Data Analyst for The Cheshire Cat AI
- Host: GitHub
- URL: https://github.com/furrmidable-crew/analytibot
- Owner: Furrmidable-Crew
- Created: 2023-09-17T18:50:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T14:55:15.000Z (about 1 year ago)
- Last Synced: 2025-04-15T10:13:19.532Z (2 months ago)
- Language: Python
- Homepage:
- Size: 836 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnalytiBot: Virtual Data Analyst for the Cheshire Cat AI
[](https://)
## How to use it
To initiate Cheshire Cat's data analyst functionality, we recommend using the formula **"Analyze the dataset for"** followed by your desired query.
To perform the desired analysis you need:
(1) upload a csv containing the dataset
(2) query the dataset in natural languageThe CSV (Comma-Separated Values) must respect the "CSV basic" format, that is:
- Field Delimiter: Comma (,)
- Newline character: \n (Unix) or \r\n (Windows)
- No Quotes: No values enclosed in quotation marks, which means that values cannot contain the delimiter (comma), newline characters, or quotation marks.Example:
Name, Surname, Age
Mario, Rossi, 30
Anna, Bianchi, 25### Credits
This bot was made thanks to the original [AnalytiBot](https://github.com/Inferentiaxyz/AnalytiBot) made by the InferentiaXYZ team.