Skip to content

Commit

Permalink
feat: improve deprecation warning
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
gventuri and ellipsis-dev[bot] authored Dec 10, 2024
1 parent 9bfd6a5 commit 8ff294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandasai/smart_dataframe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(
+ "*" * 80
+ "\n"
+ "\033[1;33mDEPRECATION WARNING:\033[0m\n"
+ "SmartDataframe will be deprecated soon. Use df.chat() instead.\n"
SmartDataframe will soon be deprecated. Please use df.chat() instead.
+ "*" * 80
+ "\n",
DeprecationWarning,
Expand Down

0 comments on commit 8ff294d

Please sign in to comment.