File size: 610 Bytes
5565450
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c3220e7
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
dataset_info:
  features:
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 55898233
    num_examples: 20731
  download_size: 27764746
  dataset_size: 55898233
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

## Stackoverflow Q&A about Python

This dataset is a subset of [StackSample](https://www.kaggle.com/datasets/stackoverflow/stacksample).
Each row is a text containing a question and the highest rated answer - if it relates to Python.

The relatively contained size of this set might be helpful to deploy as a local RAG application.