Average Car Prices - Brazil
Average prices of cars sold in Brazil in the last 2 years (Jan 2021 - Jan 2023)
@kaggle.vagnerbessa_average_car_prices_bazil
Average prices of cars sold in Brazil in the last 2 years (Jan 2021 - Jan 2023)
@kaggle.vagnerbessa_average_car_prices_bazil
CREATE TABLE fipe_cars (
"year_of_reference" BIGINT,
"month_of_reference" VARCHAR,
"fipe_code" VARCHAR,
"authentication" VARCHAR,
"brand" VARCHAR,
"model" VARCHAR,
"fuel" VARCHAR,
"gear" VARCHAR,
"engine_size" DOUBLE,
"year_model" BIGINT,
"avg_price_brl" DOUBLE
);
Anyone who has the link will be able to view this.