从嵌套列表中删除空数据框 由 十梦九你发布于 2020-05-18 07:25:59 我有一个嵌套的panda DataFrames列表,有些不是大多数,我想知道是否有一种方法可以从列表中删除空的DataFrames。
First of all give a concrete example of your problem. But I think
df.empty
can do the job.