yifAI commited on
Commit
95509e8
1 Parent(s): e808ae5

Update datacard

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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: integer
26
  description: "The score (upvotes - downvotes) of the question."
27
  - name: answer_count
28
- dtype: integer
29
  description: "The number of answers the question received."
30
  - name: answer_id
31
- dtype: integer
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