Preview:
#find no of empty vlas in cols
col_names = list(df)
for col in col_names:
  print("col name: {}, null {}".format(col, df[col].isnull().sum()))
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter