79512838

Date: 2025-03-16 16:16:59
Score: 1
Natty:
Report link
columns = [col for col in df.columns if col.startswith(('A_', 'B_'))]
df.loc[:, columns]
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Ignatius Reilly