返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Pandas 配置文件报告生成器

使用ydata-profiling(前身为pandas-profiling)生成全面的数据质量报告,包含相关性分析、缺失值模式和基数检测。导出交互式HTML仪表板和JSON摘要。

person作者: user_3c6cb52ehubcommunity

Pandas 配置文件报告生成器

Generates comprehensive data quality reports using ydata-profiling (formerly pandas-profiling) with correlation analysis, missing value patterns, and cardinality detection. Exports interactive HTML dashboards and JSON summaries.

Installation

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

  • conda install -c conda-forge pandas
  • pip install pandas
  • pip install cython
  • pip install .

Requirements and caveats from upstream:

  • pandas: A Powerful Python Data Analysis Toolkit

  • pandas is a Python package that provides fast, flexible, and expressive data
  • doing practical, real-world data analysis in Python. Additionally, it has

Basic usage or getting-started notes:

  • To install pandas from source you need Cython in addition to the normal

  • dependencies above. Cython can be installed from PyPI:

  • sh

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

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