Getting an error when trying to drop columns dtReasonTime >= NextReasomtime in dataframe

前端 未结 0 1571
我在风中等你
我在风中等你 2020-12-09 17:13

I want to drop columns in the data frame which dtReasonTime >= NextReasontime> How I fix this error?

    df.drop(df[df[\'dtReasonTime\']>=df[\'NextR         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题