Turkey Food Price Dataset
This data collect from Akakçe and Cimri.
@kaggle.mgunerengineer_turkey_food_dataset
This data collect from Akakçe and Cimri.
@kaggle.mgunerengineer_turkey_food_dataset
This data collected from Akakçe and Cimri in 12 September 2022.
Columns:
1-Index
2-Title
3-Price
4-Weight
5-Type
6-Brand
7-Platform
8-Seller
Type column has about 2000 null.
Seller column has about 2000 null and 900 incorrect data.
CREATE TABLE n_12_9_2022_food (
"unnamed_0" BIGINT -- Unnamed: 0,
"title" VARCHAR,
"price" VARCHAR,
"weight" DOUBLE,
"type" VARCHAR,
"brand" VARCHAR,
"platform" VARCHAR,
"seller" VARCHAR
);
Anyone who has the link will be able to view this.