Spaces:
Sleeping
Sleeping
Create data_schema/schema.yaml
Browse files- data_schema/schema.yaml +28 -0
data_schema/schema.yaml
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
columns:
|
| 2 |
+
- ID: object
|
| 3 |
+
- Delivery_person_ID: object
|
| 4 |
+
- Delivery_person_Age: object
|
| 5 |
+
- Delivery_person_Ratings: object
|
| 6 |
+
- Restaurant_latitude: float64
|
| 7 |
+
- Restaurant_longitude: float64
|
| 8 |
+
- Delivery_location_latitude: float64
|
| 9 |
+
- Delivery_location_longitude: float64
|
| 10 |
+
- Order_Date: object
|
| 11 |
+
- Time_Orderd: object
|
| 12 |
+
- Time_Order_picked: object
|
| 13 |
+
- Weatherconditions: object
|
| 14 |
+
- Road_traffic_density: object
|
| 15 |
+
- Vehicle_condition: int64
|
| 16 |
+
- Type_of_order: object
|
| 17 |
+
- Type_of_vehicle: object
|
| 18 |
+
- multiple_deliveries: object
|
| 19 |
+
- Festival: object
|
| 20 |
+
- City: object
|
| 21 |
+
- Time_taken(min): object
|
| 22 |
+
|
| 23 |
+
numerical_columns:
|
| 24 |
+
- Restaurant_latitude
|
| 25 |
+
- Restaurant_longitude
|
| 26 |
+
- Delivery_location_latitude
|
| 27 |
+
- Delivery_location_longitude
|
| 28 |
+
- Vehicle_condition
|