Baselight

Flipkart-smartphone

Dataset of smartphones available on flipkart.com

@kaggle.fastabhi_flipkart_smartphone

Loading...
Loading...

About this Dataset

Flipkart-smartphone

This dataset provides detailed information about various smartphones available on the e-commerce platform Flipkart as of July 2023. The dataset is in CSV format and contains the following columns:

img_link: This column contains the URL link to the image of each smartphone. It can be used to retrieve and display the corresponding image for each smartphone.

phone_name: This column contains the name or model of each smartphone. It provides a unique identifier for each device in the dataset.

avg_rating: This column represents the average rating of each smartphone on Flipkart. It indicates the overall customer satisfaction level based on user ratings. The rating scale typically ranges from 1 to 5 stars, with 5 being the highest rating.

total_rating: This column indicates the total number of people who have rated each smartphone on Flipkart. It provides an understanding of the popularity and feedback from customers who have shared their ratings.

total_reviews: This column represents the total number of reviews available for each smartphone on Flipkart. It provides insights into the level of engagement and the amount of user-generated content related to each device.

discounted_price: This column contains the discounted price of each smartphone in Indian Rupees (INR). It represents the current selling price of the device after applying any applicable discounts or promotional offers.

actual_price: This column displays the actual or original price of each smartphone in Indian Rupees (INR) before any discounts. It provides a reference point for the discounted price and helps users understand the amount of savings or price reduction available.

The dataset is valuable for conducting various analyses related to smartphones available on Flipkart. Researchers, data scientists, and analysts can use this dataset to explore trends in customer ratings, reviews, pricing, and discounts. They can also perform market research, brand comparisons, sentiment analysis, and other studies related to the smartphone industry.

Please note that this dataset is specific to Flipkart and represents the smartphone market as of July 2023. It can be used to gain insights into customer preferences, pricing strategies, and overall market dynamics in the context of Flipkart's smartphone offerings.

Tables

Flipkart Smartphones

@kaggle.fastabhi_flipkart_smartphone.flipkart_smartphones
  • 62.61 KB
  • 984 rows
  • 8 columns
Loading...

CREATE TABLE flipkart_smartphones (
  "unnamed_0" BIGINT,
  "img_link" VARCHAR,
  "phone_name" VARCHAR,
  "avg_rating" DOUBLE,
  "total_rating" VARCHAR,
  "total_reviews" VARCHAR,
  "discounted_price" VARCHAR,
  "actual_price" VARCHAR
);

Share link

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