0
When I import the first column it appear but when I index the second column it doesn't appear!, why?
Import pandas as pd data = pd.read_csv("location") Print(data['Year')) #it works Print(data['Flood']) #it doesn't work!!
1 Answer
+ 1
Maybe you could link the file because i didn't understand why wouldn't it work unless it doesn't exists