emilpartow commited on
Commit
91cb8dc
·
verified ·
1 Parent(s): 65c5c0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -44,10 +44,10 @@ Each row in the dataset contains metadata and content for a Reddit comment or po
44
 
45
  - `id`: Reddit post ID
46
  - `title`: Title of the post
47
- - `text`: Body text of the post
48
  - `created_utc`: Timestamp in UTC
49
  - `created_datetime`: Datetime (ISO format)
50
- - `author`: Reddit username (anonymized or pseudonymous)
51
  - `score`: Reddit score (upvotes minus downvotes)
52
  - `num_comments`: Number of comments (for posts)
53
  - `upvote_ratio`: Upvote ratio (for posts)
@@ -66,13 +66,12 @@ Each row in the dataset contains metadata and content for a Reddit comment or po
66
 
67
  ## Data Collection
68
 
69
- All comments were collected using [PRAW (Python Reddit API Wrapper)](https://praw.readthedocs.io/).
70
  Full code and data processing pipeline can be found here:
71
  ➡️ [**emilpartow/financial-sentiment-pipeline**](https://github.com/emilpartow/financial-sentiment-pipeline)
72
 
73
  ## Notes
74
 
75
- - All usernames and personal information are either removed or anonymized.
76
  - **No manual or verbal content review was performed:** The dataset consists of comments as collected via the Reddit API. There may be offensive, biased, or otherwise inappropriate content present.
77
  - Please respect Reddit’s API Terms of Use when working with this dataset.
78
 
 
44
 
45
  - `id`: Reddit post ID
46
  - `title`: Title of the post
47
+ - `text`: Body text of the post (if available)
48
  - `created_utc`: Timestamp in UTC
49
  - `created_datetime`: Datetime (ISO format)
50
+ - `author`: Reddit username
51
  - `score`: Reddit score (upvotes minus downvotes)
52
  - `num_comments`: Number of comments (for posts)
53
  - `upvote_ratio`: Upvote ratio (for posts)
 
66
 
67
  ## Data Collection
68
 
69
+ All posts were collected using [PRAW (Python Reddit API Wrapper)](https://praw.readthedocs.io/).
70
  Full code and data processing pipeline can be found here:
71
  ➡️ [**emilpartow/financial-sentiment-pipeline**](https://github.com/emilpartow/financial-sentiment-pipeline)
72
 
73
  ## Notes
74
 
 
75
  - **No manual or verbal content review was performed:** The dataset consists of comments as collected via the Reddit API. There may be offensive, biased, or otherwise inappropriate content present.
76
  - Please respect Reddit’s API Terms of Use when working with this dataset.
77