Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
toxicity
License:
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ task_categories:
|
|
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 |
|
@@ -33,13 +35,10 @@ The dataset consists of a data frame with the following columns:
|
|
33 |
|
34 |
## How to use
|
35 |
```
|
36 |
-
import pandas as pd
|
37 |
from datasets import load_dataset
|
38 |
|
39 |
dataset = load_dataset("AiresPucrs/tweets")
|
40 |
|
41 |
-
df = dataset.to_pandas()
|
42 |
-
|
43 |
```
|
44 |
|
45 |
## License
|
|
|
6 |
---
|
7 |
## Tweets
|
8 |
|
9 |
+
## Overview
|
10 |
+
|
11 |
This dataset contains texts from customers posted on Twitter regarding their air travel experiences,
|
12 |
whether they were upset, neutral, or satisfied with the trip and the airline's service.
|
13 |
|
|
|
35 |
|
36 |
## How to use
|
37 |
```
|
|
|
38 |
from datasets import load_dataset
|
39 |
|
40 |
dataset = load_dataset("AiresPucrs/tweets")
|
41 |
|
|
|
|
|
42 |
```
|
43 |
|
44 |
## License
|