79292350

Date: 2024-12-18 20:08:53
Score: 2.5
Natty:
Report link

I ran into a problem like this using series = series.replace(dictionary) where the replacement values were {string: float}. But the future warning stopped happening when I changed it to series = series.replace(dictionary).astype(float)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Matt Baldwin