MotorBikes In Indian Market 2022
New motorbikes in Indian market. This dataset includes more than 3500 bikes.
@kaggle.rajeshrampure_motorbikes_in_indian_market_2022
New motorbikes in Indian market. This dataset includes more than 3500 bikes.
@kaggle.rajeshrampure_motorbikes_in_indian_market_2022
This dataset contains all the bikes in the Indian market. This dataset is created using web scraping through BeautifulSoup Library in Python.
This is one of the easiest datasets for beginners to start working on projects in Data field.
CREATE TABLE bikes (
"unnamed_0" BIGINT -- Unnamed: 0,
"model_name" VARCHAR,
"price" VARCHAR,
"cc" VARCHAR,
"mileage" VARCHAR,
"weight" VARCHAR,
"links" VARCHAR
);Anyone who has the link will be able to view this.