# Pandas AI - Pandas에 생성형 AI를 도입

> Clean Markdown view of GeekNews topic #9162. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9162](https://news.hada.io/topic?id=9162)
- GeekNews Markdown: [https://news.hada.io/topic/9162.md](https://news.hada.io/topic/9162.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-05-12T11:03:01+09:00
- Updated: 2023-05-12T11:03:01+09:00
- Original source: [github.com/gventuri](https://github.com/gventuri/pandas-ai)
- Points: 10
- Comments: 1

## Topic Body

- 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`

## Comments



### Comment 16060

- Author: cosine20
- Created: 2023-05-12T19:30:58+09:00
- Points: 1

이거 좋네요
