Boa noite!
Ao executar o código notas.groupby("filmeId") estou tentado um código de erro associado a filmeId, não estou conseguindo identificar o meu erro.
KeyError Traceback (most recent call last) in () ----> 1 notas.groupby("filmeId")
2 frames /usr/local/lib/python3.7/dist-packages/pandas/core/groupby/grouper.py in get_grouper(obj, key, axis, level, sort, observed, mutated, validate, dropna) 784 in_axis, name, level, gpr = False, None, gpr, None 785 else: --> 786 raise KeyError(gpr) 787 elif isinstance(gpr, Grouper) and gpr.key is not None: 788 # Add key to exclusions
KeyError: 'filmeId'
Já fechei o colab e iniciei novamente e o erro persiste. Agradeço se puderem me ajudar.