- 博客(1)
- 收藏
- 关注
转载 Series.str.startswith
s = pd.Series(['bat', 'Bear', 'cat', np.nan]) s 0 bat 1 Bear 2 cat 3 NaN dtype: object s.str.startswith('b') 0 True 1 False 2 False 3 NaN dtype: object s.str.startswith...
2020-03-25 22:48:56
269
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅