Skip to content
Commit 0a1db3a6 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa.datautils: Fix _pandas_find_unique_bool_vector()

FIX

Fix _pandas_find_unique_bool_vector() handling of the first/last row. It was
previously discarded (based on "keep" value) since it could not be
compared with the previous/next row. This commit fixes that by
preserving any row that could not be compared to another row.
parent 6a63e309
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment