79461093

Date: 2025-02-23 10:50:31
Score: 1.5
Natty:
Report link

you may first verify the column names and data alignment:

print(df.columns.tolist())  
print(df.head(2)) 

And also check if there any non-date values.

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