- Learning pandas(Second Edition)
- Michael Heydt
- 129字
- 2021-07-02 20:37:01
Variables
When modeling data in pandas, we will be modeling one or more variables and looking to find statistical meaning amongst the values or across multiple variables. This definition of a variable is not in the sense of a variable in a programming language but one of statistical variables.
A variable is any characteristic, number, or quantity that can be measured or counted. A variable is so named because the value may vary between data units in a population and may change in value over time. Stock value, age, sex, business income and expenses, country of birth, capital expenditure, class grades, eye color, and vehicle type are examples of variables.
There are several broad types of statistical variables that we will come across when using pandas:
- Categorical
- Continuous
- Discrete
推薦閱讀
- 計算機網絡
- Mastering SVG
- Developing Middleware in Java EE 8
- Python網絡爬蟲從入門到實踐(第2版)
- ASP.NET動態網頁設計教程(第三版)
- DevOps Automation Cookbook
- Python應用輕松入門
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- HTML5入門經典
- Visual FoxPro程序設計
- Clojure Reactive Programming
- C語言程序設計實驗指導 (第2版)
- Mastering React
- Python從入門到精通