Canada Monthly Car Sales (1946 To 2025)
New motor vehicle sales, monthly (Jan 1946 to May 2025)
@kaggle.aliranjipour_canada_motor_vehicle_sales_jan_1946_to_may_2025
New motor vehicle sales, monthly (Jan 1946 to May 2025)
@kaggle.aliranjipour_canada_motor_vehicle_sales_jan_1946_to_may_2025
This dataset provides monthly data on new motor vehicle sales in Canada, categorized by vehicle type (passenger cars, trucks), fuel type (gasoline, diesel, electric, hybrid), and origin of manufacture (North America, overseas). It offers valuable insight into consumer trends, EV adoption, and economic shifts in the automotive market. Ideal for time-series analysis, forecasting, and data visualization.
Source:
Statistics Canada. Table 20-10-0085-01 New motor vehicle sales, monthly
CREATE TABLE n_20100085 (
"ref_date" TIMESTAMP,
"geo" VARCHAR,
"dguid" VARCHAR,
"vehicle_type" VARCHAR,
"fuel_type" VARCHAR,
"origin_of_manufacture" VARCHAR,
"sales" VARCHAR,
"seasonal_adjustment" VARCHAR,
"uom" VARCHAR,
"uom_id" BIGINT,
"scalar_factor" VARCHAR,
"scalar_id" BIGINT,
"vector" VARCHAR,
"coordinate" VARCHAR,
"value" DOUBLE,
"status" VARCHAR,
"symbol" VARCHAR,
"terminated" VARCHAR,
"decimals" BIGINT
);
Anyone who has the link will be able to view this.