0
respostas

(Extra) Importando ouras fontes

No video 02.07 (Extra) Importando outras fontes ao escrever:

df_html = pd.read_html('https://www.federalreserve.gov/releases/h3/current/default.htm') len(df_html)

Retorna o seguinte erro:

HTTPError Traceback (most recent call last) Input In [19], in <cell line: 1>() ----> 1 df_html = pd.read_html('https://www.federalreserve.gov/releases/h3/current/default.htm') 2 len(df_html)

File ~\Anaconda3\lib\site-packages\pandas\util_decorators.py:311, in deprecate_nonkeyword_arguments..decorate..wrapper(args, **kwargs) 305 if len(args) > num_allow_args: 306 warnings.warn( 307 msg.format(arguments=arguments), 308 FutureWarning, 309 stacklevel=stacklevel, 310 ) --> 311 return func(args, **kwargs)

Continua....

Acessei o site e a tabela permanece inalterada, porem não sei o que estou escrevendo errado.