Ao inserir a funcao: df_html = pd.read_html('dados/dados_html_1.html'), me foi retornado um erro: `
TypeError Traceback (most recent call last) in () ----> 1 df_html = pd.read_html('dados/dados_html_1.html') 2 df_html
TypeError: 'str' object is not callable `
O que eu fiz de errado ?