vikp commited on
Commit
0bccc5f
·
1 Parent(s): cde605f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -23,4 +23,9 @@ configs:
23
  ---
24
  # Dataset Card for "pypi_clean"
25
 
26
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
23
  ---
24
  # Dataset Card for "pypi_clean"
25
 
26
+ All of the latest package versions from pypi. The original data came from here. I pulled the latest versions of each package, then extracted only `md`, `rst`, `ipynb`, and `py` files.
27
+
28
+ I then applied some cleaning:
29
+
30
+ - rendering notebooks
31
+ - removing leading comments/licenses