I've looked around StackOverflow and I noticed that a lot of the question are focused about finding peaks (not so many on finding the troughs). As of right now In order to find peaks, I'm using:
scipy.signal.find_peaks()
Which output the peaks and their index. That being said I'm wondering if there is anything similar to this function to find the troughs.
Thank you very much for your help