An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# AnalytiBot: Virtual Data Analyst for the Cheshire Cat AI

[![awesome plugin](https://custom-icon-badges.demolab.com/static/v1?label=&message=awesome+plugin&color=F4F4F5&style=for-the-badge&logo=cheshire_cat_black)](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 language

The 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.