data-centric-ai-community/fg-data-profiling

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 4th, 2026
Created on January 9th, 2016
Open Issues & Pull Requests: 327 (+0)
GitHub issues: Enabled
Number of forks: 1,796
Total Stargazers: 13,688 (+0)
Total Subscribers: 150 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 72
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 772 days
Stale 30+ days: 69
Stale 90+ days: 64

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • needs-triage (47)
  • feature request 💬 (17)
  • bug 🐛 (13)
  • information requested ❔ (7)
  • spark :zap: (7)
  • code quality 📈 (6)
  • question/discussion ❓ (5)
  • dependencies 🔗 (4)

Detailed Description

fg-data-profiling is a data profiling and exploratory data analysis tool that generates comprehensive reports from Pandas and Spark DataFrames with a single line of code.

The tool addresses the need for quick, digestible dataset analysis beyond what pandas' built-in describe() function provides. It works by accepting a DataFrame and producing detailed statistical summaries that include analysis of time-series and text data. The reports can be exported in multiple formats including HTML and JSON, making the results shareable and embeddable in documentation or dashboards.

Developers should adopt this tool when they need rapid exploratory data analysis without writing custom analysis code. It suits data science workflows, Jupyter notebook environments, and machine learning projects where understanding data characteristics is a prerequisite. The tool is designed for those already working with Pandas or Spark DataFrames who want an extended analysis experience comparable to the simplicity of calling df.describe(). For teams seeking a more integrated solution with database connectivity and guided profiling across multiple data sources, the README points toward YData Fabric as a complementary platform that builds on this profiling capability.

The project is actively maintained with a focus on core functionality. Development includes regular updates to the changelog and documentation. The tool supports integration with Jupyter notebooks and provides multiple export formats to accommodate different analysis workflows. The package underwent a recent rename from its previous identity, with migration guidance provided for existing users.