I used Python and Groq AI (Llama 3.3 model) to analyze the Titanic passenger dataset. The AI automatically identified:
1. All 12 columns in the dataset
2. Two patterns: higher class passengers paid higher fares, missing values in Age and Cabin
3. A summary of the data
This demonstrates how AI can quickly extract insights from structured data without manual work.
Like this project
Posted Apr 26, 2026
I used Python and Groq AI (Llama 3.3 model) to analyze the Titanic passenger dataset. The AI automatically identified:
1. All 12 columns in the dataset
2. Tw...