Chat with Your Data Using AI
Welcome! This notebook lets you have a friendly conversation with your dataset. Simply select file in your PC, then ask questions in natural language to uncover insights and patterns.
Step 1 ā Load Your Data
Please click the AI Read File button below to let the AI automatically detect data type and load your file into a pandas DataFrame called `df`.
After loading, youāll see the first few rows to make sure everything looks good.
print('š¤ AI Read File')
Step 2 ā Ask AI About Your Data
Now that your data is ready. You can talk with AI to get insights. Click the button below to use a ready prompt: Get insigts about my dataset or type your question in the chat on the left. The AI will provide the code and execute it to get insights.
print('š¤ Ask AI: Get insights about my dataset')
Next steps
You can use chat on the left to ask questions about your data. You can ask AI to create visualizations. You can ask for static plots, then AI will use matplotlib package. For interactive plots, AI will use plotly. Don't worry packages will be installed on your machine if they are missing.
Good luck with your analysis! :)
Got feedback? Iād love to hear from you! Just drop me a line at piotr@mljar.com.
MLJAR Workflows
Explore more ready-to-use, no-code workflows for your projects.