File size: 733 Bytes
cde605f c59858d 0bccc5f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
dataset_info:
features:
- name: code
dtype: string
- name: package
dtype: string
- name: path
dtype: string
- name: filename
dtype: string
splits:
- name: train
num_bytes: 31543801750
num_examples: 2438172
download_size: 9201420527
dataset_size: 31543801750
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "pypi_clean"
All of the latest package versions from pypi. The original data came from [here](https://py-code.org/datasets). I pulled the latest versions of each package, then extracted only `md`, `rst`, `ipynb`, and `py` files.
I then applied some cleaning:
- rendering notebooks
- removing leading comments/licenses |