divyasharma0795 commited on
Commit
5ac3d76
1 Parent(s): ed46284

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -1,3 +1,59 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # Apple Vision Pro Tweets Dataset
6
+
7
+ ## Overview
8
+
9
+ The Apple Vision Pro Tweets Dataset is a collection of tweets related to Apple Vision Pro, scraped from Twitter using the Twitter API. The dataset includes various attributes associated with each tweet, such as the tweet text, author information, engagement metrics, and metadata.
10
+
11
+ ## Content
12
+
13
+ id: Unique identifier for each tweet.
14
+ tweetText: The text content of the tweet.
15
+ tweetURL: URL link to the tweet.
16
+ type: Type of tweet (e.g., original tweet, retweet).
17
+ tweetAuthor: Name of the tweet author.
18
+ handle: Twitter handle of the tweet author.
19
+ replyCount: Number of replies to the tweet.
20
+ quoteCount: Number of quotes (retweets with comments) of the tweet.
21
+ retweetCount: Number of retweets of the tweet.
22
+ likeCount: Number of likes (favorites) of the tweet.
23
+ views: Number of views of the tweet (if available).
24
+ bookmarkCount: Number of bookmarks (if available) of the tweet.
25
+ createdAt: Timestamp indicating when the tweet was created.
26
+
27
+ ## Dataset Format
28
+ The dataset is provided in `parquet` format. Each row represents a single tweet, and columns contain various attributes associated with the tweet.
29
+
30
+ ## Dataset Size
31
+
32
+ The dataset contains a total of 10,145 tweets related to Apple Vision Pro.
33
+
34
+ ## Data Collection
35
+
36
+ The tweets were collected using the Twitter API by searching for the hashtag "AppleVisionPro" The data collection process involved retrieving tweets that match the search criteria and extracting relevant information such as tweet text, engagement metrics, and metadata.
37
+
38
+ ## Potential Use Cases
39
+
40
+ *Sentiment analysis*: Analyze the sentiment expressed in tweets related to Apple Vision Pro.
41
+ *User engagement analysis*: Study user engagement metrics (replies, retweets, likes) to understand audience interaction with Apple Vision Pro content.
42
+ *Trend analysis*: Identify trends and patterns in discussions surrounding Apple Vision Pro on Twitter.
43
+
44
+ ## Citation
45
+
46
+ If you use this dataset in your research or project, please cite it as follows:
47
+
48
+ ```
49
+ css
50
+
51
+ [Dataset Name], Apple Vision Pro Tweets Dataset, [Year]. Retrieved from [URL]
52
+ ```
53
+
54
+ License
55
+
56
+ The dataset is provided under the [MIT License]. Please refer to the LICENSE file for more details.
57
+ Contact
58
+
59
+ For any inquiries or feedback regarding the dataset, please contact divya.sharma@duke.edu.