79558918

Date: 2025-04-07 01:16:59
Score: 1.5
Natty:
Report link

The error happens because you're trying to assign 3600 timestamps as the index (rows) to a DataFrame that only has 200 rows. The number of items in the index must match the number of rows in the data, as you say the original data has 200 index and in the error it says 3600, 3600.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jovan M.