From 3840871aa53afd3c25ba05fb5b28e11ea29f4025 Mon Sep 17 00:00:00 2001 From: Gael Varoquaux Date: Sat, 2 Aug 2025 22:18:54 +0700 Subject: [PATCH 1/2] Add skrub Add the skrub library to the preprocessing section. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 53f0620..1df23d2 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,10 @@ A curated list of awesome DataOps tools. * [Apache Storm](https://github.com/apache/storm) - An open source distributed realtime computation system. * [Apache Tez](https://github.com/apache/tez) - A generic data-processing pipeline engine envisioned as a low-level engine. * [Faust](https://github.com/robinhood/faust) - A stream processing library, porting the ideas from Kafka Streams to Python. +* [skrub](http://skrub-data.org) - A python library to preprocess data for and with machine learning. Integrates DataOps patterns and connects well with objects with the scikit-learn interface. -## Data Quality + +# Data Quality *Tools for ensuring data quality.* From 306d3364641c321ad6f0d455666a133e1e23b6c2 Mon Sep 17 00:00:00 2001 From: Gael Varoquaux Date: Sat, 2 Aug 2025 22:20:31 +0700 Subject: [PATCH 2/2] Fix formatting error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df23d2..5be9ba3 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ A curated list of awesome DataOps tools. * [skrub](http://skrub-data.org) - A python library to preprocess data for and with machine learning. Integrates DataOps patterns and connects well with objects with the scikit-learn interface. -# Data Quality +## Data Quality *Tools for ensuring data quality.*