为了能够重新采样 Pandas Dataframe 中的时间索引,必须使用以下行将索引更改为日期时间:pd.index = pd.to_datetime(pd.index, utc=True)但是,这……
为了能够重新采样 Pandas Dataframe 中的时间索引,必须使用以下行将索引更改为日期时间:
pd.index = pd.to_datetime(pd.index, utc=True)
但是,在我的情况下,这并不正确,因为时间不是 UTC。我希望它保持这种状态。有没有办法重新采样非 UTC 数据?我想将时间从 1 分钟重新采样为 10 分钟。
这是我的 pd 的样子:
有没有办法在 Pandas Dataframe 中重新采样非 UTC 数据?
下载声明:
本站所有软件和资料均为软件作者提供或网友推荐发布而来,仅供学习和研究使用,不得用于任何商业用途。如本站不慎侵犯你的版权请联系我,我将及时处理,并撤下相关内容!