Skip to content

Commit

Permalink
revert gif in the readme (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes authored Dec 12, 2024
1 parent 6cef709 commit 8a542bb
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a542bb

Please sign in to comment.