EricR401S commited on
Commit
8f25a0c
1 Parent(s): 77b2f0c
Files changed (1) hide show
  1. redditscraper_fm.py +3 -3
redditscraper_fm.py CHANGED
@@ -170,9 +170,9 @@ df = df.drop(columns=["num_reports"]) # drop num_reports, always empty
170
 
171
  # cleaning to make colab importing the dataset through huggingface work
172
  values = {
173
- "id": "",
174
- "text": "",
175
- "url": "",
176
  "score": 0,
177
  "date": 0.0,
178
  "subreddit_subscribers": 0,
 
170
 
171
  # cleaning to make colab importing the dataset through huggingface work
172
  values = {
173
+ "id": "NOTEXT",
174
+ "text": "NOTEXT",
175
+ "url": "NOTEXT",
176
  "score": 0,
177
  "date": 0.0,
178
  "subreddit_subscribers": 0,