python实现在pandas.DataFrame添加一行 实例如下所示:frompandasimport*fromrandomimport*df=DataFrame(columns=('lib','qty1','qty2'))#生成空的pandas表 pandas.DataFrame添加行