79164503

Date: 2024-11-06 22:53:08
Score: 1.5
Natty:
Report link
last_month = df['month'].max()
excl = df[df['month']==last_month]['ID'].values
df[df.apply(lambda r: not r['ID'] in excl,axis=1)]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ThxAlot