- Learning pandas(Second Edition)
- Michael Heydt
- 220字
- 2021-07-02 20:37:01
Time series data
Time series data is a first-class entity within pandas. Time adds an important, extra dimension to samples of variables within pandas. Often variables are independent of the time they were sampled at; that is, the time at which they are sampled is not important. But in many cases they are. A time series forms a sample of a discrete variable at specific time intervals, where the observations have a natural temporal ordering.
A stochastic model for a time series will generally reflect the fact that observations close together in time will be more closely related than observations that are further apart. Time series models will often make use of the natural one-way ordering of time so that values for a given period will be expressed as deriving in some way from past values rather than from future values.
A common scenario with pandas is financial data where a variable represents the value of a stock as it changes at regular intervals throughout the day. We often want to determine changes in the rate of change of the price at specific intervals. We may also want to correlate the price of multiple stocks across specific intervals of time.
This is such an important and robust capability in pandas that we will spend an entire chapter examining the concept.
- jQuery Mobile Web Development Essentials(Third Edition)
- What's New in TensorFlow 2.0
- Production Ready OpenStack:Recipes for Successful Environments
- App Inventor創意趣味編程進階
- Java Web從入門到精通(第2版)
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- 程序員的成長課
- Implementing Microsoft Dynamics NAV(Third Edition)
- Oracle Database XE 11gR2 Jump Start Guide
- 程序員必會的40種算法
- Arduino Electronics Blueprints
- Python數據可視化之matplotlib實踐
- Mastering XenApp?
- Java核心技術速學版(第3版)