关于 dataframe 的问题

我用 dataframe 遍历来表格过滤出多个想要的 dataframe 数据,但是我每次写入表格中的数据都是我遍历过滤出来的最后一条数据,我要怎么把这些遍历出来的 dataframe 数据合并成一个总体的一个 dataframe 合集并且一并写入表格中?