File size: 712 Bytes
d49f238 b1df09d |
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 |
---
dataset_info:
features:
- name: code
dtype: string
- name: package
dtype: string
- name: path
dtype: string
- name: filename
dtype: string
splits:
- name: train
num_bytes: 42561764962
num_examples: 5978028
download_size: 12186040767
dataset_size: 42561764962
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for "pypi_raw"
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. See other datasets for versions that have been cleaned and labeled. |