wxee.time_series.TimeSeries.describe

TimeSeries.describe(unit: str = 'day') None[source]

Generate and print descriptive statistics about the Time Series such as the ID, start and end dates, and time between images. This requires pulling data from the server, so it may run slowly.

Parameters:

unit (str, default "day") – The unit to return the time interval in. One of “second”, “minute”, “hour”, “day”, “week”, “month”, “year”.

Return type:

None