How do you check the data type of each column in a DataFrame?
Instruction: Describe how to inspect the data types of the columns in a DataFrame using Pandas.
Context: This question evaluates the candidate's ability to inspect and understand the structure of a DataFrame, which is crucial for data preprocessing.