- This topic has 2 replies, 2 voices, and was last updated 1 year, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Fórum Ciência de Dados para Empresas e Negócios › Visualização demorada e quando finaliza sai um borrão
plt.figure(figsize=[20,20])
plt.subplots(411)
sns.countplot(x = ‘JobRole’,hue=’Attrition’,data = employee_df)
plt.subplots(412)
sns.countplot(x = ‘MaritalStatus’,hue=’Attrition’,data = employee_df)
plt.subplots(413)
sns.countplot(x = ‘JobInvolvement’,hue=’Attrition’,data = employee_df)
plt.subplots(414)
sns.countplot(x = ‘JobLevel’,hue=’Attrition’,data = employee_df)
plt.show()
Estou rodando no jupyter. Foi a única parte que tá dando problema. Vcs teriam alguma alternativa? Obrigado!!
Boa noite!!! Estou aguardando ajuda para finalizar essa parte do código!!!
Olá André, envia um print do gráfico por favor.