Update README.md
Browse files
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 |
|