pavanmutha commited on
Commit
abe6fa2
·
verified ·
1 Parent(s): 3c42a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
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
- Compute basic statistics (count, mean, std, min, 25%, 50%, 75%, max) for each numeric column.
124
- 1. Basic statistics and data quality checks
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: