Screen Link:
My Code:
data['demographics'] = data['demographics'][data['demographics']['schoolyear'] == 20112012]
print(data['demographics'].head())
My doubt is why we need to add again data[‘demographics’] two times?
Because we are doing a filter in the Demographics CSV but why the two times add data[‘demographics’]