4.3 选学:Pandas
DataFrame
import pandas
data_frame = pandas.read_excel("data.xsls")绘制曲线图
data_frame.plot()绘制直方图
data_frame.hist("chart title")Last updated
Was this helpful?
import pandas
data_frame = pandas.read_excel("data.xsls")data_frame.plot()data_frame.hist("chart title")Last updated
Was this helpful?
Was this helpful?