79469543

Date: 2025-02-26 11:35:06
Score: 1
Natty:
Report link

Simply use the lambda function like this:

df["foo"] = df["foo"].apply(lambda row: [x + 10 for x in row])
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Qian