Baselight

Tracking Global

As the world grapples with the urgent need to reduce carbon emissions and combat

@kaggle.willianoliveiragibin_tracking_global

Electric Car Sales Share New
@kaggle.willianoliveiragibin_tracking_global.electric_car_sales_share_new

  • 5.54 KB
  • 444 rows
  • 4 columns
entity

Entity

code

Code

year

Year

share_of_new_cars_that_are_electric

Share Of New Cars That Are Electric

BelgiumBEL20100.01
ChinaCHN20100.01
Europe0201014
European Union (27)0201012
FranceFRA201085
GermanyDEU201049
IndiaIND201021
ItalyITA20102
JapanJPN201058
NetherlandsNLD201025

CREATE TABLE electric_car_sales_share_new (
  "entity" VARCHAR,
  "code" VARCHAR,
  "year" BIGINT,
  "share_of_new_cars_that_are_electric" DOUBLE
);

Share link

Anyone who has the link will be able to view this.