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
A team led by public policy professor Omar Asensio used a field experiment to collect data on 3,395 electric vehicle charging sessions between November 2014 and October 2015. The dataset “contains sessions from 85 EV drivers with repeat usage at 105 stations across 25 sites at a workplace charging program”; it indicates the date and length of each session, total energy used, cost, and more.
Source: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/NFPQLW
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.