10 ポイント 投稿者 xguru 2023-05-12 | 1件のコメント | WhatsAppで共有
  • 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件のコメント

 
cosine20 2023-05-12

これはいいですね