Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-alaiacano committed Jun 21, 2023
1 parent 11f74de commit 84ae407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvtabular/ops/categorify.py
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ def _encode(
left_on=selection_l.names,
right_on=selection_r.names,
how="left",
).dropna(subset=[tmp_label_column)
).dropna(subset=[tmp_label_column])
for part in value.partitions
],
ignore_index=True,
Expand Down

0 comments on commit 84ae407

Please sign in to comment.