From b3a00e0b9c1b19fec91a81dafd4135b0a134efcb Mon Sep 17 00:00:00 2001 From: Shreya Mahajan Date: Fri, 17 Apr 2026 15:08:35 +0530 Subject: [PATCH] Add ydata-profiling to data analysis tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc66fe79..e7ea2cc0 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ _Libraries for data analysis._ - [pandas](https://github.com/pandas-dev/pandas) - A library providing high-performance, easy-to-use data structures and data analysis tools. - [pathway](https://github.com/pathwaycom/pathway) - Real-time data processing framework for Python with reactive dataflows. - [polars](https://github.com/pola-rs/polars) - A fast DataFrame library implemented in Rust with a Python API. + - [ydata-profiling](https://github.com/ydataai/ydata-profiling) - Generate detailed data profiling reports for pandas DataFrames. - Financial Data - [akshare](https://github.com/akfamily/akshare) - A financial data interface library, built for human beings! - [edgartools](https://github.com/dgunning/edgartools) - Library for downloading structured data from SEC EDGAR filings and XBRL financial statements.