rishabh-ranjan commited on
Commit
cb80b60
·
verified ·
1 Parent(s): de48b12

Refresh ER schema diagrams (1-400 of 2000)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
plurel-0/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-0
6
- ---
7
-
8
  # plurel-0
9
 
10
  PluRel synthetic relational database, seed 0 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 0 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2016-10-02`, test `2017-01-04` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-0")
25
- task = relbench.load_task("plurel-0", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-0
2
 
3
  PluRel synthetic relational database, seed 0 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-0")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-0", "<task>")
15
  ```
 
 
plurel-0/schema.svg CHANGED
plurel-1/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1
6
- ---
7
-
8
  # plurel-1
9
 
10
  PluRel synthetic relational database, seed 1 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2017-10-13`, test `2020-12-18` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1")
25
- task = relbench.load_task("plurel-1", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1
2
 
3
  PluRel synthetic relational database, seed 1 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1", "<task>")
15
  ```
 
 
plurel-1/schema.svg CHANGED
plurel-10/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-10
6
- ---
7
-
8
  # plurel-10
9
 
10
  PluRel synthetic relational database, seed 10 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 10 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2016-09-15`, test `2020-01-12` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-10")
25
- task = relbench.load_task("plurel-10", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-10
2
 
3
  PluRel synthetic relational database, seed 10 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-10")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-10", "<task>")
15
  ```
 
 
plurel-10/schema.svg CHANGED
plurel-100/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-100
6
- ---
7
-
8
  # plurel-100
9
 
10
  PluRel synthetic relational database, seed 100 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 100 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `1997-09-16`, test `1998-02-18` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-100")
25
- task = relbench.load_task("plurel-100", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-100
2
 
3
  PluRel synthetic relational database, seed 100 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-100")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-100", "<task>")
15
  ```
 
 
plurel-100/schema.svg CHANGED
plurel-1000/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1000
6
- ---
7
-
8
  # plurel-1000
9
 
10
  PluRel synthetic relational database, seed 1000 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1000 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2019-03-23`, test `2020-12-05` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1000")
25
- task = relbench.load_task("plurel-1000", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1000
2
 
3
  PluRel synthetic relational database, seed 1000 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1000")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1000", "<task>")
15
  ```
 
 
plurel-1000/schema.svg CHANGED
plurel-1001/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1001
6
- ---
7
-
8
  # plurel-1001
9
 
10
  PluRel synthetic relational database, seed 1001 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1001 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2022-07-30`, test `2023-04-26` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1001")
25
- task = relbench.load_task("plurel-1001", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1001
2
 
3
  PluRel synthetic relational database, seed 1001 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1001")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1001", "<task>")
15
  ```
 
 
plurel-1001/schema.svg CHANGED
plurel-1002/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1002
6
- ---
7
-
8
  # plurel-1002
9
 
10
  PluRel synthetic relational database, seed 1002 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1002 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `1998-05-26`, test `1999-01-16` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1002")
25
- task = relbench.load_task("plurel-1002", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1002
2
 
3
  PluRel synthetic relational database, seed 1002 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1002")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1002", "<task>")
15
  ```
 
 
plurel-1002/schema.svg CHANGED
plurel-1003/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1003
6
- ---
7
-
8
  # plurel-1003
9
 
10
  PluRel synthetic relational database, seed 1003 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1003 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2001-03-23`, test `2001-06-03` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1003")
25
- task = relbench.load_task("plurel-1003", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1003
2
 
3
  PluRel synthetic relational database, seed 1003 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1003")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1003", "<task>")
15
  ```
 
 
plurel-1003/schema.svg CHANGED
plurel-1004/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1004
6
- ---
7
-
8
  # plurel-1004
9
 
10
  PluRel synthetic relational database, seed 1004 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1004 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `1996-09-15`, test `1997-03-23` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1004")
25
- task = relbench.load_task("plurel-1004", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1004
2
 
3
  PluRel synthetic relational database, seed 1004 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1004")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1004", "<task>")
15
  ```
 
 
plurel-1004/schema.svg CHANGED
plurel-1005/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1005
6
- ---
7
-
8
  # plurel-1005
9
 
10
  PluRel synthetic relational database, seed 1005 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1005 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `1995-02-24`, test `1995-03-08` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1005")
25
- task = relbench.load_task("plurel-1005", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1005
2
 
3
  PluRel synthetic relational database, seed 1005 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1005")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1005", "<task>")
15
  ```
 
 
plurel-1005/schema.svg CHANGED
plurel-1006/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1006
6
- ---
7
-
8
  # plurel-1006
9
 
10
  PluRel synthetic relational database, seed 1006 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1006 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2007-03-05`, test `2007-07-12` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1006")
25
- task = relbench.load_task("plurel-1006", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1006
2
 
3
  PluRel synthetic relational database, seed 1006 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1006")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1006", "<task>")
15
  ```
 
 
plurel-1006/schema.svg CHANGED
plurel-1007/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1007
6
- ---
7
-
8
  # plurel-1007
9
 
10
  PluRel synthetic relational database, seed 1007 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1007 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2008-05-01`, test `2008-08-13` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1007")
25
- task = relbench.load_task("plurel-1007", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1007
2
 
3
  PluRel synthetic relational database, seed 1007 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1007")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1007", "<task>")
15
  ```
 
 
plurel-1007/schema.svg CHANGED
plurel-1008/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1008
6
- ---
7
-
8
  # plurel-1008
9
 
10
  PluRel synthetic relational database, seed 1008 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1008 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2001-01-25`, test `2002-06-10` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1008")
25
- task = relbench.load_task("plurel-1008", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1008
2
 
3
  PluRel synthetic relational database, seed 1008 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1008")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1008", "<task>")
15
  ```
 
 
plurel-1008/schema.svg CHANGED
plurel-1009/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1009
6
- ---
7
-
8
  # plurel-1009
9
 
10
  PluRel synthetic relational database, seed 1009 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1009 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2017-11-07`, test `2020-11-18` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1009")
25
- task = relbench.load_task("plurel-1009", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1009
2
 
3
  PluRel synthetic relational database, seed 1009 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1009")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1009", "<task>")
15
  ```
 
 
plurel-1009/schema.svg CHANGED
plurel-101/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-101
6
- ---
7
-
8
  # plurel-101
9
 
10
  PluRel synthetic relational database, seed 101 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 101 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2017-08-30`, test `2020-12-14` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-101")
25
- task = relbench.load_task("plurel-101", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-101
2
 
3
  PluRel synthetic relational database, seed 101 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-101")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-101", "<task>")
15
  ```
 
 
plurel-101/schema.svg CHANGED
plurel-1010/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1010
6
- ---
7
-
8
  # plurel-1010
9
 
10
  PluRel synthetic relational database, seed 1010 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1010 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2007-10-23`, test `2008-02-26` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1010")
25
- task = relbench.load_task("plurel-1010", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1010
2
 
3
  PluRel synthetic relational database, seed 1010 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1010")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1010", "<task>")
15
  ```
 
 
plurel-1010/schema.svg CHANGED
plurel-1011/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1011
6
- ---
7
-
8
  # plurel-1011
9
 
10
  PluRel synthetic relational database, seed 1011 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1011 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2011-08-12`, test `2012-09-26` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1011")
25
- task = relbench.load_task("plurel-1011", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1011
2
 
3
  PluRel synthetic relational database, seed 1011 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1011")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1011", "<task>")
15
  ```
 
 
plurel-1011/schema.svg CHANGED
plurel-1012/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1012
6
- ---
7
-
8
  # plurel-1012
9
 
10
  PluRel synthetic relational database, seed 1012 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1012 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2021-03-27`, test `2022-01-12` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1012")
25
- task = relbench.load_task("plurel-1012", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1012
2
 
3
  PluRel synthetic relational database, seed 1012 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1012")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1012", "<task>")
15
  ```
 
 
plurel-1012/schema.svg CHANGED
plurel-1013/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1013
6
- ---
7
-
8
  # plurel-1013
9
 
10
  PluRel synthetic relational database, seed 1013 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1013 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2008-01-04`, test `2009-06-01` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1013")
25
- task = relbench.load_task("plurel-1013", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1013
2
 
3
  PluRel synthetic relational database, seed 1013 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1013")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1013", "<task>")
15
  ```
 
 
plurel-1013/schema.svg CHANGED
plurel-1014/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1014
6
- ---
7
-
8
  # plurel-1014
9
 
10
  PluRel synthetic relational database, seed 1014 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1014 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2023-07-27`, test `2024-04-02` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1014")
25
- task = relbench.load_task("plurel-1014", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1014
2
 
3
  PluRel synthetic relational database, seed 1014 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1014")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1014", "<task>")
15
  ```
 
 
plurel-1014/schema.svg CHANGED
plurel-1015/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1015
6
- ---
7
-
8
  # plurel-1015
9
 
10
  PluRel synthetic relational database, seed 1015 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1015 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2015-09-03`, test `2016-10-25` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1015")
25
- task = relbench.load_task("plurel-1015", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1015
2
 
3
  PluRel synthetic relational database, seed 1015 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1015")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1015", "<task>")
15
  ```
 
 
plurel-1015/schema.svg CHANGED
plurel-1016/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1016
6
- ---
7
-
8
  # plurel-1016
9
 
10
  PluRel synthetic relational database, seed 1016 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1016 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2009-05-04`, test `2009-10-11` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1016")
25
- task = relbench.load_task("plurel-1016", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1016
2
 
3
  PluRel synthetic relational database, seed 1016 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1016")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1016", "<task>")
15
  ```
 
 
plurel-1016/schema.svg CHANGED
plurel-1017/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1017
6
- ---
7
-
8
  # plurel-1017
9
 
10
  PluRel synthetic relational database, seed 1017 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1017 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2001-08-23`, test `2001-12-18` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1017")
25
- task = relbench.load_task("plurel-1017", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1017
2
 
3
  PluRel synthetic relational database, seed 1017 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1017")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1017", "<task>")
15
  ```
 
 
plurel-1017/schema.svg CHANGED
plurel-1018/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1018
6
- ---
7
-
8
  # plurel-1018
9
 
10
  PluRel synthetic relational database, seed 1018 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1018 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2024-09-21`, test `2024-10-31` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1018")
25
- task = relbench.load_task("plurel-1018", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1018
2
 
3
  PluRel synthetic relational database, seed 1018 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1018")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1018", "<task>")
15
  ```
 
 
plurel-1018/schema.svg CHANGED
plurel-1019/README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- tags:
3
- - relbench
4
- - relational-deep-learning
5
- pretty_name: plurel-1019
6
- ---
7
-
8
  # plurel-1019
9
 
10
  PluRel synthetic relational database, seed 1019 (v1.0.0 workload preset).
@@ -13,16 +6,10 @@ PluRel synthetic relational database, seed 1019 (v1.0.0 workload preset).
13
 
14
  ![schema diagram](schema.svg)
15
 
16
- Open [`schema.svg`](schema.svg) for a zoomable view: each table shows its columns and types and its row count, with primary keys, foreign keys, time columns, and the foreign-key relationships (crow's-foot notation) between tables.
17
-
18
- Splits: validation `2007-05-17`, test `2007-09-11` (rows up to a split's timestamp are the inputs for that split).
19
-
20
  ## Loading
21
 
22
  ```python
23
  import relbench
24
- ds = relbench.load_dataset("plurel-1019")
25
- task = relbench.load_task("plurel-1019", "<task>")
26
  ```
27
-
28
- Manifest layout (`manifest.yaml` + plain parquet); see the RelBench [CONTRIBUTING guide](https://github.com/snap-stanford/relbench/blob/main/CONTRIBUTING.md).
 
 
 
 
 
 
 
 
1
  # plurel-1019
2
 
3
  PluRel synthetic relational database, seed 1019 (v1.0.0 workload preset).
 
6
 
7
  ![schema diagram](schema.svg)
8
 
 
 
 
 
9
  ## Loading
10
 
11
  ```python
12
  import relbench
13
+ ds = relbench.load_dataset("relbench/plurel-v1/plurel-1019")
14
+ task = relbench.load_task("relbench/plurel-v1/plurel-1019", "<task>")
15
  ```
 
 
plurel-1019/schema.svg CHANGED