tipo_de_imovel.index = range(tipo_de_imovel.shape[0])
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-37-55ca37fc460e> in <module>
----> 1 tipo_de_imovel.index = range(tipo_de_imovel.shape[0])
AttributeError: 'range' object has no attribute 'shape'
Ao tentar alterar o índice do tipo de imóvel, mesmo seguindo os passos da explicação do instrutor, ao executar, o código dá erro.