Cron job
Browse files
gemini_report_generator.py
CHANGED
@@ -177,6 +177,7 @@ class RethinkAgent(BaseModel):
|
|
177 |
- Dummy data creation
|
178 |
- Any code blocks besides pandas operations and matplotlib
|
179 |
- Print statements showing dataframes
|
|
|
180 |
|
181 |
DATAFRAME COLUMNS: {', '.join(self.df.columns)}
|
182 |
DATAFRAME'S FIRST FIVE ROWS: {self.df.head().to_dict('records')}
|
|
|
177 |
- Dummy data creation
|
178 |
- Any code blocks besides pandas operations and matplotlib
|
179 |
- Print statements showing dataframes
|
180 |
+
- Using any visualization library other than matplotlib or seaborn
|
181 |
|
182 |
DATAFRAME COLUMNS: {', '.join(self.df.columns)}
|
183 |
DATAFRAME'S FIRST FIVE ROWS: {self.df.head().to_dict('records')}
|