Update README.md
Browse files
README.md
CHANGED
|
@@ -6,12 +6,12 @@ language:
|
|
| 6 |
# StackOverflow Q&A Dataset for Various Projects
|
| 7 |
|
| 8 |
## Description
|
| 9 |
-
This dataset consists of Q&A data extracted from StackOverflow, related to different projects. It includes the following three columns:
|
| 10 |
1. **Question**: The question asked on StackOverflow.
|
| 11 |
2. **Answer**: The corresponding answer to the question.
|
| 12 |
3. **Tag**: The name of the project to which the question and answer are related.
|
| 13 |
|
| 14 |
-
The data was collected using the Git Exchange API to extract Q&A pairs from StackOverflow based on different projects. This process involved using project-specific tags to scrape StackOverflow for questions and their accepted answers, then categorizing them under the relevant project name (tag).
|
| 15 |
|
| 16 |
|
| 17 |
## License
|
|
|
|
| 6 |
# StackOverflow Q&A Dataset for Various Projects
|
| 7 |
|
| 8 |
## Description
|
| 9 |
+
This dataset consists of Q&A data extracted from StackOverflow, related to different projects of CNCF (Cloud Native Computing Foundation) landscape. It includes the following three columns:
|
| 10 |
1. **Question**: The question asked on StackOverflow.
|
| 11 |
2. **Answer**: The corresponding answer to the question.
|
| 12 |
3. **Tag**: The name of the project to which the question and answer are related.
|
| 13 |
|
| 14 |
+
The data was collected using the Git Exchange API to extract Q&A pairs from StackOverflow based on different projects of CNCF (Cloud Native Computing Foundation) landscape. This process involved using project-specific tags to scrape StackOverflow for questions and their accepted answers, then categorizing them under the relevant project name (tag).
|
| 15 |
|
| 16 |
|
| 17 |
## License
|