Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
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