Japanese Airlines Reviews
Unpacking Customer Sentiment
@kaggle.kanchana1990_japanese_airlines_reviews
Unpacking Customer Sentiment
@kaggle.kanchana1990_japanese_airlines_reviews
This dataset provides an extensive collection of customer reviews for Japan Airlines (JAL) gathered from TripAdvisor. With close to 10,000 entries, it captures customer insights, feedback, and satisfaction levels across various aspects of the travel experience. Each entry includes a title, detailed review text, rating, and other related metadata. The dataset aims to support data science applications related to sentiment analysis, customer satisfaction studies, and travel industry research.
Given the comprehensive nature of the dataset, it can be leveraged for multiple data science tasks, including:
The data was ethically sourced using the Apify API, with usernames and other personally identifiable information removed to respect user privacy. Use Only for educational puposes.
CREATE TABLE jal_tripadvisor_reviews (
"title" VARCHAR,
"text" VARCHAR,
"lang" VARCHAR,
"published_date" TIMESTAMP,
"travel_date" VARCHAR,
"helpful_votes" BIGINT,
"rating" BIGINT
);Anyone who has the link will be able to view this.