| original_column_name,column_name,column_description,data_format,value_description
|
| Id,,the comment Id,integer,
|
| PostId,Post Id,the unique id of the post,integer,
|
| Score,,rating score,integer,"commonsense evidence: |
| The score is from 0 to 100. The score more than 60 refers that the comment is a positive comment. The score less than 60 refers that the comment is a negative comment. "
|
| Text,,the detailed content of the comment,text,
|
| CreationDate,Creation Date,the creation date of the comment,datetime,
|
| UserId,User Id,the id of the user who post the comment,integer,
|
| UserDisplayName,User Display Name,user's display name,text, |