Datasets:
divyasharma0795
commited on
Commit
•
69e3e21
1
Parent(s):
6489a93
Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ size_categories:
|
|
18 |
|
19 |
## Overview
|
20 |
|
21 |
-
The Apple Vision Pro Tweets Dataset is a collection of tweets related to Apple Vision Pro from
|
22 |
|
23 |
## Content
|
24 |
|
@@ -41,11 +41,15 @@ The dataset is provided in `parquet` format. Each row represents a single tweet,
|
|
41 |
|
42 |
## Dataset Size
|
43 |
|
44 |
-
The dataset contains a total of
|
45 |
|
46 |
## Data Collection
|
47 |
|
48 |
-
The tweets were collected using the Twitter API by searching for
|
|
|
|
|
|
|
|
|
49 |
|
50 |
## Data Usage
|
51 |
|
@@ -62,6 +66,7 @@ dataset = load_dataset("divyasharma0795/AppleVisionPro_Tweets")
|
|
62 |
- *Sentiment analysis*: Analyze the sentiment expressed in tweets related to Apple Vision Pro.
|
63 |
- *User engagement analysis*: Study user engagement metrics (replies, retweets, likes) to understand audience interaction with Apple Vision Pro content.
|
64 |
- *Trend analysis*: Identify trends and patterns in discussions surrounding Apple Vision Pro on Twitter.
|
|
|
65 |
|
66 |
## Citation
|
67 |
|
@@ -69,7 +74,7 @@ If you use this dataset in your research or project, please cite it as follows:
|
|
69 |
|
70 |
```css
|
71 |
|
72 |
-
|
73 |
```
|
74 |
|
75 |
## License
|
|
|
18 |
|
19 |
## Overview
|
20 |
|
21 |
+
The Apple Vision Pro Tweets Dataset is a collection of tweets related to Apple Vision Pro from January 01 2024 to March 16 2024, scraped from [X](https://twitter.com/home) using the Twitter [API](https://developer.twitter.com/en/products/twitter-api). The dataset includes various attributes associated with each tweet, such as the tweet text, author information, engagement metrics, and metadata.
|
22 |
|
23 |
## Content
|
24 |
|
|
|
41 |
|
42 |
## Dataset Size
|
43 |
|
44 |
+
The dataset contains a total of 26,704 tweets related to Apple Vision Pro, with 13 features
|
45 |
|
46 |
## Data Collection
|
47 |
|
48 |
+
The tweets were collected using the Twitter API by searching for
|
49 |
+
- the hashtag *#AppleVisionPro*
|
50 |
+
- Search term *Apple Vision Pro*
|
51 |
+
|
52 |
+
The data collection process involved retrieving tweets that match the search criteria and extracting relevant information such as the tweet text, handle, engagement metrics, and metadata.
|
53 |
|
54 |
## Data Usage
|
55 |
|
|
|
66 |
- *Sentiment analysis*: Analyze the sentiment expressed in tweets related to Apple Vision Pro.
|
67 |
- *User engagement analysis*: Study user engagement metrics (replies, retweets, likes) to understand audience interaction with Apple Vision Pro content.
|
68 |
- *Trend analysis*: Identify trends and patterns in discussions surrounding Apple Vision Pro on Twitter.
|
69 |
+
- *New Product Market Sentiment*: Study the sentiments related to a popular tech product before and after launch.
|
70 |
|
71 |
## Citation
|
72 |
|
|
|
74 |
|
75 |
```css
|
76 |
|
77 |
+
AppleVisionPro_Tweets, Apple Vision Pro Tweets Dataset, 2024. Retrieved from huggingface.co/datasets/divyasharma0795/AppleVisionPro_Tweets
|
78 |
```
|
79 |
|
80 |
## License
|