Pandas AI - Pandasに生成AIを導入
(github.com/gventuri)- Pandasを対話型にして、データについて質問し、Pandas DataFrame形式で回答を受け取ることが可能
- 欲しいデータを見つける
→pandas_ai.run(df, prompt='What is the sum of the GDPs of the 2 unhappiest countries?') - グラフを描く
→Plot the histogram of countries showing for each the gpd, using different colors for each bar
1件のコメント
これはいいですね