Data Analysis with PandasAI is outdated

Hi, everybody

I am trying to complete “Data Analysis with PandasAI” course but it seems that is outdated since when I am trying to import:

from pandasai import PandasAI

it doesn’t work.

Hi @danieldecaboriveiro ,

Some part of Python changed very quickly. It seems this part is changed.
According to documentation:
" PandasAI(class) is deprecated since v1.0 and will be removed " "in a future release. Please useSmartDataframe` instead."
)
Source: https://github.com/Sinaptik-AI/pandas-ai/commit/8345b2208db7ca959a81e54a9d719b40113f50ff

You can also check at:
https://docs.pandas-ai.com/en/latest/getting-started/
https://docs.pandas-ai.com/en/latest/examples/

Good luck.