45  Data Information

Author

Paschalis Agapitos

At this phase we could address questions such as how can we extract information about the data that we have?

A sample of these kind of questions is presented below:

data.info()
data.column.unique()
data[data.isnull().any(axis=1)]
data.dtypes