标签: python pandas numpy
,所以我有一个数据框,我尝试过:
filteredBillCancelledDate_df = df[df['sdBillCancelledDate'].notnull()]
但是,当我检查数据框时,我仍然在其中看到NULL行,因此过滤不起作用