相关疑难解决方法(0)

如何为 DataFrame 中的每一列绘制箱线图?

我有一个数据帧df多个列的,我想创建一个boxplot 为每个列使用matplotlib

df.info() 下面我的 DataFrame 的输出以供参考

<class 'pandas.core.frame.DataFrame'>
RangeIndex: 9568 entries, 0 to 9567
Data columns (total 5 columns):
Ambient Tempreature    9568 non-null float64
Exhaust Vacuum         9568 non-null float64
Ambient Pressure       9568 non-null float64
Relative Humidity      9568 non-null float64
PE                     9568 non-null float64
dtypes: float64(5)
memory usage: 373.8 KB
Run Code Online (Sandbox Code Playgroud)

python matplotlib pandas

8
推荐指数
1
解决办法
2万
查看次数

标签 统计

matplotlib ×1

pandas ×1

python ×1