Skip to content

Commit

Permalink
fix: enable to_string method from generated code (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
gventuri committed Sep 14, 2023
1 parent 67ef319 commit d9454e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandasai/helpers/code_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ def _is_unsafe(self, node: ast.stmt) -> bool:
".to_gbq",
".to_stata",
".to_records",
".to_string",
".to_latex",
".to_html",
".to_markdown",
Expand Down

0 comments on commit d9454e1

Please sign in to comment.