I have a pattern:
patternDel = "( \((MoM|QoQ)\))";
And I want to delete all rows in pandas dataframe where column df['Event Name']
matches this pattern. Which is the best way to do it? There are more than 100k rows in dataframe.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…