Back to skills
extension
Category: Data & AnalyticsNo API key required

使用 PandasAI 进行对话式 CSV 和电子表格分析

使用 PandasAI 加载表格数据,并以自然语言分析问题的形式进行询问,同时保持生成的转换操作可检查。

personAuthor: user_3c6cb52ehubcommunity

使用 PandasAI 进行对话式 CSV 和电子表格分析

Load tabular data with PandasAI and ask natural-language analysis questions while keeping generated transformations inspectable.

Prerequisites

Python 3.8-3.11; pandasai; pandasai-litellm or another supported LLM connector

Installation

Use the upstream install or setup path that matches your environment:

  • pip install pandasai
  • pip install pandasai-litellm

Requirements and caveats from upstream:

  • PandasAI is a Python library that makes it easy to ask questions to your data in natural language. It helps non-technical users to interact with their data in a more natural way, and it helps technical users to save t...
  • Python Requirements

  • Python version 3.8+ <=3.11

Basic usage or getting-started notes:

  • 🔧 Getting started

  • 💻 Usage

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/sinaptik-ai/pandas-ai/HEAD/README.md

Documentation

  • https://docs.pandas-ai.com/