loraxian commited on
Commit
2e2594e
·
verified ·
1 Parent(s): d7560ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -68,8 +68,9 @@ Each row includes:
68
  * comment_id - ID of comment
69
  * link_id - ID of parent post
70
  * created_comment - Date comment was created
71
- * has_link - Whether the parent post's selftext includes 'http://' or 'https://'
72
  * title - Title of parent post
73
  * selftext - Text of parent post
 
74
  * score_submission - Score of parent post
75
  * created_submission - Date parent post was created
 
68
  * comment_id - ID of comment
69
  * link_id - ID of parent post
70
  * created_comment - Date comment was created
71
+ * has_link_comment - Whether the comment text includes 'http://' or 'https://'
72
  * title - Title of parent post
73
  * selftext - Text of parent post
74
+ * has_link_submission - Whether the parent post selftext includes 'http://' or 'https://'
75
  * score_submission - Score of parent post
76
  * created_submission - Date parent post was created