Introduction
The info() function helps you quickly see the types of data in each column of a table. This is useful to understand what kind of data you have.
When you want to check if columns have numbers or words.
Before cleaning data, to find columns with missing values.
To understand the size and memory use of your data table.
When you want to confirm the data types after loading a file.