- 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.
- Facebook Application Development with Graph API Cookbook
- 騰訊iOS測試實踐
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- 看透JavaScript:原理、方法與實踐
- Mastering Apache Spark 2.x(Second Edition)
- SQL基礎教程(第2版)
- Express Web Application Development
- Haskell Data Analysis Cookbook
- Kivy Cookbook
- 區塊鏈項目開發指南
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- 零基礎輕松學C++:青少年趣味編程(全彩版)
- Hands-On ROS for Robotics Programming
- OpenStack Sahara Essentials