Skip to content

Commit d6a6b4e

Browse files
rcap107glemaitre
andauthored
Apply suggestions from code review
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
1 parent 1ed618e commit d6a6b4e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

examples/00_getting_started.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
.. |TextEncoder| replace:: :class:`~skrub.TextEncoder`
2424
"""
2525

26-
# %%
2726

2827
# %%
2928
# Preliminary exploration with the |TableReport|
@@ -45,7 +44,7 @@
4544
# %%
4645
# You can use the interactive display above to explore the dataset visually.
4746
#
48-
# It is also possible to tell skrub to replace the default pandas & polars
47+
# It is also possible to tell skrub to replace the default pandas and polars
4948
# displays with |TableReport| by modifying the global config with
5049
# |set_config|.
5150
#
@@ -193,8 +192,8 @@
193192
# ``max_dist`` parameter.
194193
#
195194
# Skrub also allows you to aggregate multiple tables according to various strategies.
196-
# You
197-
# can see other ways to join multiple tables in :ref:`user_guide_joining_dataframes`.
195+
# You can see other ways to join multiple tables in
196+
# :ref:`user_guide_joining_dataframes`.
198197

199198
# %%
200199
# Advanced use cases

0 commit comments

Comments
 (0)