I'm currently trying to find elements in a Pandas column however, I can't access the specific column as it has a space in it.
df2 = df[df.City == 'Los Angeles']
shape = df2[df2['Shape Reported' == 'DISK'] ]
shape
I'm currently trying to find elements in a Pandas column however, I can't access the specific column as it has a space in it.
df2 = df[df.City == 'Los Angeles']
shape = df2[df2['Shape Reported' == 'DISK'] ]
shape