Skip to Content
利用 Python 进行数据分析:原书第 3 版
book

利用 Python 进行数据分析:原书第 3 版

by Wes McKinney
November 2023
Intermediate to advanced
512 pages
11h 53m
Chinese
China Machine Press
Content preview from 利用 Python 进行数据分析:原书第 3 版
时间序列
|
365
当你对这个数据使用聚合函数时,每组只有一个值,这样就会在间隙导入缺失值。我们
使用 asfreq 方法将其转换为高频率数据,不需要做聚合操作:
假设你想用前面的每周数值来填充非星期三的日期。fillna reindex 方法中可用的填
充和插值方法也可以用于重采样:
同样,这里也可以只填充指定的周期数,以限制观测值的持续范围:
注意,新的日期索引不必与旧的索引重叠:
366
|
11
11.6.3
使用周期进行重采样
对使用周期作为索引的数据进行重采样,与时间戳的情况类似:
升采样要稍微麻烦一些,在重采样之前,你必须决定在新频率时间段的哪一端放置数
值。参数 convention 默认为 "start",也可设置为 "end"
# Q-DEC:每季度,年末为 12
由于周期指的是时间段,因此升采样和降采样的规则比较严格:
时间序列
|
367
·
在降采样中,目标频率必须是频率源的子周期。
·
在升采样中,目标频率必须是频率源的父周期。
如果不满足这些条件,就会引发异常。这主要会影响季度 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Effective Python 第3版 ―Pythonプログラムを改良する125項目

Effective Python 第3版 ―Pythonプログラムを改良する125項目

Brett Slatkin, 鈴木 駿

Publisher Resources

ISBN: 9787111726722