使用pandas查看字符串的前几个

x=train_data[train_data[‘certId’].astype(‘str’).str.startswith(‘710’)]

你可能感兴趣的:(python,pandas,字符串,前)