from pandas import Series,DataFrameimport pandas as pd1.使用包含列表的字典创建DataFramedata = {'水果':['苹果','梨','草莓'], '数量':[3,2,5], ...
確定! 回上一頁