Update datacard
Browse files
README.md
CHANGED
@@ -22,13 +22,13 @@ dataset_info:
|
|
22 |
dtype: string
|
23 |
description: "The source from which the data was obtained, in this case, Stack Exchange."
|
24 |
- name: question_score
|
25 |
-
dtype:
|
26 |
description: "The score (upvotes - downvotes) of the question."
|
27 |
- name: answer_count
|
28 |
-
dtype:
|
29 |
description: "The number of answers the question received."
|
30 |
- name: answer_id
|
31 |
-
dtype:
|
32 |
description: "A unique identifier for the answer."
|
33 |
description: "A collection of metadata for each question-answer pair."
|
34 |
license: mit
|
|
|
22 |
dtype: string
|
23 |
description: "The source from which the data was obtained, in this case, Stack Exchange."
|
24 |
- name: question_score
|
25 |
+
dtype: int32
|
26 |
description: "The score (upvotes - downvotes) of the question."
|
27 |
- name: answer_count
|
28 |
+
dtype: int32
|
29 |
description: "The number of answers the question received."
|
30 |
- name: answer_id
|
31 |
+
dtype: int32
|
32 |
description: "A unique identifier for the answer."
|
33 |
description: "A collection of metadata for each question-answer pair."
|
34 |
license: mit
|