echohive42
patreon
Control pandas dataframes with conversational commands
🕑 Added 2023-08-01 16:13:24 +0000 UTCThis is for video: https://youtu.be/fSmiGh9QLu4
Pandas AI GitHub: https://github.com/gventuri/pandas-ai/tree/main
Search 140+ echohive videos and code download links: https://www.echohive.live/
LLM Paper Summaries: https://llmpapers.up.railway.app/
Comments
Echo Hive
Oh yeah. Thank you. Forgot to mention that.
Michal Babula
pandas_ai = PandasAI(llm, verbose=True, enforce_privacy=True) If you want to enforce privacy you can instantiate PandasAI with enforce_privacy = True which send to LLM just column names.