79514338

Date: 2025-03-17 10:51:15
Score: 1
Natty:
Report link

Maybe a quickest way using reg expression:

df1 = df1.copy

df1[["SVR", "RBF"]] = df1["SVR RBF"].str.extract(r'\(([^,]+), ([^)]+)\)').astype(float)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: aVral