Soumik555 commited on
Commit
a9c6d67
·
1 Parent(s): ed7c9f7
Files changed (1) hide show
  1. gemini_report_generator.py +1 -0
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')}