Datasets:
Update README.md
Browse files
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
|
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
|
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 |
|