| ---
|
| license: apache-2.0
|
| dataset_info:
|
| features:
|
| - name: DayNum
|
| dtype: float64
|
| - name: VehId
|
| dtype: float64
|
| - name: Trip
|
| dtype: float64
|
| - name: Timestamp(ms)
|
| dtype: float64
|
| - name: Latitude[deg]
|
| dtype: float64
|
| - name: Longitude[deg]
|
| dtype: float64
|
| - name: Vehicle Speed[km/h]
|
| dtype: float64
|
| - name: MAF[g/sec]
|
| dtype: float64
|
| - name: Engine RPM[RPM]
|
| dtype: float64
|
| - name: Absolute Load[%]
|
| dtype: float64
|
| - name: OAT[DegC]
|
| dtype: float64
|
| - name: Fuel Rate[L/hr]
|
| dtype: float64
|
| - name: Air Conditioning Power[kW]
|
| dtype: float64
|
| - name: Air Conditioning Power[Watts]
|
| dtype: float64
|
| - name: Heater Power[Watts]
|
| dtype: float64
|
| - name: HV Battery Current[A]
|
| dtype: float64
|
| - name: HV Battery SOC[%]
|
| dtype: float64
|
| - name: HV Battery Voltage[V]
|
| dtype: float64
|
| - name: Short Term Fuel Trim Bank 1[%]
|
| dtype: float64
|
| - name: Short Term Fuel Trim Bank 2[%]
|
| dtype: float64
|
| - name: Long Term Fuel Trim Bank 1[%]
|
| dtype: float64
|
| - name: Long Term Fuel Trim Bank 2[%]
|
| dtype: float64
|
| - name: Elevation Raw[m]
|
| dtype: float64
|
| - name: Elevation Smoothed[m]
|
| dtype: float64
|
| - name: Gradient
|
| dtype: float64
|
| - name: Energy_Consumption
|
| dtype: float64
|
| - name: Matchted Latitude[deg]
|
| dtype: float64
|
| - name: Matched Longitude[deg]
|
| dtype: float64
|
| - name: Match Type
|
| dtype: int64
|
| - name: Class of Speed Limit
|
| dtype: float64
|
| - name: Speed Limit[km/h]
|
| dtype: string
|
| - name: Speed Limit with Direction[km/h]
|
| dtype: float64
|
| - name: Intersection
|
| dtype: float64
|
| - name: Bus Stops
|
| dtype: float64
|
| - name: Focus Points
|
| dtype: string
|
| - name: Vehicle Type
|
| dtype: string
|
| - name: Vehicle Class
|
| dtype: string
|
| - name: Engine Configuration & Displacement
|
| dtype: string
|
| - name: Transmission
|
| dtype: string
|
| - name: Drive Wheels
|
| dtype: string
|
| - name: Generalized_Weight
|
| dtype: float64
|
| - name: EngineType
|
| dtype: string
|
| splits:
|
| - name: train
|
| num_bytes: 4511467301
|
| num_examples: 13098466
|
| - name: test
|
| num_bytes: 3225807891
|
| num_examples: 9338342
|
| download_size: 707438596
|
| dataset_size: 7737275192
|
| configs:
|
| - config_name: default
|
| data_files:
|
| - split: train
|
| path: data/train-*
|
| - split: test
|
| path: data/test-*
|
| ---
|
| |