why does the following
import pandas as pd df = pd.DataFrame([1,2,2+1j,4,5+1j]) c = df[0].value_counts()
result in
(2+0j) 2