Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rcap107 committed Dec 7, 2024
1 parent fafd78d commit 57f6a36
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ 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 more.
(``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


>>> from skrub.datasets import fetch_employee_salaries
>>> dataset = fetch_employee_salaries()
Expand Down

1 comment on commit 57f6a36

@rcap107
Copy link
Contributor Author

@rcap107 rcap107 commented on 57f6a36 Dec 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added it just to have the gif somewhere, it can be moved if needed

Please sign in to comment.