From c2b5b5434bb5efee829be65a311e56be63b1d2cb Mon Sep 17 00:00:00 2001 From: JJ Brosnan <84038776+jjbrosnan@users.noreply.github.com> Date: Fri, 4 Feb 2022 13:06:20 -0500 Subject: [PATCH] Add Sentiment dataset and README (#89) --- Sentiment/csv/README.md | 39 +++++++++++++++++++++++++++++++++++++ Sentiment/csv/sentiment.csv | 3 +++ 2 files changed, 42 insertions(+) create mode 100644 Sentiment/csv/README.md create mode 100644 Sentiment/csv/sentiment.csv diff --git a/Sentiment/csv/README.md b/Sentiment/csv/README.md new file mode 100644 index 00000000..233ad349 --- /dev/null +++ b/Sentiment/csv/README.md @@ -0,0 +1,39 @@ +# Sentiment dataset + +## This folder contains a single file: + +- `sentiment.csv` + +## About the file + +This file contains data pertaining to the GOP debate that took place on August 6, 2015 in Cleveland, Ohio. The debate lasted two hours, and invited the 10 most candidates atop the polls at the time. The file `sentiment.csv` contains information about 13,871 unique tweets related to this debate. The parameters of each tweet (columns in the file) are as follows: + +- `id` +- `candidate` +- `candidate_confidence` +- `relevant_yn` +- `relevant_yn_confidence` +- `sentiment` +- `sentiment_confidence` +- `subject_matter` +- `subject_matter_confidence` +- `candidate_gold` +- `name` +- `relevant_yn_gold` +- `retweet_count` +- `sentiment_gold` +- `subject_matter_gold` +- `text` +- `tweet_coord` +- `tweet_created` +- `tweet_id` +- `tweet_location` +- `user_timezone` + +Many of these fields are in string format. Thus, this dataset can be used for textual data handling in Deephaven, sentiment analysis, etc. + +# Source and Licence + +This dataset is publicly available on [Kaggle](https://www.kaggle.com/) at [this url](https://www.kaggle.com/crowdflower/first-gop-debate-twitter-sentiment). + +The data is licensed under the Creative Commons public domain CC BY-NC-SA 4.0. Deephaven makes no claim of its authenticity or its accuracy. It has been placed here for demonstrative purposes. \ No newline at end of file diff --git a/Sentiment/csv/sentiment.csv b/Sentiment/csv/sentiment.csv new file mode 100644 index 00000000..48d81066 --- /dev/null +++ b/Sentiment/csv/sentiment.csv @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83beb7691f876f9a762613e7c262f7a777a529cccfb96478089e912f1292c61c +size 3967244