Electric Vehicle Charging Dataset
Data from 85 EV drivers with repeat usage at 105 stations across 25 sites
@kaggle.michaelbryantds_electric_vehicle_charging_dataset
Data from 85 EV drivers with repeat usage at 105 stations across 25 sites
@kaggle.michaelbryantds_electric_vehicle_charging_dataset
CREATE TABLE station_data_dataverse (
"sessionid" BIGINT,
"kwhtotal" DOUBLE,
"dollars" DOUBLE,
"created" VARCHAR,
"ended" VARCHAR,
"starttime" BIGINT,
"endtime" BIGINT,
"chargetimehrs" DOUBLE,
"weekday" VARCHAR,
"platform" VARCHAR,
"distance" DOUBLE,
"userid" BIGINT,
"stationid" BIGINT,
"locationid" BIGINT,
"managervehicle" BIGINT,
"facilitytype" BIGINT,
"mon" BIGINT,
"tues" BIGINT,
"wed" BIGINT,
"thurs" BIGINT,
"fri" BIGINT,
"sat" BIGINT,
"sun" BIGINT,
"reportedzip" BIGINT
);
Anyone who has the link will be able to view this.