What AI Can Do With Data
When you provide data directly (paste a table, upload a file, share a CSV), AI can:
- Summarize patterns and distributions ("what are the main patterns in this dataset?")
- Calculate descriptive statistics if the dataset is small enough to fit in context
- Identify outliers and anomalies
- Suggest appropriate analysis approaches for your question
- Write code (Python, R, SQL) to perform analysis you then run yourself
- Translate data findings into plain-language narratives
- Generate visualizations descriptions or chart specifications
The Right Mental Model: AI as Analysis Partner
The most effective AI data analysis workflow treats AI as a thinking partner, not an automatic analyst. You:
- Know the business question
- Understand the limitations of your data
- Evaluate whether AI's analysis makes sense
AI handles:
- Suggesting analysis approaches you might not have thought of
- Writing the code or queries
- Translating results into narrative
- Identifying what additional data would strengthen the analysis
High-Value Data Analysis Prompts
Pattern identification: "Here is [dataset]. What are the three most interesting patterns? For each pattern, tell me what additional context would help determine if it's meaningful."
Narrative generation: "Here are the key findings from my analysis: [list]. Write a clear narrative explanation for a non-technical audience. Start with the most important finding."
Code generation: "I have a CSV with columns [list]. I want to [analysis goal]. Write Python/SQL code to do this analysis. Include comments explaining what each section does."
Chart specification: "Given this data and this audience, what type of visualization would communicate the key finding most clearly? Why?"
The Critical Limits
AI cannot access data you don't provide. It cannot run analysis on large datasets without a code interpreter. It can make arithmetic errors on mental math. It cannot tell you whether your data is actually measuring what you think it's measuring — that domain judgment is yours.