- Learning pandas(Second Edition)
- Michael Heydt
- 65字
- 2025-02-22 14:06:22
Continuous
A continuous variable is a variable that can take on infinitely many (an uncountable number of) values. Observations can take any value between a certain set of real numbers. Examples of continuous variables include height, time, and temperature. Continuous variables in pandas are represented by either float or integer types (native to Python), typically in collections that represent multiple samplings of the specific variable.