KingfernJohn commited on
Commit
45159d9
1 Parent(s): a305b24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -21,10 +21,10 @@ This dataset contains a collection of PyPI packages scraped from PyPI. The datas
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.
 
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
+ ```python
25
+ <span style="color:purple">from</span> datasets <span style="color:purple">import</span> load_dataset
26
 
27
+ dataset = load_dataset("<span style="color:green">kfj-pypi-packages-metadata</span>")
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.