Bom dia, Estou com um erro pertinente, segue mensagem abaixo quando coloco:
imovel_residencial = dados[selecao]
C:\Users\alber\Anaconda3\lib\site-packages\ipykernel_launcher.py:1: UserWarning: Boolean Series key will be reindexed to match DataFrame index. """Entry point for launching an IPython kernel.
ndexingError Traceback (most recent call last) in ----> 1 imovel_residencial = dados[selecao]
~\Anaconda3\lib\site-packages\pandas\core\frame.py in getitem(self, key) 2916 # Do we have a (boolean) 1d indexer? 2917 if com.is_bool_indexer(key): -> 2918 return self.getitembool_array(key) 2919 2920 # We are left with two options: a single key, and a collection of keys,
O que devo fazer, reiniciar o programa?