Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
This dataset contains tweets related to the Israel-Palestine conflict from October 17, 2023, to December 17, 2023. It includes information on tweet IDs, links, text, date, likes, and comments, categorized into different ranges of like counts.
|
6 |
+
|
7 |
+
## Dataset Details
|
8 |
+
|
9 |
+
- **Date Range:** October 17, 2023 - December 17, 2023
|
10 |
+
- **Total Tweets:** 15,478
|
11 |
+
- **Unique Tweets:** 14,854
|
12 |
+
|
13 |
+
## Data Description
|
14 |
+
|
15 |
+
The dataset consists of the following columns:
|
16 |
+
|
17 |
+
| Column | Description |
|
18 |
+
|------------|-----------------------------------------------------------|
|
19 |
+
| `id` | Unique identifier for the tweet |
|
20 |
+
| `link` | URL link to the tweet |
|
21 |
+
| `text` | Text content of the tweet |
|
22 |
+
| `date` | Date and time when the tweet was posted |
|
23 |
+
| `likes` | Number of likes the tweet received |
|
24 |
+
| `comments` | Number of comments the tweet received |
|
25 |
+
| `Label` | Like count range category |
|
26 |
+
| `Count` | Number of tweets in the like count range category |
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
|
30 |
+
This dataset can be used for various research purposes, including sentiment analysis, trend analysis, and event impact studies related to the Israel-Palestine conflict.
|
31 |
+
For questions or feedback, please contact:
|
32 |
+
|
33 |
+
- **Name:** Mehyar Mlaweh
|
34 |
+
- **Email:** [email protected]
|