Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Oct 23, 2023
1 parent 8d4bc02 commit 52eb89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/04_fuzzy_joining.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
# .............................

y = df["Happiness score"]
df = df.drop("Happines score")
df = df.drop("Happiness score", axis=1)

from skrub import Joiner, SelectCols, DropCols
from sklearn.pipeline import Pipeline
Expand Down

0 comments on commit 52eb89e

Please sign in to comment.