Concept Flow - info() for column types
Load DataFrame
Call df.info()
Scan each column
Count non-null values
Identify data type
Print summary table
Show memory usage
The info() method scans each column in the DataFrame, counts non-null values, identifies data types, and prints a summary including memory usage.