df2a_tp2 = df2a[df2a['combineIdentifyCode'].map(lambda x: len(str(x).strip())>0)].copy() #識別出合單的訂單
[pd.isnull(i[0]['trp_vehicleNumber']) for i in dfMatch_5_c[0:20]]
df2a_tp2 = df2a[df2a['combineIdentifyCode'].map(lambda x: len(str(x).strip())>0)].copy() #識別出合單的訂單
[pd.isnull(i[0]['trp_vehicleNumber']) for i in dfMatch_5_c[0:20]]
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。