Seeborn Barplot entfernen Fehlerbalken
sns.barplot(data=df, x='X', y='Y', ci=None)
Tired Turtler
sns.barplot(data=df, x='X', y='Y', ci=None)