Concept Flow - String type (object, string)
Create DataFrame with strings
Check column dtype
Strings stored as object or string
Use string methods
Get transformed string output
This flow shows how pandas stores string data as object or string dtype and how string methods transform the data.