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 版
332
|
11
pandas
提供了许多内置的时间序列处理工具和算法。因此,你可以高效地处理大型时
间序列,轻松地进行切片
/
切块、聚合,以及对不定期或固定频率的时间序列进行重采
样等。其中一些工具特别适合金融和经济领域,当然你也可以用它们来分析服务器日志
数据。
本章其余部分,我们都以如下方式导入
NumPy
pandas
11.1
日期和时间数据的类型及工具
Python
标准库包含用于日期和时间数据的数据类型,并且还包含日历相关的功能。我
们主要会用到datetimetime 以及calendar 块。datetime.datetime(简写为
datetime)是使用广泛的数据类型:
datetime 以毫秒形式存储日期和时间。datetime.timedelta 表示两个 datetime 对象之
间的时间差:
可以给 datetime 对象加上(或减去)一个或多个 timedelta,这样会生成一个新的偏移
对象:
时间序列
|
333
11-1
总结了 datetime 模块中的数据类型。虽然本章主要讲的是
pandas
数据类型和
高级时间序列处理,但你肯定会在其他的
Python
使用场景碰到基于 datetime 的数据
类型。
11-1
datetime
模块中的数据类型
类型 说明
date
以公历形式存储日历日期 ...
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