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.