Concept Flow - Numeric types (int64, float64)
Create DataFrame with numbers
Check data types of columns
int64 for whole numbers
float64 for decimal numbers
Use types for calculations and memory
End
Start with a DataFrame, check column types, identify int64 for integers and float64 for decimals, then use these types for calculations.