Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
dieineb commited on
Commit
ef8c1f7
1 Parent(s): 1cab2f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -6,33 +6,27 @@ task_categories:
6
  ---
7
  ## Tweets
8
 
9
- The dataset is a smaller version of the original dataset [This data originally came from Crowdflower's Data for Everyone library](http://www.crowdflower.com/data-for-everyone)
 
10
 
11
- The original Twitter data was scraped from February 2015, and contributors were asked first to classify positive, negative[, and neutral tweets,
12
 
 
 
13
  followed by categorizing negative reasons (such as "late flight" or "rude service").
14
-
15
  This version contains whether the sentiment of the tweets in this set was positive (16%), neutral (21%), or negative (63%) for six US airlines.
16
 
17
-
18
- ## Dataset Details
19
- Dataset Name: [Twitter US Airline Sentiment](https://www.kaggle.com/datasets/crowdflower/twitter-airline-sentiment)
20
-
21
- Language: English
22
-
23
- Total Size: 14,640 demonstrations
24
 
25
  ## Contents
26
-
27
  The dataset consists of a data frame with the following columns:
28
-
29
  - airline_sentiment
30
-
31
  - text
32
 
33
  {
34
  "airline_sentiment": "negative[0]",
35
-
36
  "text":"virginamerica why are your first fares in may over three times more than other carriers when all seats are available to select.",
37
  }
38
 
@@ -48,5 +42,6 @@ df = dataset.to_pandas()
48
  ```
49
 
50
  ## License
 
51
 
52
- The Twitter US Airline Sentiment is licensed under the [Creative Commons(CC)](https://creativecommons.org/licenses/by-nc-sa/4.0/) License CC BY-NC-SA 4.09.
 
6
  ---
7
  ## Tweets
8
 
9
+ This dataset contains texts from customers posted on Twitter regarding their air travel experiences,
10
+ whether they were upset, neutral, or satisfied with the trip and the airline's service.
11
 
12
+ ## Dataset Details
13
 
14
+ The dataset is a smaller version of the original dataset [This data originally came from Crowdflower's Data for Everyone library](http://www.crowdflower.com/data-for-everyone)
15
+ The original Twitter data was scraped from February 2015, and contributors were asked first to classify positive, negative[, and neutral tweets,
16
  followed by categorizing negative reasons (such as "late flight" or "rude service").
 
17
  This version contains whether the sentiment of the tweets in this set was positive (16%), neutral (21%), or negative (63%) for six US airlines.
18
 
19
+ - Dataset Name: [Twitter US Airline Sentiment](https://www.kaggle.com/datasets/crowdflower/twitter-airline-sentiment)
20
+ - Language: English
21
+ - Total Size: 14,640 demonstrations
 
 
 
 
22
 
23
  ## Contents
 
24
  The dataset consists of a data frame with the following columns:
 
25
  - airline_sentiment
 
26
  - text
27
 
28
  {
29
  "airline_sentiment": "negative[0]",
 
30
  "text":"virginamerica why are your first fares in may over three times more than other carriers when all seats are available to select.",
31
  }
32
 
 
42
  ```
43
 
44
  ## License
45
+ The Twitter US Airline Sentiment is licensed under the [Creative Commons(CC)](https://creativecommons.org/licenses/by-nc-sa/4.0/) License CC BY-NC-SA 4.09.
46
 
47
+ ---