Menampilkan data unik termasuk data nol

print(df["data"].value_counts(dropna=False))
rudythealchemist