Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -46,6 +46,7 @@ configs:
|
|
| 46 |
- Contains only `python` tagged question-answer pairs.
|
| 47 |
- Each question has a vote greater tan or equal to 1.
|
| 48 |
- Only contains the questions that have accepted answers and the corresponding accepted answers.
|
|
|
|
| 49 |
### 2. Column description,
|
| 50 |
- `question_id` : id came from Stackoverflow.
|
| 51 |
- `creation_date` : the date when the question was created.
|
|
|
|
| 46 |
- Contains only `python` tagged question-answer pairs.
|
| 47 |
- Each question has a vote greater tan or equal to 1.
|
| 48 |
- Only contains the questions that have accepted answers and the corresponding accepted answers.
|
| 49 |
+
- **Can contain accepted answers(~30) with negative votes.**
|
| 50 |
### 2. Column description,
|
| 51 |
- `question_id` : id came from Stackoverflow.
|
| 52 |
- `creation_date` : the date when the question was created.
|