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')
Blue button will send a ready prompt to the Chat AI.
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')
Blue button will send a ready prompt to the Chat 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.