Upload meta/data_catalog.yaml with huggingface_hub
Browse files- meta/data_catalog.yaml +32 -0
meta/data_catalog.yaml
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataset_name: Predictive Maintenance (Engine Data)
|
| 2 |
+
owner: <your team / email>
|
| 3 |
+
source_path: /content/predictive_maintenance/data/engine_data.csv
|
| 4 |
+
version_date: 2025-11-13
|
| 5 |
+
license: internal/educational
|
| 6 |
+
refresh_cadence: monthly (planned)
|
| 7 |
+
target_column: None
|
| 8 |
+
key_columns: []
|
| 9 |
+
pii_phi: none expected
|
| 10 |
+
schema_file: /content/predictive_maintenance/data/schema_engine_data.json
|
| 11 |
+
columns:
|
| 12 |
+
- name: Engine rpm
|
| 13 |
+
dtype: int64
|
| 14 |
+
example: 700
|
| 15 |
+
- name: Lub oil pressure
|
| 16 |
+
dtype: float64
|
| 17 |
+
example: 2.493591821
|
| 18 |
+
- name: Fuel pressure
|
| 19 |
+
dtype: float64
|
| 20 |
+
example: 11.79092738
|
| 21 |
+
- name: Coolant pressure
|
| 22 |
+
dtype: float64
|
| 23 |
+
example: 3.178980794
|
| 24 |
+
- name: lub oil temp
|
| 25 |
+
dtype: float64
|
| 26 |
+
example: 84.14416293
|
| 27 |
+
- name: Coolant temp
|
| 28 |
+
dtype: float64
|
| 29 |
+
example: 81.6321865
|
| 30 |
+
- name: Engine Condition
|
| 31 |
+
dtype: int64
|
| 32 |
+
example: 1
|