Blog Logo
TAGS

PandasAI 🐼

Pandas AI is a Python library that adds generative artificial intelligence capabilities to Pandas, the popular data analysis and manipulation tool. It is designed to be used in conjunction with Pandas, and is not a replacement for it. The library allows users to ask questions about their data and get answers back in the form of Pandas DataFrames. Users can perform simple queries like finding rows where a column value is greater than a number, or more complex queries like finding the sum of the GDPs of the 2 unhappiest countries. PandasAI makes Pandas conversational and easier to use, and can be installed using pip. The library is available on PyPI and it is licensed under the MIT License.