Seaborn:
sns.boxplot(x = "filmeId", y = "nota", data = notas.query("filmeId in [1,2,3,4,5]"))
Matplotlib:
plt.boxplot([notas_do_toy_story.nota, notas_do_jumanji.nota])
Seaborn:
sns.boxplot(x = "filmeId", y = "nota", data = notas.query("filmeId in [1,2,3,4,5]"))
Matplotlib:
plt.boxplot([notas_do_toy_story.nota, notas_do_jumanji.nota])
Oi, Amanda! Tudo bem?
É isso mesmo, parabéns! Continue firme em seus estudos e quaisquer dúvidas você pode trazer ao fórum, que estaremos dispostos a responder o quanto antes.
Bons estudos!