Hi all, I am trying to experiment with the library
I want to know the results number of a query:
try:
works = works.query('urban water management governance').count()
except Exception as e:
print(f"Error occurred: {str(e)}")
I am getting this error:
Error occurred: list indices must be integers or slices, not str