Closed GeorgWa closed 1 year ago
df = pd.DataFrame({ 'a' : [1,2,3], 'c' : [7,8,9] }) df = df[['a', 'a', 'c']] df['a'].dtype AttributeError: 'DataFrame' object has no attribute 'dtype'
Shall we address this in alphabase? I think this is general issue in pandas?