Upload StackOverflow-TP4-1M.csv
Browse filesTP4 is a comprehensive dataset containing a curated collection of questions and answers from Stack Overflow. Focused on the realms of Python programming, NumPy, Pandas, TensorFlow, and PyTorch, TP4 includes essential attributes such as question ID, title, question body, answer body, associated tags, and score. This dataset is designed to facilitate research, analysis, and exploration of inquiries and solutions within the Python and machine learning communities on Stack Overflow.
Key Features:
Question ID: Unique identifiers for each question, facilitating easy referencing and linkage.
Title: Concise titles summarizing the essence of each question.
Question and Answer Bodies: Rich textual content providing detailed context and solutions.
Tags: Categorization labels such as 'python', 'numpy', 'pandas', 'tensorflow', and 'pytorch' for efficient filtering.
Score: Numerical representation of the community's evaluation of the question or answer.
- .gitattributes +1 -0
- StackOverflow-TP4-1M.csv +3 -0
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
StackOverflow-TP4-1M.csv filter=lfs diff=lfs merge=lfs -text
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc8147cde3b5e5338d8b4301b575f1e02ed00081e8f2ed5ac0b13cc3d9fca36f
|
3 |
+
size 4842710141
|