Update app.py
Browse files
app.py
CHANGED
|
@@ -120,10 +120,8 @@ def analyze_data(csv_file, additional_notes=""):
|
|
| 120 |
You are a helpful data analysis agent. Just return insight information and visualization.
|
| 121 |
Load the data that is passed.do not create your own.
|
| 122 |
Automatically detect numeric columns and names.
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
2. Visualization of key patterns and correlations
|
| 126 |
-
3. Actionable real-world insights derived from findings.
|
| 127 |
5. Generate publication-quality visualizations and save to './figures/'.
|
| 128 |
Do not use 'open()' or write to files. Just return variables and plots.
|
| 129 |
The dictionary should have the following structure:
|
|
|
|
| 120 |
You are a helpful data analysis agent. Just return insight information and visualization.
|
| 121 |
Load the data that is passed.do not create your own.
|
| 122 |
Automatically detect numeric columns and names.
|
| 123 |
+
2. 5 data visualizations
|
| 124 |
+
3. at least 5 insights from data
|
|
|
|
|
|
|
| 125 |
5. Generate publication-quality visualizations and save to './figures/'.
|
| 126 |
Do not use 'open()' or write to files. Just return variables and plots.
|
| 127 |
The dictionary should have the following structure:
|