Analise o código a seguir:
import pandas as pd
teste_estatistico = pd.Series([10, 30], index=['x', 'y'])
print(teste_estatistico.describe())
Com base nesse código, assinale a alternativa INCORRETA.
Analise o código a seguir:
import pandas as pd
teste_estatistico = pd.Series([10, 30], index=['x', 'y'])
print(teste_estatistico.describe())
Com base nesse código, assinale a alternativa INCORRETA.