Python 3.x seaborn的箱线图:类型错误:无法使用灵活类型执行reduce

Python 3.x seaborn的箱线图:类型错误:无法使用灵活类型执行reduce,python-3.x,seaborn,boxplot,Python 3.x,Seaborn,Boxplot,我正试图通过seaborn绘制箱线图,我面临以下错误: TypeError: cannot perform reduce with flexible type TypeError:无法使用灵活类型执行reduce sns.boxplot(x='hour', y='flow', data=Saturday_df) 数据集是: 星期六方向图(2) 我面临以下错误: TypeError: cannot perform reduce with flexible type

我正试图通过seaborn绘制箱线图,我面临以下错误:

TypeError: cannot perform reduce with flexible type
TypeError:无法使用灵活类型执行reduce

sns.boxplot(x='hour', y='flow', data=Saturday_df)
数据集是: 星期六方向图(2)

我面临以下错误:

TypeError: cannot perform reduce with flexible type