I have two Series, where I want to replace the values in s1 by the categorical index from s2 (which is always sorted from small to big). The first index should be returned where the value from s1 is bigger than the value from s2:I have two Series, where I want to replace the