Skip to content

Commit

Permalink
Merge branch 'main' into conftest-client-n-workers
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy authored Jun 7, 2023
2 parents 7ea3c79 + f1165d8 commit dc4714a
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 @@ -1693,7 +1693,7 @@ def _encode(
expr = df[selection_l.names[0]].isna()
for _name in selection_l.names[1:]:
expr = expr & df[_name].isna()
nulls = df[expr].index
nulls = df[expr].index.values

if use_collection or not search_sorted:
if list_col:
Expand Down

0 comments on commit dc4714a

Please sign in to comment.