Timeseria
Timeseria copied to clipboard
Naming inconsistencies and potential improvements
To dig in:
-
series.autodetected_sampling_interval
vsseries.resolution
vsseries.sampling_interval
-
plot(height)
vsplot(max_y)
vsplot(y_range)
Naming conventions at the moment:
- timestamp (time stamp not present at all)
- timezone (time zone not present at all)
- time series (timeseries only in code and some comments)
- data point / datapoint (mixed, fix it)
Check also:
-
series.tz
vsseries.as_timezone()
- storage
series_type
, maybe move toitems_type
?
Clarify indexes data vs key-value data etc.