devigaju commited on
Commit
51d8388
·
verified ·
1 Parent(s): fdb0669

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -54,6 +54,14 @@ The **target variable** `y` to predict is
54
 
55
  ## Column Description
56
 
 
 
 
 
 
 
 
 
57
  ### Ship Data
58
 
59
  | Column | Data Type | Unit | Description |
 
54
 
55
  ## Column Description
56
 
57
+ ### Index
58
+
59
+ The data was sampled using 5-minute intervals. Each interval has a unique index which acts as a timestamp equivalent.
60
+
61
+ | Column | Data Type | Unit | Description |
62
+ | --- | --- | --- | --- |
63
+ | index | int64 | - | The 5-minutes timestep index of the data sample starting with 0. |
64
+
65
  ### Ship Data
66
 
67
  | Column | Data Type | Unit | Description |