df['sign'] = np.where(dA['purple'] >=dd['ve'], 'positive', 'negative')
I got this error: ValueError: Can only compare identically-labeled Series objects
df['sign'] = np.where(dA['purple'] >=dd['ve'], 'positive', 'negative')
I got this error: ValueError: Can only compare identically-labeled Series objects