79446622

Date: 2025-02-17 21:32:13
Score: 1
Natty:
Report link

try:

df.apply(lambda row: [...], axis=1)

to:

df.transpose().apply(lambda col: [...]).transpose()

I kinda just found out by accident.

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