79727539

Date: 2025-08-06 15:58:02
Score: 2
Natty:
Report link

On my end, I don't find the conversion to datetime mentioned by @piRSquared to be necessary. You can just do:

df[<column_name>] = df[<column_name>].astype(str)
df.to_dict('records')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @piRSquared
  • Low reputation (1):
Posted by: jo-L