Browse Source

add timeseries type

pull/1/head
amper43 5 years ago
parent
commit
174b57e592
  1. 2
      analytics/analytics/analytic_types/__init__.py

2
analytics/analytics/analytic_types/__init__.py

@ -12,3 +12,5 @@ like PatternDetectionCache, then it should not be here.
from analytic_types.data_bucket import DataBucket
AnalyticUnitId = str
TimeSeries = pandas.core.indexes.datetimes.DatetimeIndex

Loading…
Cancel
Save