Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
_can_fast_intersect is wrong for the non-anchored case, returning self.freq.n == 1 which is not sufficient in this case. It may be that we just need to return False for non-anchored.
_can_fast_intersect is wrong for the non-anchored case, returning
self.freq.n == 1
which is not sufficient in this case. It may be that we just need to return False for non-anchored.Expected Behavior
The intersection should be empty