Baselight

Flipkart Product Reviews With Sentiment Dataset

Flipkart Product Customer reviews dataset for sentiment analysis

@kaggle.niraliivaghani_flipkart_product_customer_reviews_dataset

About this Dataset

Flipkart Product Reviews With Sentiment Dataset

This dataset contains information about Product name, Product price, Rate, Reviews, Summary and Sentiment in csv format. There are 104 different types of products of flipkart.com such as electronics items, clothing of men, women and kids, Home decor items, Automated systems, so on. It has 205053 rows and 6 columns. Also, if any product doesn't have any review but summary is present then Nan value already added to its blank space.

This dataset has multiclass label as sentiment such as positive, neutral amd negative.The sentiment given was based on column called Summary using NLP and Vader model. Also, after that we manually check the label and put it into the appropriate categories like if summary has text like okay, just ok or one positive and negative we labeled as neutral for better understanding while using this dataset for human languages. On the summary and price column, data cleaning method is already performed using python module called NumPy and Pandas which are famous.You can learn it also through any online resource.

Data was collected through web scraping using the library called beautifulsoup from flipkart.com. The scraping done in december 2022.

Usage

Sentiment Analysis: The text of customer reviews and the associated labels (such as positive, negative, or neutral) can be used to train machine learning models to automatically classify the sentiment of customer reviews.

Predictive Modeling: Customer ratings, summary and reviews, along with their associated labels, can be used as features to build predictive models for various outcomes, such as customer behavior, purchasing patterns, product preferences and so on.

Text Classification: The labeled customer reviews or summary can be used to train machine learning models for text classification tasks, such as spam detection, topic classification, and intent recognition,etc.

Natural Language Processing (NLP): It can be used to train NLP algorithms, such as sentiment analysis models, for applications in other domains.

Evaluating Machine Learning Models: This dataset can be used to evaluate the performance of machine learning models for sentiment analysis and other NLP tasks.

Customer Service: Customer reviews, summary and labels can provide insight into customer complaints, issues, and suggestions, which can help companies improve their customer service.

However,the applications of this type of data will depend on the specific dataset and the problem it is being used to solve.

Share link

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