pandas: fast custom aggregation

后端 未结 0 666
一向
一向 2021-01-22 19:15

I have a time-idexed data that must be resampled:

interval = pd.Timedelta(1/8, "s")
resampled_df = df[["T", "N"]].resample(interval)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题