From 8a542bbe3674527feed8d4b0194dbedfe62ace20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Dock=C3=A8s?= Date: Thu, 12 Dec 2024 10:11:40 +0100 Subject: [PATCH] revert gif in the readme (#1200) --- README.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 255742343..e86152c67 100644 --- a/README.rst +++ b/README.rst @@ -32,13 +32,7 @@ The goal of skrub is to bridge the gap between tabular data sources and machine- skrub provides high-level tools for joining dataframes (``Joiner``, ``AggJoiner``, ...), encoding columns (``MinHashEncoder``, ``ToCategorical``, ...), building a pipeline -(``TableVectorizer``, ``tabular_learner``, ...), and explore interactively your data (``TableReport``). - -.. figure:: - https://github.com/rcap107/skrub-datasets/blob/master/data/output.gif?raw=true - :alt: An animation showing how TableReport works - - An animation showing how TableReport works +(``TableVectorizer``, ``tabular_learner``, ...), and exploring interactively your data (``TableReport``). >>> from skrub.datasets import fetch_employee_salaries