This chatbot converts Natural Language inputs from users to Pandas code and also executes the outputted code on the dataset uploaded by the user. It is a user-friendly Conversational chatbot utilizing prompt engineering and few-shot prompting techniques.
Users upload CSV files and interact in Natural Language with the bot to perform tasks like Exploratory Data Analysis, plotting, etc. The user queries in Natural Language and the bot dynamically generates and executes precise Pandas code based on user queries, providing instant results in text, dataframes, and interactive visualizations.
It is helpful for individuals with limited programming knowledge to independently analyze data.
For trial, Execute app.py
24 commits
Jupyter Notebook
83.4%
Python
16.6%
This chatbot converts Natural Language inputs from users to Pandas code and also executes the outputted code on the dataset uploaded by the user. It is a user-friendly Conversational chatbot utilizing prompt engineering and few-shot prompting techniques.
Users upload CSV files and interact in Natural Language with the bot to perform tasks like Exploratory Data Analysis, plotting, etc. The user queries in Natural Language and the bot dynamically generates and executes precise Pandas code based on user queries, providing instant results in text, dataframes, and interactive visualizations.
It is helpful for individuals with limited programming knowledge to independently analyze data.
For trial, Execute app.py
24 commits
Jupyter Notebook
83.4%
Python
16.6%