我有一个nba团队的数据框,我想删除前面所有不需要的第一个字母或特殊字符。
Teams | W | L | Pct
*-Houston Rockets | 65 | 17 | 0.793
y -Golden State | 58 | 24 | 0.707
x -Boston Celtics | 55 | 27 | 0.671
x -Philadelphias | 52 | 30 | 0.634
e -Denver Nuggets | 46 | 36 | 0.561
Teams | W | L | Pct
Houston Rockets | 65 | 17 | 0.793
Golden State | 58 | 24 | 0.707
Boston Celtics | 55 | 27 | 0.671
Philadelphias | 52 | 30 | 0.634
Denver Nuggets | 46 | 36 | 0.561
答案 0 :(得分:0)
您可以使用pd.Series.str.rsplit
:
__constant float filter[] = {
-0.000000f, -0.055556f, -0.055556f,
-0.055556f, -0.111111f, -0.222222f,
-0.222222f, -0.277778f, -0.444444f,
};