Skip to content

Commit 5e1f379

Browse files
authored
update README
1 parent 2e90167 commit 5e1f379

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Synthea is an open-source synthetic patient dataset that simulates health record
3737

3838
Source: https://synthea.mitre.org/
3939

40+
Size: 145514 nodes, 311701 edges
41+
4042
```python
4143
print(datasets.dataset_info("SYNTHEA_P100")
4244

@@ -49,6 +51,8 @@ This dataset contains information on Common Vulnerabilities and Exposures (CVE),
4951

5052
Source: https://www.kaggle.com/datasets/andrewkronser/cve-common-vulnerabilities-and-exposures
5153

54+
Size: 145506 nodes, 316967 edges
55+
5256
```python
5357
print(datasets.dataset_info("CVE")
5458

@@ -61,6 +65,8 @@ The Flights dataset in the ArangoDB Example Datasets contains flight-related dat
6165

6266
Source: https://github.com/arangodb/example-datasets/tree/master/Data%20Loader
6367

68+
Size: 3375 nodes, 286463 edges
69+
6470
```python
6571
print(datasets.dataset_info("FLIGHTS")
6672

@@ -73,6 +79,8 @@ The GDELT Project (Global Database of Events, Language, and Tone) is an open dat
7379

7480
Source: https://www.gdeltproject.org/
7581

82+
Size: 80047 nodes, 321819 edges
83+
7684
```python
7785
print(datasets.dataset_info("OPEN_INTELLIGENCE")
7886

0 commit comments

Comments
 (0)