File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Source: https://synthea.mitre.org/
40
40
```python
41
41
print (datasets.dataset_info(" SYNTHEA_P100" )
42
42
43
- # datasets.load("SYNTHEA_P100")
43
+ datasets.load(" SYNTHEA_P100" )
44
44
```
45
45
46
46
# ### Common Vulnerability Exposures
@@ -52,7 +52,7 @@ Source: https://www.kaggle.com/datasets/andrewkronser/cve-common-vulnerabilities
52
52
```python
53
53
print (datasets.dataset_info(" CVE" )
54
54
55
- # datasets.load("CVE")
55
+ datasets.load(" CVE" )
56
56
```
57
57
58
58
# ### Flights
@@ -64,7 +64,7 @@ Source: https://github.com/arangodb/example-datasets/tree/master/Data%20Loader
64
64
```python
65
65
print (datasets.dataset_info(" FLIGHTS" )
66
66
67
- # datasets.load("FLIGHTS")
67
+ datasets.load(" FLIGHTS" )
68
68
```
69
69
70
70
# ### GDELT Open Intelligence
@@ -76,6 +76,6 @@ Source: https://www.gdeltproject.org/
76
76
```python
77
77
print (datasets.dataset_info(" OPEN_INTELLIGENCE" )
78
78
79
- # datasets.load("OPEN_INTELLIGENCE")
79
+ datasets.load(" OPEN_INTELLIGENCE" )
80
80
```
81
81
You can’t perform that action at this time.
0 commit comments