Update README.md
Browse files
README.md
CHANGED
|
@@ -49,8 +49,10 @@ This dataset contains data from mid-2016 to the end of 2024 from the website DTF
|
|
| 49 |
|
| 50 |
Structure:
|
| 51 |
– post_title - body of the post;
|
| 52 |
-
– parent_comment - parent comment :);
|
|
|
|
| 53 |
– child_comment - response (child) comment to parent comment;
|
|
|
|
| 54 |
– subsite_name - subsite name (like a theme);
|
| 55 |
– comment_id_parent - id of parent comment on dtf.ru
|
| 56 |
– comment_id_child - id of child comment on dtf.ru
|
|
@@ -61,8 +63,8 @@ Structure:
|
|
| 61 |
– normalized_reply_count - normalized value of number of responses to the parent comment (from 0 to 1).
|
| 62 |
– parent_comment_tox - toxity metric for parent comment
|
| 63 |
– child_comment_tox - toxity metric for child comment
|
| 64 |
-
|
| 65 |
-
|
| 66 |
|
| 67 |
|
| 68 |
|
|
|
|
| 49 |
|
| 50 |
Structure:
|
| 51 |
– post_title - body of the post;
|
| 52 |
+
– parent_comment - parent comment :);
|
| 53 |
+
– parent_author - author of parent comment;
|
| 54 |
– child_comment - response (child) comment to parent comment;
|
| 55 |
+
– child_author - author of child comment;
|
| 56 |
– subsite_name - subsite name (like a theme);
|
| 57 |
– comment_id_parent - id of parent comment on dtf.ru
|
| 58 |
– comment_id_child - id of child comment on dtf.ru
|
|
|
|
| 63 |
– normalized_reply_count - normalized value of number of responses to the parent comment (from 0 to 1).
|
| 64 |
– parent_comment_tox - toxity metric for parent comment
|
| 65 |
– child_comment_tox - toxity metric for child comment
|
| 66 |
+
|
| 67 |
+
|
| 68 |
|
| 69 |
|
| 70 |
|