标签: resample
thumbnail

resample方法的使用

resample方法是pandas中的一个函数,用于对时间序列数据进行重采样。它可以根据指定的频率将时间序列数据转换成不同的时间频率。 使用resample方法的一般语法……