`df=df['']`pandasDataFrameSeries
`df=pd.DataFrame(df[''])`DataFrame
a=[[0.21],[0.185]]
df=pd.DataFrame(a,index=['',''],columns=[''])
`x`,`y`,`data`
`color`
sns.barplot(x=df.index, y="", data=df, color='steelblue')
* * *
seabornmatplotlib
Pandas.DataFrame.plotmatplotlib.plot,(yerr)
python