cathw commited on
Commit
0f02f8b
·
verified ·
1 Parent(s): 62dd0df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -140,6 +140,8 @@ comments: Sequence - Sequence of comments associated with the post.
140
 
141
  The data collection process involved extracting comments from the top posts in selected subreddits, including "Climate," "Energy," "RenewableEnergy”, “ClimateChange”, “ClimateActionPlan”, “Environment”, “Sustainability”, and “Zerowaste”, using the Reddit API. The PRAW Python library was utilized for interacting with the Reddit API. Specifically, the top ~1000 posts were considered in each subreddit, with comments and replies collected under each post. The data collection was performed on Feburary 21st and 22nd, 2024 with code in [reddit_collect_data.py](https://huggingface.co/datasets/cathw/reddit_climate_comment/blob/main/reddit_collect_data.py).
142
 
 
 
143
  The processing steps included:
144
 
145
  1. Parsing Timestamps: convert timestamps to a standardized date-time format.
 
140
 
141
  The data collection process involved extracting comments from the top posts in selected subreddits, including "Climate," "Energy," "RenewableEnergy”, “ClimateChange”, “ClimateActionPlan”, “Environment”, “Sustainability”, and “Zerowaste”, using the Reddit API. The PRAW Python library was utilized for interacting with the Reddit API. Specifically, the top ~1000 posts were considered in each subreddit, with comments and replies collected under each post. The data collection was performed on Feburary 21st and 22nd, 2024 with code in [reddit_collect_data.py](https://huggingface.co/datasets/cathw/reddit_climate_comment/blob/main/reddit_collect_data.py).
142
 
143
+ The dataset can be found at my [Github Repository](https://github.com/catherine-ywang/reddit_climate_comment_data/blob/main/climate_comments.csv.zip)
144
+
145
  The processing steps included:
146
 
147
  1. Parsing Timestamps: convert timestamps to a standardized date-time format.