因此,我尝试为数据集中的每个特定变量创建直方图,然后将其保存为 PNG 文件。
我的代码如下:
import pandas as pd
import matplotlib.pyplot as plt
x=combined_databook.groupby('x_1').hist()
x.figure.savefig("x.png")
我不断收到“AttributeError:'Series'对象没有属性'figure'”
慕神8447489
慕田峪4524236
相关分类