We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/content/docs/(documentation)/code-interpreting/analyze-data-with-ai/index.mdx
2 parents e0e1270 + ae90660 commit 09e1c59Copy full SHA for 09e1c59
src/content/docs/(documentation)/code-interpreting/analyze-data-with-ai/index.mdx
@@ -6,7 +6,7 @@ description: This guide will show you how to analyze data with AI using E2B Sand
6
You can use E2B Sandbox to run AI-generated code to analyze data. Here's how the AI data analysis workflow usually looks like:
7
1. Your user has a dataset in CSV format or other formats.
8
2. You prompt the LLM to generate code (usually Python) based on the user's data.
9
-3. The sandbox runs the AU-generated code and returns the results.
+3. The sandbox runs the AI-generated code and returns the results.
10
4. You display the results to the user.
11
12
---
0 commit comments