KingfernJohn commited on
Commit
a305b24
1 Parent(s): 7e8c58b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -10,7 +10,29 @@ tags:
10
  - text classification
11
  - NLP
12
  - Large
13
- pretty_name: PyPI Packages
14
  ---
15
 
16
- version 0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  - text classification
11
  - NLP
12
  - Large
13
+ pretty_name: kfj pypi
14
  ---
15
 
16
+ # kfj-pypi Dataset
17
+
18
+ This dataset contains a collection of PyPI packages scraped from PyPI. The dataset includes metadata about each package, including its name, version, description, author, license, and more. The dataset is intended to be used for research and development in various natural language processing (NLP) applications such as named entity recognition and text classification.
19
+
20
+ ## Usage
21
+
22
+ To use this dataset, you can download it from [Hugging Face Datasets](https://huggingface.co/datasets/KingfernJohn/kfj-pypi-packages-metadata) using the `datasets` library in Python:
23
+
24
+ ```
25
+ from datasets import load_dataset
26
+
27
+ dataset = load_dataset("kfj-pypi-packages-metadata")
28
+ ```
29
+
30
+ This will load the kfj-pypi dataset into a Python variable, which you can then use to access the metadata for each package.
31
+
32
+
33
+ ## Info
34
+
35
+ The dataset contains metadata of 161,346 packages, with a total size of 743MB.
36
+ We skipped packages that returned no metadata to avoid empty files.
37
+
38
+ Please note that the dataset is currently being updated and more packages will be added soon.