perda.core_data_structures.resampling_helpers# class perda.core_data_structures.resampling_helpers.ResampleMethod(*values)[source]# Bases: str, Enum Interpolation strategy used when aligning a series to a target timestamp grid. CUBIC = 'cubic'# LINEAR = 'linear'# NEAREST = 'nearest'# ZOH = 'zoh'#