Every time I start a new data project, I write the same boilerplate:

python

df.isnull().sum()

df.duplicated().sum()

df.dtypes