I can’t find any formal spec for data frames besides the source code snippets and doc examples. Specifically:
For a time series data frame, does the “time” field always need be first? If not, how would it discriminate between the actual time field (of a time series data frame) and another field of the same name in a non-time series data frame?
Thanks!