2019年11月22日

摘要: 删除列值相同的两行 data = {'DataBase':['mysql','student','test','test','test'],'table':['user','student','course','sc','book']} df = pd.DataFrame(data) df.drop 阅读全文
posted @ 2019-11-22 14:53 happygril3 阅读(134) 评论(0) 推荐(0)

导航