Barplot de Seaborn Retirez les barres d'erreur
sns.barplot(data=df, x='X', y='Y', ci=None)
Tired Turtler
sns.barplot(data=df, x='X', y='Y', ci=None)