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 版
360
|
11
通过将这些数组以及一个频率传入 PeriodIndex,就可以将它们合并成
DataFrame
索引:
11.6
重采样及频率转换
重采样指的是将时间序列从一个频率转换到另一个频率的处理过程。将高频率数据连接
到低频率称为降采样,而将低频率数据转换到高频率则称为升采样。并不是所有的重采
样都能被划分到这两大类中。例如,将 W-WED(每周三)转换为 W-FRI 既不是降采样也
不是升采样。
pandas
对象都带有一个 resample 方法,它是各种频率转换工作的主力函数。resample
有一个类似于 groupby
API
,调用 resample 可以对数据进行分组,然后调用聚合
时间序列
|
361
函数:
resample 是一个灵活高效的方法,可用于处理大型时间序列。下面将通过一系列的示例
说明其用法。表
11-5
总结了它的一些参数。
11-5
resample
方法的参数
参数 说明
rule
用于指明重采样频率的字符串
DateOffset
timedelta 对象
例如
M
5min
Second(15)
axis
重采样的轴
默认为
axis=0
fill_method
升采样时如何插值
比如
"ffill"
"bfill"
默认不插值
closed
在降采样中各时间段的哪一端是闭合 ...
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