Python Resampling: are there methods that associate higher freq with lower freq?
"associate higher frequency periods with the lower frequency periods in which they end. When data are distributed, values are assigned only to the h开发者_如何学运维igher frequency periods that end in the lower frequency period. When data are being aggregated, only the higher frequency periods that end in a lower frequency period are combined to obtain values."
Hi, I am a beginner in resampling. The above is the DISCRETE resampling method used in FAME. I would like to know the equivalent in Python.
Thank you in advance!
精彩评论