I have a table called rainfall. It has 2 columns (sensorID, area, time, rainfall, redalert) I want to fill the time column with random times in intervals of 5 minutes (e.g 12:55, 04:30, 07:45) . I managed to get the random times by using this Python code: The problem is that this code fill all rows in time with 1