solarforecastarbiter.validation.validator.check_timestamp_spacing

solarforecastarbiter.validation.validator.check_timestamp_spacing(times, freq)[source]

Checks if spacing between times conforms to freq.

Parameters:
  • times (DatetimeIndex) –
  • freq (string or Timedelta) – Expected frequency of times
Returns:

flags (Series) – True when the difference between one time and the time before conforms to freq