data = pd.read_excel('E:\workup.xlsx')#打开表格
FF = data.loc[(data['OBJECTID'] == 0)]#搜索OBJECTID中等于0的值
print(FF)
FF.to_excel('o.xlsx')



 
                    
            
                

相关文章:

  • 2021-12-10
  • 2021-11-22
  • 2022-12-23
  • 2021-12-16
  • 2021-11-05
  • 2021-08-26
  • 2021-12-05
猜你喜欢
  • 2022-01-02
  • 2022-01-27
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
相关资源
相似解决方案