Skip to content

Commit 2e90167

Browse files
authored
update README
1 parent d0aa66a commit 2e90167

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Source: https://synthea.mitre.org/
4040
```python
4141
print(datasets.dataset_info("SYNTHEA_P100")
4242

43-
# datasets.load("SYNTHEA_P100")
43+
datasets.load("SYNTHEA_P100")
4444
```
4545

4646
#### Common Vulnerability Exposures
@@ -52,7 +52,7 @@ Source: https://www.kaggle.com/datasets/andrewkronser/cve-common-vulnerabilities
5252
```python
5353
print(datasets.dataset_info("CVE")
5454

55-
# datasets.load("CVE")
55+
datasets.load("CVE")
5656
```
5757

5858
#### Flights
@@ -64,7 +64,7 @@ Source: https://github.com/arangodb/example-datasets/tree/master/Data%20Loader
6464
```python
6565
print(datasets.dataset_info("FLIGHTS")
6666

67-
# datasets.load("FLIGHTS")
67+
datasets.load("FLIGHTS")
6868
```
6969

7070
#### GDELT Open Intelligence
@@ -76,6 +76,6 @@ Source: https://www.gdeltproject.org/
7676
```python
7777
print(datasets.dataset_info("OPEN_INTELLIGENCE")
7878

79-
# datasets.load("OPEN_INTELLIGENCE")
79+
datasets.load("OPEN_INTELLIGENCE")
8080
```
8181

0 commit comments

Comments
 (0)