Concept Flow - astype() for type conversion
Start with DataFrame
Call astype() with target type
pandas converts each column to new type
Return new DataFrame with converted types
Use or display converted DataFrame
The astype() method converts DataFrame columns to a specified data type and returns a new DataFrame with those types.