jixy2012 commited on
Commit
e2d7eb3
1 Parent(s): f74687c

fix: tracking everything with lfs

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. bird-corpus-val/bird-context-validation.json +0 -1922
  2. bird-corpus-val/dev_databases/california_schools/.DS_Store +0 -0
  3. bird-corpus-val/dev_databases/california_schools/database_description/frpm.csv +0 -39
  4. bird-corpus-val/dev_databases/california_schools/database_description/satscores.csv +0 -16
  5. bird-corpus-val/dev_databases/california_schools/database_description/schools.csv +0 -149
  6. bird-corpus-val/dev_databases/card_games/.DS_Store +0 -0
  7. bird-corpus-val/dev_databases/card_games/card_games.sqlite-shm +0 -0
  8. bird-corpus-val/dev_databases/card_games/database_description/cards.csv +0 -91
  9. bird-corpus-val/dev_databases/card_games/database_description/foreign_data.csv +0 -9
  10. bird-corpus-val/dev_databases/card_games/database_description/legalities.csv +0 -7
  11. bird-corpus-val/dev_databases/card_games/database_description/ruling.csv +0 -5
  12. bird-corpus-val/dev_databases/card_games/database_description/set_transactions.csv +0 -5
  13. bird-corpus-val/dev_databases/card_games/database_description/sets.csv +0 -23
  14. bird-corpus-val/dev_databases/codebase_community/.DS_Store +0 -0
  15. bird-corpus-val/dev_databases/codebase_community/database_description/badges.csv +0 -5
  16. bird-corpus-val/dev_databases/codebase_community/database_description/comments.csv +0 -9
  17. bird-corpus-val/dev_databases/codebase_community/database_description/postHistory.csv +0 -10
  18. bird-corpus-val/dev_databases/codebase_community/database_description/postLinks.csv +0 -6
  19. bird-corpus-val/dev_databases/codebase_community/database_description/posts.csv +0 -27
  20. bird-corpus-val/dev_databases/codebase_community/database_description/tags.csv +0 -6
  21. bird-corpus-val/dev_databases/codebase_community/database_description/users.csv +0 -18
  22. bird-corpus-val/dev_databases/codebase_community/database_description/votes.csv +0 -7
  23. bird-corpus-val/dev_databases/debit_card_specializing/.DS_Store +0 -0
  24. bird-corpus-val/dev_databases/debit_card_specializing/database_description/customers.csv +0 -4
  25. bird-corpus-val/dev_databases/debit_card_specializing/database_description/gasstations.csv +0 -5
  26. bird-corpus-val/dev_databases/debit_card_specializing/database_description/products.csv +0 -3
  27. bird-corpus-val/dev_databases/debit_card_specializing/database_description/transactions_1k.csv +0 -12
  28. bird-corpus-val/dev_databases/debit_card_specializing/database_description/yearmonth.csv +0 -4
  29. bird-corpus-val/dev_databases/european_football_2/.DS_Store +0 -0
  30. bird-corpus-val/dev_databases/european_football_2/database_description/Country.csv +0 -3
  31. bird-corpus-val/dev_databases/european_football_2/database_description/League.csv +0 -4
  32. bird-corpus-val/dev_databases/european_football_2/database_description/Match.csv +0 -118
  33. bird-corpus-val/dev_databases/european_football_2/database_description/Player.csv +0 -10
  34. bird-corpus-val/dev_databases/european_football_2/database_description/Player_Attributes.csv +0 -61
  35. bird-corpus-val/dev_databases/european_football_2/database_description/Team.csv +0 -6
  36. bird-corpus-val/dev_databases/european_football_2/database_description/Team_Attributes.csv +0 -53
  37. bird-corpus-val/dev_databases/financial/.DS_Store +0 -0
  38. bird-corpus-val/dev_databases/financial/database_description/account.csv +0 -7
  39. bird-corpus-val/dev_databases/financial/database_description/card.csv +0 -7
  40. bird-corpus-val/dev_databases/financial/database_description/client.csv +0 -6
  41. bird-corpus-val/dev_databases/financial/database_description/disp.csv +0 -7
  42. bird-corpus-val/dev_databases/financial/database_description/district.csv +0 -17
  43. bird-corpus-val/dev_databases/financial/database_description/loan.csv +0 -11
  44. bird-corpus-val/dev_databases/financial/database_description/order.csv +0 -10
  45. bird-corpus-val/dev_databases/financial/database_description/trans.csv +0 -22
  46. bird-corpus-val/dev_databases/formula_1/.DS_Store +0 -0
  47. bird-corpus-val/dev_databases/formula_1/database_description/circuits.csv +0 -11
  48. bird-corpus-val/dev_databases/formula_1/database_description/constructorResults.csv +0 -6
  49. bird-corpus-val/dev_databases/formula_1/database_description/constructorStandings.csv +0 -8
  50. bird-corpus-val/dev_databases/formula_1/database_description/constructors.csv +0 -8
bird-corpus-val/bird-context-validation.json DELETED
@@ -1,1922 +0,0 @@
1
- [
2
- {
3
- "database_id": "debit_card_specializing",
4
- "table_id": "customers",
5
- "context": {
6
- "primary_key": [
7
- "CustomerID"
8
- ],
9
- "foreign_keys": []
10
- }
11
- },
12
- {
13
- "database_id": "debit_card_specializing",
14
- "table_id": "gasstations",
15
- "context": {
16
- "primary_key": [
17
- "GasStationID"
18
- ],
19
- "foreign_keys": []
20
- }
21
- },
22
- {
23
- "database_id": "debit_card_specializing",
24
- "table_id": "products",
25
- "context": {
26
- "primary_key": [
27
- "ProductID"
28
- ],
29
- "foreign_keys": []
30
- }
31
- },
32
- {
33
- "database_id": "debit_card_specializing",
34
- "table_id": "transactions_1k",
35
- "context": {
36
- "primary_key": [
37
- "TransactionID"
38
- ],
39
- "foreign_keys": []
40
- }
41
- },
42
- {
43
- "database_id": "debit_card_specializing",
44
- "table_id": "yearmonth",
45
- "context": {
46
- "primary_key": [
47
- "CustomerID",
48
- "Date"
49
- ],
50
- "foreign_keys": [
51
- {
52
- "columns": [
53
- "CustomerID"
54
- ],
55
- "references": {
56
- "table": "customers",
57
- "columns": [
58
- "CustomerID"
59
- ]
60
- }
61
- }
62
- ]
63
- }
64
- },
65
- {
66
- "database_id": "financial",
67
- "table_id": "account",
68
- "context": {
69
- "primary_key": [
70
- "account_id"
71
- ],
72
- "foreign_keys": [
73
- {
74
- "columns": [
75
- "district_id"
76
- ],
77
- "references": {
78
- "table": "district",
79
- "columns": [
80
- "district_id"
81
- ]
82
- }
83
- }
84
- ]
85
- }
86
- },
87
- {
88
- "database_id": "financial",
89
- "table_id": "card",
90
- "context": {
91
- "primary_key": [
92
- "card_id"
93
- ],
94
- "foreign_keys": [
95
- {
96
- "columns": [
97
- "disp_id"
98
- ],
99
- "references": {
100
- "table": "disp",
101
- "columns": [
102
- "disp_id"
103
- ]
104
- }
105
- }
106
- ]
107
- }
108
- },
109
- {
110
- "database_id": "financial",
111
- "table_id": "client",
112
- "context": {
113
- "primary_key": [
114
- "client_id"
115
- ],
116
- "foreign_keys": [
117
- {
118
- "columns": [
119
- "district_id"
120
- ],
121
- "references": {
122
- "table": "district",
123
- "columns": [
124
- "district_id"
125
- ]
126
- }
127
- }
128
- ]
129
- }
130
- },
131
- {
132
- "database_id": "financial",
133
- "table_id": "disp",
134
- "context": {
135
- "primary_key": [
136
- "disp_id"
137
- ],
138
- "foreign_keys": [
139
- {
140
- "columns": [
141
- "client_id"
142
- ],
143
- "references": {
144
- "table": "client",
145
- "columns": [
146
- "client_id"
147
- ]
148
- }
149
- },
150
- {
151
- "columns": [
152
- "account_id"
153
- ],
154
- "references": {
155
- "table": "account",
156
- "columns": [
157
- "account_id"
158
- ]
159
- }
160
- }
161
- ]
162
- }
163
- },
164
- {
165
- "database_id": "financial",
166
- "table_id": "district",
167
- "context": {
168
- "primary_key": [
169
- "district_id"
170
- ],
171
- "foreign_keys": []
172
- }
173
- },
174
- {
175
- "database_id": "financial",
176
- "table_id": "loan",
177
- "context": {
178
- "primary_key": [
179
- "loan_id"
180
- ],
181
- "foreign_keys": [
182
- {
183
- "columns": [
184
- "account_id"
185
- ],
186
- "references": {
187
- "table": "account",
188
- "columns": [
189
- "account_id"
190
- ]
191
- }
192
- }
193
- ]
194
- }
195
- },
196
- {
197
- "database_id": "financial",
198
- "table_id": "order",
199
- "context": {
200
- "primary_key": [
201
- "order_id"
202
- ],
203
- "foreign_keys": [
204
- {
205
- "columns": [
206
- "account_id"
207
- ],
208
- "references": {
209
- "table": "account",
210
- "columns": [
211
- "account_id"
212
- ]
213
- }
214
- }
215
- ]
216
- }
217
- },
218
- {
219
- "database_id": "financial",
220
- "table_id": "trans",
221
- "context": {
222
- "primary_key": [
223
- "trans_id"
224
- ],
225
- "foreign_keys": [
226
- {
227
- "columns": [
228
- "account_id"
229
- ],
230
- "references": {
231
- "table": "account",
232
- "columns": [
233
- "account_id"
234
- ]
235
- }
236
- }
237
- ]
238
- }
239
- },
240
- {
241
- "database_id": "formula_1",
242
- "table_id": "circuits",
243
- "context": {
244
- "primary_key": [
245
- "circuitId"
246
- ],
247
- "foreign_keys": []
248
- }
249
- },
250
- {
251
- "database_id": "formula_1",
252
- "table_id": "constructors",
253
- "context": {
254
- "primary_key": [
255
- "constructorId"
256
- ],
257
- "foreign_keys": []
258
- }
259
- },
260
- {
261
- "database_id": "formula_1",
262
- "table_id": "drivers",
263
- "context": {
264
- "primary_key": [
265
- "driverId"
266
- ],
267
- "foreign_keys": []
268
- }
269
- },
270
- {
271
- "database_id": "formula_1",
272
- "table_id": "seasons",
273
- "context": {
274
- "primary_key": [
275
- "year"
276
- ],
277
- "foreign_keys": []
278
- }
279
- },
280
- {
281
- "database_id": "formula_1",
282
- "table_id": "races",
283
- "context": {
284
- "primary_key": [
285
- "raceId"
286
- ],
287
- "foreign_keys": [
288
- {
289
- "columns": [
290
- "circuitId"
291
- ],
292
- "references": {
293
- "table": "circuits",
294
- "columns": [
295
- "circuitId"
296
- ]
297
- }
298
- },
299
- {
300
- "columns": [
301
- "year"
302
- ],
303
- "references": {
304
- "table": "seasons",
305
- "columns": [
306
- "year"
307
- ]
308
- }
309
- }
310
- ]
311
- }
312
- },
313
- {
314
- "database_id": "formula_1",
315
- "table_id": "constructorResults",
316
- "context": {
317
- "primary_key": [
318
- "constructorResultsId"
319
- ],
320
- "foreign_keys": [
321
- {
322
- "columns": [
323
- "constructorId"
324
- ],
325
- "references": {
326
- "table": "constructors",
327
- "columns": [
328
- "constructorId"
329
- ]
330
- }
331
- },
332
- {
333
- "columns": [
334
- "raceId"
335
- ],
336
- "references": {
337
- "table": "races",
338
- "columns": [
339
- "raceId"
340
- ]
341
- }
342
- }
343
- ]
344
- }
345
- },
346
- {
347
- "database_id": "formula_1",
348
- "table_id": "constructorStandings",
349
- "context": {
350
- "primary_key": [
351
- "constructorStandingsId"
352
- ],
353
- "foreign_keys": [
354
- {
355
- "columns": [
356
- "constructorId"
357
- ],
358
- "references": {
359
- "table": "constructors",
360
- "columns": [
361
- "constructorId"
362
- ]
363
- }
364
- },
365
- {
366
- "columns": [
367
- "raceId"
368
- ],
369
- "references": {
370
- "table": "races",
371
- "columns": [
372
- "raceId"
373
- ]
374
- }
375
- }
376
- ]
377
- }
378
- },
379
- {
380
- "database_id": "formula_1",
381
- "table_id": "driverStandings",
382
- "context": {
383
- "primary_key": [
384
- "driverStandingsId"
385
- ],
386
- "foreign_keys": [
387
- {
388
- "columns": [
389
- "driverId"
390
- ],
391
- "references": {
392
- "table": "drivers",
393
- "columns": [
394
- "driverId"
395
- ]
396
- }
397
- },
398
- {
399
- "columns": [
400
- "raceId"
401
- ],
402
- "references": {
403
- "table": "races",
404
- "columns": [
405
- "raceId"
406
- ]
407
- }
408
- }
409
- ]
410
- }
411
- },
412
- {
413
- "database_id": "formula_1",
414
- "table_id": "lapTimes",
415
- "context": {
416
- "primary_key": [
417
- "raceId",
418
- "driverId",
419
- "lap"
420
- ],
421
- "foreign_keys": [
422
- {
423
- "columns": [
424
- "driverId"
425
- ],
426
- "references": {
427
- "table": "drivers",
428
- "columns": [
429
- "driverId"
430
- ]
431
- }
432
- },
433
- {
434
- "columns": [
435
- "raceId"
436
- ],
437
- "references": {
438
- "table": "races",
439
- "columns": [
440
- "raceId"
441
- ]
442
- }
443
- }
444
- ]
445
- }
446
- },
447
- {
448
- "database_id": "formula_1",
449
- "table_id": "pitStops",
450
- "context": {
451
- "primary_key": [
452
- "raceId",
453
- "driverId",
454
- "stop"
455
- ],
456
- "foreign_keys": [
457
- {
458
- "columns": [
459
- "driverId"
460
- ],
461
- "references": {
462
- "table": "drivers",
463
- "columns": [
464
- "driverId"
465
- ]
466
- }
467
- },
468
- {
469
- "columns": [
470
- "raceId"
471
- ],
472
- "references": {
473
- "table": "races",
474
- "columns": [
475
- "raceId"
476
- ]
477
- }
478
- }
479
- ]
480
- }
481
- },
482
- {
483
- "database_id": "formula_1",
484
- "table_id": "qualifying",
485
- "context": {
486
- "primary_key": [
487
- "qualifyId"
488
- ],
489
- "foreign_keys": [
490
- {
491
- "columns": [
492
- "constructorId"
493
- ],
494
- "references": {
495
- "table": "constructors",
496
- "columns": [
497
- "constructorId"
498
- ]
499
- }
500
- },
501
- {
502
- "columns": [
503
- "driverId"
504
- ],
505
- "references": {
506
- "table": "drivers",
507
- "columns": [
508
- "driverId"
509
- ]
510
- }
511
- },
512
- {
513
- "columns": [
514
- "raceId"
515
- ],
516
- "references": {
517
- "table": "races",
518
- "columns": [
519
- "raceId"
520
- ]
521
- }
522
- }
523
- ]
524
- }
525
- },
526
- {
527
- "database_id": "formula_1",
528
- "table_id": "status",
529
- "context": {
530
- "primary_key": [
531
- "statusId"
532
- ],
533
- "foreign_keys": []
534
- }
535
- },
536
- {
537
- "database_id": "formula_1",
538
- "table_id": "results",
539
- "context": {
540
- "primary_key": [
541
- "resultId"
542
- ],
543
- "foreign_keys": [
544
- {
545
- "columns": [
546
- "statusId"
547
- ],
548
- "references": {
549
- "table": "status",
550
- "columns": [
551
- "statusId"
552
- ]
553
- }
554
- },
555
- {
556
- "columns": [
557
- "constructorId"
558
- ],
559
- "references": {
560
- "table": "constructors",
561
- "columns": [
562
- "constructorId"
563
- ]
564
- }
565
- },
566
- {
567
- "columns": [
568
- "driverId"
569
- ],
570
- "references": {
571
- "table": "drivers",
572
- "columns": [
573
- "driverId"
574
- ]
575
- }
576
- },
577
- {
578
- "columns": [
579
- "raceId"
580
- ],
581
- "references": {
582
- "table": "races",
583
- "columns": [
584
- "raceId"
585
- ]
586
- }
587
- }
588
- ]
589
- }
590
- },
591
- {
592
- "database_id": "california_schools",
593
- "table_id": "frpm",
594
- "context": {
595
- "primary_key": [
596
- "CDSCode"
597
- ],
598
- "foreign_keys": [
599
- {
600
- "columns": [
601
- "CDSCode"
602
- ],
603
- "references": {
604
- "table": "schools",
605
- "columns": [
606
- "CDSCode"
607
- ]
608
- }
609
- }
610
- ]
611
- }
612
- },
613
- {
614
- "database_id": "california_schools",
615
- "table_id": "satscores",
616
- "context": {
617
- "primary_key": [
618
- "cds"
619
- ],
620
- "foreign_keys": [
621
- {
622
- "columns": [
623
- "cds"
624
- ],
625
- "references": {
626
- "table": "schools",
627
- "columns": [
628
- "CDSCode"
629
- ]
630
- }
631
- }
632
- ]
633
- }
634
- },
635
- {
636
- "database_id": "california_schools",
637
- "table_id": "schools",
638
- "context": {
639
- "primary_key": [
640
- "CDSCode"
641
- ],
642
- "foreign_keys": []
643
- }
644
- },
645
- {
646
- "database_id": "card_games",
647
- "table_id": "cards",
648
- "context": {
649
- "primary_key": [
650
- "id"
651
- ],
652
- "foreign_keys": []
653
- }
654
- },
655
- {
656
- "database_id": "card_games",
657
- "table_id": "foreign_data",
658
- "context": {
659
- "primary_key": [
660
- "id"
661
- ],
662
- "foreign_keys": [
663
- {
664
- "columns": [
665
- "uuid"
666
- ],
667
- "references": {
668
- "table": "cards",
669
- "columns": [
670
- "uuid"
671
- ]
672
- }
673
- }
674
- ]
675
- }
676
- },
677
- {
678
- "database_id": "card_games",
679
- "table_id": "legalities",
680
- "context": {
681
- "primary_key": [
682
- "id"
683
- ],
684
- "foreign_keys": [
685
- {
686
- "columns": [
687
- "uuid"
688
- ],
689
- "references": {
690
- "table": "cards",
691
- "columns": [
692
- "uuid"
693
- ]
694
- }
695
- }
696
- ]
697
- }
698
- },
699
- {
700
- "database_id": "card_games",
701
- "table_id": "sets",
702
- "context": {
703
- "primary_key": [
704
- "id"
705
- ],
706
- "foreign_keys": []
707
- }
708
- },
709
- {
710
- "database_id": "card_games",
711
- "table_id": "set_translations",
712
- "context": {
713
- "primary_key": [
714
- "id"
715
- ],
716
- "foreign_keys": [
717
- {
718
- "columns": [
719
- "setCode"
720
- ],
721
- "references": {
722
- "table": "sets",
723
- "columns": [
724
- "code"
725
- ]
726
- }
727
- }
728
- ]
729
- }
730
- },
731
- {
732
- "database_id": "card_games",
733
- "table_id": "rulings",
734
- "context": {
735
- "primary_key": [
736
- "id"
737
- ],
738
- "foreign_keys": [
739
- {
740
- "columns": [
741
- "uuid"
742
- ],
743
- "references": {
744
- "table": "cards",
745
- "columns": [
746
- "uuid"
747
- ]
748
- }
749
- }
750
- ]
751
- }
752
- },
753
- {
754
- "database_id": "european_football_2",
755
- "table_id": "Player_Attributes",
756
- "context": {
757
- "primary_key": [
758
- "id"
759
- ],
760
- "foreign_keys": [
761
- {
762
- "columns": [
763
- "player_api_id"
764
- ],
765
- "references": {
766
- "table": "Player",
767
- "columns": [
768
- "player_api_id"
769
- ]
770
- }
771
- },
772
- {
773
- "columns": [
774
- "player_fifa_api_id"
775
- ],
776
- "references": {
777
- "table": "Player",
778
- "columns": [
779
- "player_fifa_api_id"
780
- ]
781
- }
782
- }
783
- ]
784
- }
785
- },
786
- {
787
- "database_id": "european_football_2",
788
- "table_id": "Player",
789
- "context": {
790
- "primary_key": [
791
- "id"
792
- ],
793
- "foreign_keys": []
794
- }
795
- },
796
- {
797
- "database_id": "european_football_2",
798
- "table_id": "League",
799
- "context": {
800
- "primary_key": [
801
- "id"
802
- ],
803
- "foreign_keys": [
804
- {
805
- "columns": [
806
- "country_id"
807
- ],
808
- "references": {
809
- "table": "Country",
810
- "columns": [
811
- "id"
812
- ]
813
- }
814
- }
815
- ]
816
- }
817
- },
818
- {
819
- "database_id": "european_football_2",
820
- "table_id": "Country",
821
- "context": {
822
- "primary_key": [
823
- "id"
824
- ],
825
- "foreign_keys": []
826
- }
827
- },
828
- {
829
- "database_id": "european_football_2",
830
- "table_id": "Team",
831
- "context": {
832
- "primary_key": [
833
- "id"
834
- ],
835
- "foreign_keys": []
836
- }
837
- },
838
- {
839
- "database_id": "european_football_2",
840
- "table_id": "Team_Attributes",
841
- "context": {
842
- "primary_key": [
843
- "id"
844
- ],
845
- "foreign_keys": [
846
- {
847
- "columns": [
848
- "team_api_id"
849
- ],
850
- "references": {
851
- "table": "Team",
852
- "columns": [
853
- "team_api_id"
854
- ]
855
- }
856
- },
857
- {
858
- "columns": [
859
- "team_fifa_api_id"
860
- ],
861
- "references": {
862
- "table": "Team",
863
- "columns": [
864
- "team_fifa_api_id"
865
- ]
866
- }
867
- }
868
- ]
869
- }
870
- },
871
- {
872
- "database_id": "european_football_2",
873
- "table_id": "Match",
874
- "context": {
875
- "primary_key": [
876
- "id"
877
- ],
878
- "foreign_keys": [
879
- {
880
- "columns": [
881
- "away_player_11"
882
- ],
883
- "references": {
884
- "table": "Player",
885
- "columns": [
886
- "player_api_id"
887
- ]
888
- }
889
- },
890
- {
891
- "columns": [
892
- "away_player_10"
893
- ],
894
- "references": {
895
- "table": "Player",
896
- "columns": [
897
- "player_api_id"
898
- ]
899
- }
900
- },
901
- {
902
- "columns": [
903
- "away_player_9"
904
- ],
905
- "references": {
906
- "table": "Player",
907
- "columns": [
908
- "player_api_id"
909
- ]
910
- }
911
- },
912
- {
913
- "columns": [
914
- "away_player_8"
915
- ],
916
- "references": {
917
- "table": "Player",
918
- "columns": [
919
- "player_api_id"
920
- ]
921
- }
922
- },
923
- {
924
- "columns": [
925
- "away_player_7"
926
- ],
927
- "references": {
928
- "table": "Player",
929
- "columns": [
930
- "player_api_id"
931
- ]
932
- }
933
- },
934
- {
935
- "columns": [
936
- "away_player_6"
937
- ],
938
- "references": {
939
- "table": "Player",
940
- "columns": [
941
- "player_api_id"
942
- ]
943
- }
944
- },
945
- {
946
- "columns": [
947
- "away_player_5"
948
- ],
949
- "references": {
950
- "table": "Player",
951
- "columns": [
952
- "player_api_id"
953
- ]
954
- }
955
- },
956
- {
957
- "columns": [
958
- "away_player_4"
959
- ],
960
- "references": {
961
- "table": "Player",
962
- "columns": [
963
- "player_api_id"
964
- ]
965
- }
966
- },
967
- {
968
- "columns": [
969
- "away_player_3"
970
- ],
971
- "references": {
972
- "table": "Player",
973
- "columns": [
974
- "player_api_id"
975
- ]
976
- }
977
- },
978
- {
979
- "columns": [
980
- "away_player_2"
981
- ],
982
- "references": {
983
- "table": "Player",
984
- "columns": [
985
- "player_api_id"
986
- ]
987
- }
988
- },
989
- {
990
- "columns": [
991
- "away_player_1"
992
- ],
993
- "references": {
994
- "table": "Player",
995
- "columns": [
996
- "player_api_id"
997
- ]
998
- }
999
- },
1000
- {
1001
- "columns": [
1002
- "home_player_11"
1003
- ],
1004
- "references": {
1005
- "table": "Player",
1006
- "columns": [
1007
- "player_api_id"
1008
- ]
1009
- }
1010
- },
1011
- {
1012
- "columns": [
1013
- "home_player_10"
1014
- ],
1015
- "references": {
1016
- "table": "Player",
1017
- "columns": [
1018
- "player_api_id"
1019
- ]
1020
- }
1021
- },
1022
- {
1023
- "columns": [
1024
- "home_player_9"
1025
- ],
1026
- "references": {
1027
- "table": "Player",
1028
- "columns": [
1029
- "player_api_id"
1030
- ]
1031
- }
1032
- },
1033
- {
1034
- "columns": [
1035
- "home_player_8"
1036
- ],
1037
- "references": {
1038
- "table": "Player",
1039
- "columns": [
1040
- "player_api_id"
1041
- ]
1042
- }
1043
- },
1044
- {
1045
- "columns": [
1046
- "home_player_7"
1047
- ],
1048
- "references": {
1049
- "table": "Player",
1050
- "columns": [
1051
- "player_api_id"
1052
- ]
1053
- }
1054
- },
1055
- {
1056
- "columns": [
1057
- "home_player_6"
1058
- ],
1059
- "references": {
1060
- "table": "Player",
1061
- "columns": [
1062
- "player_api_id"
1063
- ]
1064
- }
1065
- },
1066
- {
1067
- "columns": [
1068
- "home_player_5"
1069
- ],
1070
- "references": {
1071
- "table": "Player",
1072
- "columns": [
1073
- "player_api_id"
1074
- ]
1075
- }
1076
- },
1077
- {
1078
- "columns": [
1079
- "home_player_4"
1080
- ],
1081
- "references": {
1082
- "table": "Player",
1083
- "columns": [
1084
- "player_api_id"
1085
- ]
1086
- }
1087
- },
1088
- {
1089
- "columns": [
1090
- "home_player_3"
1091
- ],
1092
- "references": {
1093
- "table": "Player",
1094
- "columns": [
1095
- "player_api_id"
1096
- ]
1097
- }
1098
- },
1099
- {
1100
- "columns": [
1101
- "home_player_2"
1102
- ],
1103
- "references": {
1104
- "table": "Player",
1105
- "columns": [
1106
- "player_api_id"
1107
- ]
1108
- }
1109
- },
1110
- {
1111
- "columns": [
1112
- "home_player_1"
1113
- ],
1114
- "references": {
1115
- "table": "Player",
1116
- "columns": [
1117
- "player_api_id"
1118
- ]
1119
- }
1120
- },
1121
- {
1122
- "columns": [
1123
- "away_team_api_id"
1124
- ],
1125
- "references": {
1126
- "table": "Team",
1127
- "columns": [
1128
- "team_api_id"
1129
- ]
1130
- }
1131
- },
1132
- {
1133
- "columns": [
1134
- "home_team_api_id"
1135
- ],
1136
- "references": {
1137
- "table": "Team",
1138
- "columns": [
1139
- "team_api_id"
1140
- ]
1141
- }
1142
- }
1143
- ]
1144
- }
1145
- },
1146
- {
1147
- "database_id": "thrombosis_prediction",
1148
- "table_id": "Examination",
1149
- "context": {
1150
- "primary_key": [],
1151
- "foreign_keys": [
1152
- {
1153
- "columns": [
1154
- "ID"
1155
- ],
1156
- "references": {
1157
- "table": "Patient",
1158
- "columns": [
1159
- "ID"
1160
- ]
1161
- }
1162
- }
1163
- ]
1164
- }
1165
- },
1166
- {
1167
- "database_id": "thrombosis_prediction",
1168
- "table_id": "Patient",
1169
- "context": {
1170
- "primary_key": [
1171
- "ID"
1172
- ],
1173
- "foreign_keys": []
1174
- }
1175
- },
1176
- {
1177
- "database_id": "thrombosis_prediction",
1178
- "table_id": "Laboratory",
1179
- "context": {
1180
- "primary_key": [
1181
- "ID",
1182
- "Date"
1183
- ],
1184
- "foreign_keys": [
1185
- {
1186
- "columns": [
1187
- "ID"
1188
- ],
1189
- "references": {
1190
- "table": "Patient",
1191
- "columns": [
1192
- "ID"
1193
- ]
1194
- }
1195
- }
1196
- ]
1197
- }
1198
- },
1199
- {
1200
- "database_id": "toxicology",
1201
- "table_id": "atom",
1202
- "context": {
1203
- "primary_key": [
1204
- "atom_id"
1205
- ],
1206
- "foreign_keys": [
1207
- {
1208
- "columns": [
1209
- "molecule_id"
1210
- ],
1211
- "references": {
1212
- "table": "molecule",
1213
- "columns": [
1214
- "molecule_id"
1215
- ]
1216
- }
1217
- }
1218
- ]
1219
- }
1220
- },
1221
- {
1222
- "database_id": "toxicology",
1223
- "table_id": "bond",
1224
- "context": {
1225
- "primary_key": [
1226
- "bond_id"
1227
- ],
1228
- "foreign_keys": [
1229
- {
1230
- "columns": [
1231
- "molecule_id"
1232
- ],
1233
- "references": {
1234
- "table": "molecule",
1235
- "columns": [
1236
- "molecule_id"
1237
- ]
1238
- }
1239
- }
1240
- ]
1241
- }
1242
- },
1243
- {
1244
- "database_id": "toxicology",
1245
- "table_id": "connected",
1246
- "context": {
1247
- "primary_key": [
1248
- "atom_id",
1249
- "atom_id2"
1250
- ],
1251
- "foreign_keys": [
1252
- {
1253
- "columns": [
1254
- "bond_id"
1255
- ],
1256
- "references": {
1257
- "table": "bond",
1258
- "columns": [
1259
- "bond_id"
1260
- ]
1261
- }
1262
- },
1263
- {
1264
- "columns": [
1265
- "atom_id2"
1266
- ],
1267
- "references": {
1268
- "table": "atom",
1269
- "columns": [
1270
- "atom_id"
1271
- ]
1272
- }
1273
- },
1274
- {
1275
- "columns": [
1276
- "atom_id"
1277
- ],
1278
- "references": {
1279
- "table": "atom",
1280
- "columns": [
1281
- "atom_id"
1282
- ]
1283
- }
1284
- }
1285
- ]
1286
- }
1287
- },
1288
- {
1289
- "database_id": "toxicology",
1290
- "table_id": "molecule",
1291
- "context": {
1292
- "primary_key": [
1293
- "molecule_id"
1294
- ],
1295
- "foreign_keys": []
1296
- }
1297
- },
1298
- {
1299
- "database_id": "student_club",
1300
- "table_id": "event",
1301
- "context": {
1302
- "primary_key": [
1303
- "event_id"
1304
- ],
1305
- "foreign_keys": []
1306
- }
1307
- },
1308
- {
1309
- "database_id": "student_club",
1310
- "table_id": "major",
1311
- "context": {
1312
- "primary_key": [
1313
- "major_id"
1314
- ],
1315
- "foreign_keys": []
1316
- }
1317
- },
1318
- {
1319
- "database_id": "student_club",
1320
- "table_id": "zip_code",
1321
- "context": {
1322
- "primary_key": [
1323
- "zip_code"
1324
- ],
1325
- "foreign_keys": []
1326
- }
1327
- },
1328
- {
1329
- "database_id": "student_club",
1330
- "table_id": "attendance",
1331
- "context": {
1332
- "primary_key": [
1333
- "link_to_event",
1334
- "link_to_member"
1335
- ],
1336
- "foreign_keys": [
1337
- {
1338
- "columns": [
1339
- "link_to_member"
1340
- ],
1341
- "references": {
1342
- "table": "member",
1343
- "columns": [
1344
- "member_id"
1345
- ]
1346
- }
1347
- },
1348
- {
1349
- "columns": [
1350
- "link_to_event"
1351
- ],
1352
- "references": {
1353
- "table": "event",
1354
- "columns": [
1355
- "event_id"
1356
- ]
1357
- }
1358
- }
1359
- ]
1360
- }
1361
- },
1362
- {
1363
- "database_id": "student_club",
1364
- "table_id": "budget",
1365
- "context": {
1366
- "primary_key": [
1367
- "budget_id"
1368
- ],
1369
- "foreign_keys": [
1370
- {
1371
- "columns": [
1372
- "link_to_event"
1373
- ],
1374
- "references": {
1375
- "table": "event",
1376
- "columns": [
1377
- "event_id"
1378
- ]
1379
- }
1380
- }
1381
- ]
1382
- }
1383
- },
1384
- {
1385
- "database_id": "student_club",
1386
- "table_id": "expense",
1387
- "context": {
1388
- "primary_key": [
1389
- "expense_id"
1390
- ],
1391
- "foreign_keys": [
1392
- {
1393
- "columns": [
1394
- "link_to_member"
1395
- ],
1396
- "references": {
1397
- "table": "member",
1398
- "columns": [
1399
- "member_id"
1400
- ]
1401
- }
1402
- },
1403
- {
1404
- "columns": [
1405
- "link_to_budget"
1406
- ],
1407
- "references": {
1408
- "table": "budget",
1409
- "columns": [
1410
- "budget_id"
1411
- ]
1412
- }
1413
- }
1414
- ]
1415
- }
1416
- },
1417
- {
1418
- "database_id": "student_club",
1419
- "table_id": "income",
1420
- "context": {
1421
- "primary_key": [
1422
- "income_id"
1423
- ],
1424
- "foreign_keys": [
1425
- {
1426
- "columns": [
1427
- "link_to_member"
1428
- ],
1429
- "references": {
1430
- "table": "member",
1431
- "columns": [
1432
- "member_id"
1433
- ]
1434
- }
1435
- }
1436
- ]
1437
- }
1438
- },
1439
- {
1440
- "database_id": "student_club",
1441
- "table_id": "member",
1442
- "context": {
1443
- "primary_key": [
1444
- "member_id"
1445
- ],
1446
- "foreign_keys": [
1447
- {
1448
- "columns": [
1449
- "zip"
1450
- ],
1451
- "references": {
1452
- "table": "zip_code",
1453
- "columns": [
1454
- "zip_code"
1455
- ]
1456
- }
1457
- },
1458
- {
1459
- "columns": [
1460
- "link_to_major"
1461
- ],
1462
- "references": {
1463
- "table": "major",
1464
- "columns": [
1465
- "major_id"
1466
- ]
1467
- }
1468
- }
1469
- ]
1470
- }
1471
- },
1472
- {
1473
- "database_id": "superhero",
1474
- "table_id": "alignment",
1475
- "context": {
1476
- "primary_key": [
1477
- "id"
1478
- ],
1479
- "foreign_keys": []
1480
- }
1481
- },
1482
- {
1483
- "database_id": "superhero",
1484
- "table_id": "attribute",
1485
- "context": {
1486
- "primary_key": [
1487
- "id"
1488
- ],
1489
- "foreign_keys": []
1490
- }
1491
- },
1492
- {
1493
- "database_id": "superhero",
1494
- "table_id": "colour",
1495
- "context": {
1496
- "primary_key": [
1497
- "id"
1498
- ],
1499
- "foreign_keys": []
1500
- }
1501
- },
1502
- {
1503
- "database_id": "superhero",
1504
- "table_id": "gender",
1505
- "context": {
1506
- "primary_key": [
1507
- "id"
1508
- ],
1509
- "foreign_keys": []
1510
- }
1511
- },
1512
- {
1513
- "database_id": "superhero",
1514
- "table_id": "publisher",
1515
- "context": {
1516
- "primary_key": [
1517
- "id"
1518
- ],
1519
- "foreign_keys": []
1520
- }
1521
- },
1522
- {
1523
- "database_id": "superhero",
1524
- "table_id": "race",
1525
- "context": {
1526
- "primary_key": [
1527
- "id"
1528
- ],
1529
- "foreign_keys": []
1530
- }
1531
- },
1532
- {
1533
- "database_id": "superhero",
1534
- "table_id": "superhero",
1535
- "context": {
1536
- "primary_key": [
1537
- "id"
1538
- ],
1539
- "foreign_keys": [
1540
- {
1541
- "columns": [
1542
- "skin_colour_id"
1543
- ],
1544
- "references": {
1545
- "table": "colour",
1546
- "columns": [
1547
- "id"
1548
- ]
1549
- }
1550
- },
1551
- {
1552
- "columns": [
1553
- "race_id"
1554
- ],
1555
- "references": {
1556
- "table": "race",
1557
- "columns": [
1558
- "id"
1559
- ]
1560
- }
1561
- },
1562
- {
1563
- "columns": [
1564
- "publisher_id"
1565
- ],
1566
- "references": {
1567
- "table": "publisher",
1568
- "columns": [
1569
- "id"
1570
- ]
1571
- }
1572
- },
1573
- {
1574
- "columns": [
1575
- "hair_colour_id"
1576
- ],
1577
- "references": {
1578
- "table": "colour",
1579
- "columns": [
1580
- "id"
1581
- ]
1582
- }
1583
- },
1584
- {
1585
- "columns": [
1586
- "gender_id"
1587
- ],
1588
- "references": {
1589
- "table": "gender",
1590
- "columns": [
1591
- "id"
1592
- ]
1593
- }
1594
- },
1595
- {
1596
- "columns": [
1597
- "eye_colour_id"
1598
- ],
1599
- "references": {
1600
- "table": "colour",
1601
- "columns": [
1602
- "id"
1603
- ]
1604
- }
1605
- },
1606
- {
1607
- "columns": [
1608
- "alignment_id"
1609
- ],
1610
- "references": {
1611
- "table": "alignment",
1612
- "columns": [
1613
- "id"
1614
- ]
1615
- }
1616
- }
1617
- ]
1618
- }
1619
- },
1620
- {
1621
- "database_id": "superhero",
1622
- "table_id": "hero_attribute",
1623
- "context": {
1624
- "primary_key": [],
1625
- "foreign_keys": [
1626
- {
1627
- "columns": [
1628
- "hero_id"
1629
- ],
1630
- "references": {
1631
- "table": "superhero",
1632
- "columns": [
1633
- "id"
1634
- ]
1635
- }
1636
- },
1637
- {
1638
- "columns": [
1639
- "attribute_id"
1640
- ],
1641
- "references": {
1642
- "table": "attribute",
1643
- "columns": [
1644
- "id"
1645
- ]
1646
- }
1647
- }
1648
- ]
1649
- }
1650
- },
1651
- {
1652
- "database_id": "superhero",
1653
- "table_id": "superpower",
1654
- "context": {
1655
- "primary_key": [
1656
- "id"
1657
- ],
1658
- "foreign_keys": []
1659
- }
1660
- },
1661
- {
1662
- "database_id": "superhero",
1663
- "table_id": "hero_power",
1664
- "context": {
1665
- "primary_key": [],
1666
- "foreign_keys": [
1667
- {
1668
- "columns": [
1669
- "power_id"
1670
- ],
1671
- "references": {
1672
- "table": "superpower",
1673
- "columns": [
1674
- "id"
1675
- ]
1676
- }
1677
- },
1678
- {
1679
- "columns": [
1680
- "hero_id"
1681
- ],
1682
- "references": {
1683
- "table": "superhero",
1684
- "columns": [
1685
- "id"
1686
- ]
1687
- }
1688
- }
1689
- ]
1690
- }
1691
- },
1692
- {
1693
- "database_id": "codebase_community",
1694
- "table_id": "badges",
1695
- "context": {
1696
- "primary_key": [
1697
- "Id"
1698
- ],
1699
- "foreign_keys": [
1700
- {
1701
- "columns": [
1702
- "UserId"
1703
- ],
1704
- "references": {
1705
- "table": "users",
1706
- "columns": [
1707
- "Id"
1708
- ]
1709
- }
1710
- }
1711
- ]
1712
- }
1713
- },
1714
- {
1715
- "database_id": "codebase_community",
1716
- "table_id": "comments",
1717
- "context": {
1718
- "primary_key": [
1719
- "Id"
1720
- ],
1721
- "foreign_keys": [
1722
- {
1723
- "columns": [
1724
- "UserId"
1725
- ],
1726
- "references": {
1727
- "table": "users",
1728
- "columns": [
1729
- "Id"
1730
- ]
1731
- }
1732
- },
1733
- {
1734
- "columns": [
1735
- "PostId"
1736
- ],
1737
- "references": {
1738
- "table": "posts",
1739
- "columns": [
1740
- "Id"
1741
- ]
1742
- }
1743
- }
1744
- ]
1745
- }
1746
- },
1747
- {
1748
- "database_id": "codebase_community",
1749
- "table_id": "postHistory",
1750
- "context": {
1751
- "primary_key": [
1752
- "Id"
1753
- ],
1754
- "foreign_keys": [
1755
- {
1756
- "columns": [
1757
- "UserId"
1758
- ],
1759
- "references": {
1760
- "table": "users",
1761
- "columns": [
1762
- "Id"
1763
- ]
1764
- }
1765
- },
1766
- {
1767
- "columns": [
1768
- "PostId"
1769
- ],
1770
- "references": {
1771
- "table": "posts",
1772
- "columns": [
1773
- "Id"
1774
- ]
1775
- }
1776
- }
1777
- ]
1778
- }
1779
- },
1780
- {
1781
- "database_id": "codebase_community",
1782
- "table_id": "postLinks",
1783
- "context": {
1784
- "primary_key": [
1785
- "Id"
1786
- ],
1787
- "foreign_keys": [
1788
- {
1789
- "columns": [
1790
- "RelatedPostId"
1791
- ],
1792
- "references": {
1793
- "table": "posts",
1794
- "columns": [
1795
- "Id"
1796
- ]
1797
- }
1798
- },
1799
- {
1800
- "columns": [
1801
- "PostId"
1802
- ],
1803
- "references": {
1804
- "table": "posts",
1805
- "columns": [
1806
- "Id"
1807
- ]
1808
- }
1809
- }
1810
- ]
1811
- }
1812
- },
1813
- {
1814
- "database_id": "codebase_community",
1815
- "table_id": "posts",
1816
- "context": {
1817
- "primary_key": [
1818
- "Id"
1819
- ],
1820
- "foreign_keys": [
1821
- {
1822
- "columns": [
1823
- "ParentId"
1824
- ],
1825
- "references": {
1826
- "table": "posts",
1827
- "columns": [
1828
- "Id"
1829
- ]
1830
- }
1831
- },
1832
- {
1833
- "columns": [
1834
- "OwnerUserId"
1835
- ],
1836
- "references": {
1837
- "table": "users",
1838
- "columns": [
1839
- "Id"
1840
- ]
1841
- }
1842
- },
1843
- {
1844
- "columns": [
1845
- "LastEditorUserId"
1846
- ],
1847
- "references": {
1848
- "table": "users",
1849
- "columns": [
1850
- "Id"
1851
- ]
1852
- }
1853
- }
1854
- ]
1855
- }
1856
- },
1857
- {
1858
- "database_id": "codebase_community",
1859
- "table_id": "tags",
1860
- "context": {
1861
- "primary_key": [
1862
- "Id"
1863
- ],
1864
- "foreign_keys": [
1865
- {
1866
- "columns": [
1867
- "ExcerptPostId"
1868
- ],
1869
- "references": {
1870
- "table": "posts",
1871
- "columns": [
1872
- "Id"
1873
- ]
1874
- }
1875
- }
1876
- ]
1877
- }
1878
- },
1879
- {
1880
- "database_id": "codebase_community",
1881
- "table_id": "users",
1882
- "context": {
1883
- "primary_key": [
1884
- "Id"
1885
- ],
1886
- "foreign_keys": []
1887
- }
1888
- },
1889
- {
1890
- "database_id": "codebase_community",
1891
- "table_id": "votes",
1892
- "context": {
1893
- "primary_key": [
1894
- "Id"
1895
- ],
1896
- "foreign_keys": [
1897
- {
1898
- "columns": [
1899
- "UserId"
1900
- ],
1901
- "references": {
1902
- "table": "users",
1903
- "columns": [
1904
- "Id"
1905
- ]
1906
- }
1907
- },
1908
- {
1909
- "columns": [
1910
- "PostId"
1911
- ],
1912
- "references": {
1913
- "table": "posts",
1914
- "columns": [
1915
- "Id"
1916
- ]
1917
- }
1918
- }
1919
- ]
1920
- }
1921
- }
1922
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/california_schools/.DS_Store DELETED
Binary file (6.15 kB)
 
bird-corpus-val/dev_databases/california_schools/database_description/frpm.csv DELETED
@@ -1,39 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- CDSCode,,CDSCode,integer,
3
- Academic Year,,Academic Year,integer ,
4
- County Code,,County Code,integer,
5
- District Code,,District Code,integer,
6
- School Code ,,School Code,integer,
7
- County Name,,County Code ,text,
8
- District Name ,,District Name ,text,
9
- School Name,,School Name ,text,
10
- District Type,,District Type,text,
11
- School Type ,,School Type ,text,
12
- Educational Option Type,,Educational Option Type,text,
13
- NSLP Provision Status,,NSLP Provision Status,text,
14
- Charter School (Y/N),,Charter School (Y/N),integer,"0: N;
15
- 1: Y"
16
- Charter School Number,,Charter School Number,text,
17
- Charter Funding Type,,Charter Funding Type,text,
18
- IRC,,,integer,Not useful
19
- Low Grade,,Low Grade,text,
20
- High Grade,,High Grade,text,
21
- Enrollment (K-12),,Enrollment (K-12),real,"commonsense evidence:
22
-
23
- K-12: 1st grade - 12nd grade "
24
- Free Meal Count (K-12),,Free Meal Count (K-12),real,"commonsense evidence:
25
-
26
- eligible free rate = Free Meal Count / Enrollment"
27
- Percent (%) Eligible Free (K-12),,,real,
28
- FRPM Count (K-12),,Free or Reduced Price Meal Count (K-12),real,"commonsense evidence:
29
-
30
- eligible FRPM rate = FRPM / Enrollment"
31
- Percent (%) Eligible FRPM (K-12),,,real,
32
- Enrollment (Ages 5-17),,Enrollment (Ages 5-17),real,
33
- Free Meal Count (Ages 5-17),,Free Meal Count (Ages 5-17),real,"commonsense evidence:
34
-
35
- eligible free rate = Free Meal Count / Enrollment"
36
- Percent (%) Eligible Free (Ages 5-17),,,real,
37
- FRPM Count (Ages 5-17),,,real,
38
- Percent (%) Eligible FRPM (Ages 5-17),,,real,
39
- 2013-14 CALPADS Fall 1 Certification Status,,2013-14 CALPADS Fall 1 Certification Status,integer,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/california_schools/database_description/satscores.csv DELETED
@@ -1,16 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- cds,,California Department Schools,text,
3
- rtype,,rtype,text,unuseful
4
- sname,school name,school name,text,
5
- dname,district name,district segment,text,
6
- cname,county name,county name,text,
7
- enroll12,enrollment (1st-12nd grade),enrollment (1st-12nd grade),integer,
8
- NumTstTakr,Number of Test Takers,Number of Test Takers in this school,integer,number of test takers in each school
9
- AvgScrRead,average scores in Reading,average scores in Reading,integer,average scores in Reading
10
- AvgScrMath,average scores in Math,average scores in Math,integer,average scores in Math
11
- AvgScrWrite,average scores in writing,average scores in writing,integer,average scores in writing
12
- NumGE1500,Number of Test Takers Whose Total SAT Scores Are Greater or Equal to 1500,Number of Test Takers Whose Total SAT Scores Are Greater or Equal to 1500,integer,"Number of Test Takers Whose Total SAT Scores Are Greater or Equal to 1500
13
-
14
- commonsense evidence:
15
-
16
- Excellence Rate = NumGE1500 / NumTstTakr"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/california_schools/database_description/schools.csv DELETED
@@ -1,149 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- CDSCode,CDSCode,CDSCode,text,
3
- NCESDist,National Center for Educational Statistics school district identification number,"This field represents the 7-digit National Center for Educational Statistics (NCES) school district identification number. The first 2 digits identify the state and the last 5 digits identify the school district. Combined, they make a unique 7-digit ID for each school district.",text,
4
- NCESSchool,National Center for Educational Statistics school identification number,This field represents the 5-digit NCES school identification number. The NCESSchool combined with the NCESDist form a unique 12-digit ID for each school.,text,
5
- StatusType,,This field identifies the status of the district. ,text,"Definitions of the valid status types are listed below:
6
- · Active: The district is in operation and providing instructional services.
7
- · Closed: The district is not in operation and no longer providing instructional services.
8
- · Merged: The district has combined with another district or districts.
9
- · Pending: The district has not opened for operation and instructional services yet, but plans to open within the next 9–12 months."
10
- County,,County name,text,
11
- District,,District,text,
12
- School,,School,text,
13
- Street,,Street,text,
14
- StreetAbr,street address ,"The abbreviated street address of the school, district, or administrative authority’s physical location.",text,"The abbreviated street address of the school, district, or administrative authority’s physical location. Note: Some records (primarily records of closed or retired schools) may not have data in this field."
15
- City,,City,text,
16
- Zip,,Zip,text,
17
- State,,State,text,
18
- MailStreet,,MailStreet,text,"The unabbreviated mailing address of the school, district, or administrative authority. Note: 1) Some entities (primarily closed or retired schools) may not have data in this field; 2) Many active entities have not provided a mailing street address. For your convenience we have filled the unpopulated MailStreet cells with Street data."
19
- MailStrAbr,mailing street address ,,text,"the abbreviated mailing street address of the school, district, or administrative authority.Note: Many active entities have not provided a mailing street address. For your convenience we have filled the unpopulated MailStrAbr cells with StreetAbr data."
20
- MailCity,mailing city,,text,"The city associated with the mailing address of the school, district, or administrative authority. Note: Many entities have not provided a mailing address city. For your convenience we have filled the unpopulated MailCity cells with City data."
21
- MailZip,mailing zip ,,text,"The zip code associated with the mailing address of the school, district, or administrative authority. Note: Many entities have not provided a mailing address zip code. For your convenience we have filled the unpopulated MailZip cells with Zip data."
22
- MailState,mailing state,,text,The state within the mailing address. For your convenience we have filled the unpopulated MailState cells with State data.
23
- Phone,,Phone,text,
24
- Ext,extension,"The phone number extension of the school, district, or administrative authority.",text,"The phone number extension of the school, district, or administrative authority."
25
- Website,,"The website address of the school, district, or administrative authority.",text,"The website address of the school, district, or administrative authority."
26
- OpenDate,,The date the school opened.,date,
27
- ClosedDate,,The date the school closed.,date,
28
- Charter,,This field identifies a charter school. ,integer,"The field is coded as follows:
29
-
30
- ·       1 = The school is a charter
31
-
32
- ·       0 = The school is not a charter"
33
- CharterNum,,"The charter school number,",text,4-digit number assigned to a charter school.
34
- FundingType,,Indicates the charter school funding type,text,"Values are as follows:
35
-
36
- ·       Not in CS (California School) funding model
37
-
38
- ·       Locally funded
39
-
40
- ·       Directly funded"
41
- DOC,District Ownership Code,District Ownership Code,text,"The District Ownership Code (DOC) is the numeric code used to identify the category of the Administrative Authority.
42
- • 00 - County Office of Education
43
- • 02 – State Board of Education
44
- • 03 – Statewide Benefit Charter
45
- • 31 – State Special Schools
46
- • 34 – Non-school Location*
47
- • 52 – Elementary School District
48
- • 54 – Unified School District
49
- • 56 – High School District
50
- • 98 – Regional Occupational Center/Program (ROC/P)
51
- commonsense evidence:
52
- *Only the California Education Authority has been included in the non-school location category."
53
- DOCType,The District Ownership Code Type,The District Ownership Code Type is the text description of the DOC category.,text,(See text values in DOC field description above)
54
- SOC,School Ownership Code,The School Ownership Code is a numeric code used to identify the type of school.,text,"• 08 - Preschool
55
- • 09 – Special Education Schools (Public)
56
- • 11 – Youth Authority Facilities (CEA)
57
- • 13 – Opportunity Schools
58
- • 14 – Juvenile Court Schools
59
- • 15 – Other County or District Programs
60
- • 31 – State Special Schools
61
- • 60 – Elementary School (Public)
62
- • 61 – Elementary School in 1 School District (Public)
63
- • 62 – Intermediate/Middle Schools (Public)
64
- • 63 – Alternative Schools of Choice
65
- • 64 – Junior High Schools (Public)
66
- • 65 – K-12 Schools (Public)
67
- • 66 – High Schools (Public)
68
- • 67 – High Schools in 1 School District (Public)
69
- • 68 – Continuation High Schools
70
- • 69 – District Community Day Schools
71
- • 70 – Adult Education Centers
72
- • 98 – Regional Occupational Center/Program (ROC/P)"
73
- SOCType,School Ownership Code Type,The School Ownership Code Type is the text description of the type of school.,text,The School Ownership Code Type is the text description of the type of school.
74
- EdOpsCode,Education Option Code,The Education Option Code is a short text description of the type of education offered.,text,"
75
- • ALTSOC – Alternative School of Choice
76
- • COMM – County Community School
77
- • COMMDAY – Community Day School
78
- • CON – Continuation School
79
- • JUV – Juvenile Court School
80
- • OPP – Opportunity School
81
- • YTH – Youth Authority School
82
- • SSS – State Special School
83
- • SPEC – Special Education School
84
- • TRAD – Traditional
85
- • ROP – Regional Occupational Program
86
- • HOMHOS – Home and Hospital
87
- • SPECON – District Consortia Special Education School"
88
- EdOpsName,Educational Option Name,Educational Option Name,text,The Educational Option Name is the long text description of the type of education being offered.
89
- EILCode,Educational Instruction Level Code,The Educational Instruction Level Code is a short text description of the institution's type relative to the grade range served.,text,"• A – Adult
90
- • ELEM – Elementary
91
- • ELEMHIGH – Elementary-High Combination
92
- • HS – High School
93
- • INTMIDJR – Intermediate/Middle/Junior High
94
- • PS – Preschool
95
- • UG – Ungraded"
96
- EILName,Educational Instruction Level Name ,The Educational Instruction Level Name is the long text description of the institution’s type relative to the grade range served.,text,The Educational Instruction Level Name is the long text description of the institution’s type relative to the grade range served.
97
- GSoffered,grade span offered,"The grade span offered is the lowest grade and the highest grade offered or supported by the school, district, or administrative authority. This field might differ from the grade span served as reported in the most recent certified California Longitudinal Pupil Achievement (CALPADS) Fall 1 data collection.",text,"For example XYZ School might display the following data:
98
-
99
- GSoffered = P–Adult
100
-
101
- GSserved = K–12"
102
- GSserved,grade span served.,It is the lowest grade and the highest grade of student enrollment as reported in the most recent certified CALPADS Fall 1 data collection. Only K–12 enrollment is reported through CALPADS. This field may differ from the grade span offered.,text,"commonsense evidence:
103
-
104
- 1.     Only K–12 enrollment is reported through CALPADS
105
-
106
- 2.     Note: Special programs at independent study, alternative education, and special education schools will often exceed the typical grade span for schools of that type"
107
- Virtual,,"This field identifies the type of virtual instruction offered by the school. Virtual instruction is instruction in which students and teachers are separated by time and/or location, and interaction occurs via computers and/or telecommunications technologies. ",text,"The field is coded as follows:
108
-
109
- ·       F = Exclusively Virtual – The school has no physical building where students meet with each other or with teachers, all instruction is virtual.
110
-
111
- ·       V = Primarily Virtual – The school focuses on a systematic program of virtual instruction but includes some physical meetings among students or with teachers.
112
-
113
- ·       C = Primarily Classroom – The school offers virtual courses but virtual instruction is not the primary means of instruction.
114
-
115
- ·       N = Not Virtual – The school does not offer any virtual instruction.
116
-
117
- ·       P = Partial Virtual – The school offers some, but not all, instruction through virtual instruction. Note: This value was retired and replaced with the Primarily Virtual and Primarily Classroom values beginning with the 2016–17 school year."
118
- Magnet,,This field identifies whether a school is a magnet school and/or provides a magnet program. ,text,"The field is coded as follows:
119
-
120
- ·       Y = Magnet - The school is a magnet school and/or offers a magnet program.
121
-
122
- ·       N = Not Magnet - The school is not a magnet school and/or does not offer a magnet program.
123
-
124
- commonsense evidence:
125
-
126
- Note: Preschools and adult education centers do not contain a magnet school indicator."
127
- Latitude,,"The angular distance (expressed in degrees) between the location of the school, district, or administrative authority and the equator measured north to south.",real,"The angular distance (expressed in degrees) between the location of the school, district, or administrative authority and the equator measured north to south."
128
- Longitude,,"The angular distance (expressed in degrees) between the location of the school, district, or administrative authority and the prime meridian (Greenwich, England) measured from west to east.",real,"The angular distance (expressed in degrees) between the location of the school, district, or administrative authority and the prime meridian (Greenwich, England) measured from west to east."
129
- AdmFName1,administrator's first name,administrator's first name,text,"The superintendent’s or principal’s first name.
130
-
131
- commonsense evidence:
132
-
133
- Only active and pending districts and schools will display administrator information, if applicable."
134
- AdmLName1,administrator's last name,administrator's last name,text,"The superintendent’s or principal’s last name.
135
-
136
- commonsense evidence:
137
- Only active and pending districts and schools will display administrator information, if applicable."
138
- AdmEmail1,administrator's email address,administrator's email address,text,"The superintendent’s or principal’s email address.
139
-
140
- commonsense evidence:
141
-
142
- Only active and pending districts and schools will display administrator information, if applicable."
143
- AdmFName2,,,text,SAME as 1
144
- AdmLName2,,,text,
145
- AdmEmail2,,,text,
146
- AdmFName3,,,text,not useful
147
- AdmLName3,,,text,not useful
148
- AdmEmail3,,,text,not useful
149
- LastUpdate,,,date,when is this record updated last time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/card_games/.DS_Store DELETED
Binary file (6.15 kB)
 
bird-corpus-val/dev_databases/card_games/card_games.sqlite-shm DELETED
Binary file (32.8 kB)
 
bird-corpus-val/dev_databases/card_games/database_description/cards.csv DELETED
@@ -1,91 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,unique id number identifying the cards,,integer,
3
- artist,,The name of the artist that illustrated the card art.,text,
4
- asciiName,ascii Name,The ASCII(opens new window) (Basic/128) code formatted card name with no special unicode characters.,text,
5
- availability,,A list of the card's available printing types.,text,"""arena"", ""dreamcast"", ""mtgo"", ""paper"", ""shandalar"""
6
- borderColor,border Color,The color of the card border.,text,"""black"", ""borderless"", ""gold"", ""silver"", ""white"""
7
- cardKingdomFoilId,card Kingdom Foil Id,card Kingdom Foil Id,text,"commonsense evidence:
8
- cardKingdomFoilId, when paired with cardKingdomId that is not Null, is incredibly powerful. "
9
- cardKingdomId,card Kingdom Id,card Kingdom Id,text,A list of all the colors in the color indicator
10
- colorIdentity,color Identity,"A list of all the colors found in manaCost, colorIndicator, and text",text,
11
- colorIndicator,color Indicator,A list of all the colors in the color indicator (The symbol prefixed to a card's types).,text,
12
- colors,,A list of all the colors in manaCost and colorIndicator. ,text,"Some cards may not have values, such as cards with ""Devoid"" in its text."
13
- convertedManaCost,converted Mana Cost,The converted mana cost of the card. Use the manaValue property.,real,"if value is higher, it means that this card cost more converted mana "
14
- duelDeck,duel Deck,The indicator for which duel deck the card is in.,text,
15
- edhrecRank,rec Rank in edh,The card rank on EDHRec,integer,
16
- faceConvertedManaCost,face Converted Mana Cost,The converted mana cost or mana value for the face for either half or part of the card. ,real,"if value is higher, it means that this card cost more converted mana for the face"
17
- faceName,face Name,The name on the face of the card.,text,
18
- flavorName,flavor Name,The promotional card name printed above the true card name on special cards that has no game function.,text,The promotional card name printed above the true card name on special cards that has no game function.
19
- flavorText,flavor Text,The italicized text found below the rules text that has no game function.,text,The italicized text found below the rules text that has no game function.
20
- frameEffects,frame Effects,The visual frame effects.,text,"""colorshifted"", ""companion"", ""compasslanddfc"", ""devoid"", ""draft"", ""etched"", ""extendedart"", ""fullart"", ""inverted"", ""legendary"", ""lesson"", ""miracle"", ""mooneldrazidfc"", ""nyxtouched"", ""originpwdfc"", ""showcase"", ""snow"", ""sunmoondfc"", ""textless"", ""tombstone"", ""waxingandwaningmoondfc"""
21
- frameVersion,frame Version,The version of the card frame style.,text,"""1993"", ""1997"", ""2003"", ""2015"", ""future"""
22
- hand,,The starting maximum hand size total modifier. ,text,"A + or - character precedes an integer.
23
- commonsense evidence:
24
- positive maximum hand size: +1, +2, ....
25
- negative maximum hand size: -1, ....
26
- neural maximum hand size: 0...."
27
- hasAlternativeDeckLimit,has Alternative Deck Limit,If the card allows a value other than 4 copies in a deck.,integer,0: disallow 1: allow
28
- hasContentWarning,has Content Warning,If the card marked by Wizards of the Coast (opens new window) for having sensitive content. See this official article (opens new window) for more information.,integer,"0: doesn't have 1: has sensitve content or Wizards of the Coast
29
- commonsense evidence:
30
- Cards with this property may have missing or degraded properties and values. "
31
- hasFoil,has Foil,If the card can be found in foil,integer,0: cannot be found 1: can be found
32
- hasNonFoil,has Non Foil,If the card can be found in non-foil,integer,0: cannot be found 1: can be found
33
- isAlternative,is Alternative,If the card is an alternate variation to an original printing,integer,0: is not 1: is
34
- isFullArt,is Full Art,If the card has full artwork.,integer,"0: doesn't have, 1: has full artwork"
35
- isOnlineOnly,is Online Only,If the card is only available in online game variations.,integer,0: is not 1: is
36
- isOversized,is Oversized,If the card is oversized.,integer,0: is not 1: is
37
- isPromo,is Promotion,If the card is a promotional printing.,integer,0: is not 1: is
38
- isReprint,is Reprint,If the card has been reprinted.,integer,0: has not 1: has not been
39
- isReserved,is Reserved,If the card is on the Magic: The Gathering Reserved List (opens new window),integer,"If the card is on the Magic, it will appear in The Gathering Reserved List"
40
- isStarter,is Starter,If the card is found in a starter deck such as Planeswalker/Brawl decks.,integer,0: is not 1: is
41
- isStorySpotlight,is Story Spotlight,If the card is a Story Spotlight card.,integer,0: is not 1: is
42
- isTextless,is Text less,If the card does not have a text box.,integer,"commonsense evidence:
43
- 0: has a text box;
44
- 1: doesn't have a text box;"
45
- isTimeshifted,is Time shifted,If the card is time shifted,integer,"commonsense evidence:
46
- If the card is ""timeshifted"", a feature of certain sets where a card will have a different frameVersion."
47
- keywords,,A list of keywords found on the card.,text,
48
- layout,,"The type of card layout. For a token card, this will be ""token""",text,
49
- leadershipSkills,leadership Skills,A list of formats the card is legal to be a commander in,text,
50
- life,,The starting life total modifier. A plus or minus character precedes an integer.,text,
51
- loyalty,,The starting loyalty value of the card.,text,"Used only on cards with ""Planeswalker"" in its types. empty means unkown"
52
- manaCost,mana Cost ,The mana cost of the card wrapped in brackets for each value.,text,"commonsense evidence:
53
- manaCost is unconverted mana cost"
54
- mcmId,,,text,NOT USEFUL
55
- mcmMetaId,,,text,NOT USEFUL
56
- mtgArenaId,,,text,NOT USEFUL
57
- mtgjsonV4Id,,,text,NOT USEFUL
58
- mtgoFoilId,,,text,NOT USEFUL
59
- mtgoId,,,text,NOT USEFUL
60
- multiverseId,,,text,NOT USEFUL
61
- name,,The name of the card.,text,"Cards with multiple faces, like ""Split"" and ""Meld"" cards are given a delimiter."
62
- number,,The number of the card,text,
63
- originalReleaseDate,,original Release Date,text,"The original release date in ISO 8601(opens new window) format for a promotional card printed outside of a cycle window, such as Secret Lair Drop promotions."
64
- originalText,,original Text,text,The text on the card as originally printed.
65
- originalType,,original Type,text,The type of the card as originally printed. Includes any supertypes and subtypes.
66
- otherFaceIds,,other Face Ids,text,"A list of card UUID's to this card's counterparts, such as transformed or melded faces."
67
- power,,The power of the card.,text,"commonsense evidence:
68
- ∞ means infinite power
69
- null or * refers to unknown power"
70
- printings,,"A list of set printing codes the card was printed in, formatted in uppercase.",text,
71
- promoTypes,promo Types,A list of promotional types for a card.,text,"""arenaleague"", ""boosterfun"", ""boxtopper"", ""brawldeck"", ""bundle"", ""buyabox"", ""convention"", ""datestamped"", ""draculaseries"", ""draftweekend"", ""duels"", ""event"", ""fnm"", ""gameday"", ""gateway"", ""giftbox"", ""gilded"", ""godzillaseries"", ""instore"", ""intropack"", ""jpwalker"", ""judgegift"", ""league"", ""mediainsert"", ""neonink"", ""openhouse"", ""planeswalkerstamped"", ""playerrewards"", ""playpromo"", ""premiereshop"", ""prerelease"", ""promopack"", ""release"", ""setpromo"", ""stamped"", ""textured"", ""themepack"", ""thick"", ""tourney"", ""wizardsplaynetwork"""
72
- purchaseUrls,purchase Urls,Links that navigate to websites where the card can be purchased.,text,
73
- rarity,,The card printing rarity.,text,
74
- scryfallId,,,text,NOT USEFUL
75
- scryfallIllustrationId,,,text,NOT USEFUL
76
- scryfallOracleId,,,text,NOT USEFUL
77
- setCode,Set Code,The set printing code that the card is from.,text,
78
- side,,The identifier of the card side. ,text,"Used on cards with multiple faces on the same card.
79
- commonsense evidence:
80
- if this value is empty, then it means this card doesn't have multiple faces on the same card."
81
- subtypes,,A list of card subtypes found after em-dash.,text,
82
- supertypes,super types,A list of card supertypes found before em-dash.,text,"commonsense evidence:
83
- list of all types should be the union of subtypes and supertypes"
84
- tcgplayerProductId,tcg player ProductId,,text,
85
- text,,The rules text of the card.,text,
86
- toughness,,The toughness of the card.,text,
87
- type,,"The type of the card as visible, including any supertypes and subtypes.",text,"""Artifact"", ""Card"", ""Conspiracy"", ""Creature"", ""Dragon"", ""Dungeon"", ""Eaturecray"", ""Elemental"", ""Elite"", ""Emblem"", ""Enchantment"", ""Ever"", ""Goblin"", ""Hero"", ""Instant"", ""Jaguar"", ""Knights"", ""Land"", ""Phenomenon"", ""Plane"", ""Planeswalker"", ""Scariest"", ""Scheme"", ""See"", ""Sorcery"", ""Sticker"", ""Summon"", ""Token"", ""Tribal"", ""Vanguard"", ""Wolf"", ""You’ll"", ""instant"""
88
- types,,"A list of all card types of the card, including Un‑sets and gameplay variants.",text,
89
- uuid,,The universal unique identifier (v5) generated by MTGJSON. Each entry is unique.,text,NOT USEFUL
90
- variations,,,text,
91
- watermark,,The name of the watermark on the card.,text,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/card_games/database_description/foreign_data.csv DELETED
@@ -1,9 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,unique id number identifying this row of data,integer,
3
- flavorText,flavor Text,The foreign flavor text of the card.,text,
4
- language,,The foreign language of card.,text,
5
- multiverseid,,The foreign multiverse identifier of the card.,integer,
6
- name,,The foreign name of the card.,text,
7
- text,,The foreign text ruling of the card.,text,
8
- type,,The foreign type of the card. Includes any supertypes and subtypes.,text,
9
- uuid,,,text,
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/card_games/database_description/legalities.csv DELETED
@@ -1,7 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,unique id identifying this legality,integer,
3
- format,,format of play,text,each value refers to different rules to play
4
- status,,,text,"• legal
5
- • banned
6
- • restricted"
7
- uuid,,,text,
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/card_games/database_description/ruling.csv DELETED
@@ -1,5 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,unique id identifying this ruling,integer,
3
- date,,date ,date,
4
- text,,description about this ruling,text,
5
- uuid,,,text,
 
 
 
 
 
 
bird-corpus-val/dev_databases/card_games/database_description/set_transactions.csv DELETED
@@ -1,5 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,unique id identifying this set,integer,
3
- language,,language of this card,text,
4
- setCode,set code,the set code for this set,text,
5
- translation,,translation of this card,text,
 
 
 
 
 
 
bird-corpus-val/dev_databases/card_games/database_description/sets.csv DELETED
@@ -1,23 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,unique id identifying this set,integer,
3
- baseSetSize,base Set Size,The number of cards in the set.,integer,
4
- block,,The block name the set was in.,text,
5
- booster,,A breakdown of possibilities and weights of cards in a booster pack.,text,
6
- code,,The set code for the set.,text,
7
- isFoilOnly,is Foil Only,If the set is only available in foil.,integer,
8
- isForeignOnly,is Foreign Only,If the set is available only outside the United States of America.,integer,
9
- isNonFoilOnly,is Non Foil Only,If the set is only available in non-foil.,integer,
10
- isOnlineOnly,is Online Only,If the set is only available in online game variations.,integer,
11
- isPartialPreview,is Partial Preview,If the set is still in preview (spoiled). Preview sets do not have complete data.,integer,
12
- keyruneCode,keyrune Code,The matching Keyrune code for set image icons.,text,
13
- mcmId,magic card market id,The Magic Card Marketset identifier.,integer,
14
- mcmIdExtras,magic card market ID Extras,The split Magic Card Market set identifier if a set is printed in two sets. This identifier represents the second set's identifier.,integer,
15
- mcmName,magic card market name ,,text,
16
- mtgoCode,magic the gathering online code,The set code for the set as it appears on Magic: The Gathering Online,text,"commonsense evidence:
17
- if the value is null or empty, then it doesn't appear on Magic: The Gathering Online"
18
- name,,The name of the set.,text,
19
- parentCode,parent Code,"The parent set code for set variations like promotions, guild kits, etc.",text,
20
- releaseDate,release Date,The release date in ISO 8601 format for the set.,date,
21
- tcgplayerGroupId,tcg player Group Id,The group identifier of the set on TCGplayer,integer,
22
- totalSetSize,total Set Size,"The total number of cards in the set, including promotional and related supplemental products but excluding Alchemy modifications - however those cards are included in the set itself.",integer,
23
- type,,The expansion type of the set.,text,"""alchemy"", ""archenemy"", ""arsenal"", ""box"", ""commander"", ""core"", ""draft_innovation"", ""duel_deck"", ""expansion"", ""from_the_vault"", ""funny"", ""masterpiece"", ""masters"", ""memorabilia"", ""planechase"", ""premium_deck"", ""promo"", ""spellbook"", ""starter"", ""token"", ""treasure_chest"", ""vanguard"""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/codebase_community/.DS_Store DELETED
Binary file (6.15 kB)
 
bird-corpus-val/dev_databases/codebase_community/database_description/badges.csv DELETED
@@ -1,5 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- Id,,the badge id,integer,
3
- UserId,User Id,the unique id of the user,integer,
4
- Name,,the badge name the user obtained,text,
5
- Date,,the date that the user obtained the badge,datetime,
 
 
 
 
 
 
bird-corpus-val/dev_databases/codebase_community/database_description/comments.csv DELETED
@@ -1,9 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- Id,,the comment Id,integer,
3
- PostId,Post Id,the unique id of the post,integer,
4
- Score,,rating score,integer,"commonsense evidence:
5
- The score is from 0 to 100. The score more than 60 refers that the comment is a positive comment. The score less than 60 refers that the comment is a negative comment. "
6
- Text,,the detailed content of the comment,text,
7
- CreationDate,Creation Date,the creation date of the comment,datetime,
8
- UserId,User Id,the id of the user who post the comment,integer,
9
- UserDisplayName,User Display Name,user's display name,text,
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/codebase_community/database_description/postHistory.csv DELETED
@@ -1,10 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- Id,,the post history id,integer,
3
- PostHistoryTypeId,Post History Type Id,the id of the post history type,integer,
4
- PostId,Post Id,the unique id of the post,integer,
5
- RevisionGUID,Revision GUID,the revision globally unique id of the post,integer,
6
- CreationDate,Creation Date,the creation date of the post,datetime,
7
- UserId,User Id,the user who post the post,integer,
8
- Text,,the detailed content of the post,text,
9
- Comment,,comments of the post,text,
10
- UserDisplayName,User Display Name,user's display name,text,
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/codebase_community/database_description/postLinks.csv DELETED
@@ -1,6 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- Id,,the post link id,integer,
3
- CreationDate,Creation Date,the creation date of the post link,datetime,
4
- PostId,Post Id,the post id,integer,
5
- RelatedPostId,Related Post Id,the id of the related post,integer,
6
- LinkTypeId,Link Type Id,the id of the link type,integer,
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/codebase_community/database_description/posts.csv DELETED
@@ -1,27 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- Id,,the post id,integer,
3
- PostTypeId,Post Type Id,the id of the post type,integer,
4
- AcceptedAnswerId,Accepted Answer Id,the accepted answer id of the post ,integer,
5
- CreaionDate,Creation Date,the creation date of the post,datetime,
6
- Score,,the score of the post,integer,
7
- ViewCount,View Count,the view count of the post,integer,"commonsense evidence:
8
- Higher view count means the post has higher popularity"
9
- Body,,the body of the post,text,
10
- OwnerUserId,Owner User Id,the id of the owner user,integer,
11
- LasActivityDate,Last Activity Date,the last activity date,datetime,
12
- Title,,the title of the post,text,
13
- Tags,,the tag of the post,text,
14
- AnswerCount,Answer Count,the total number of answers of the post,integer,
15
- CommentCount,Comment Count,the total number of comments of the post,integer,
16
- FavoriteCount,Favorite Count,the total number of favorites of the post,integer,"commonsense evidence:
17
- more favorite count refers to more valuable posts. "
18
- LastEditorUserId,Last Editor User Id,the id of the last editor,integer,
19
- LastEditDate,Last Edit Date,the last edit date,datetime,
20
- CommunityOwnedDate,Community Owned Date,the community owned date,datetime,
21
- ParentId,ParentId,the id of the parent post,integer,"commonsense evidence:
22
- If the parent id is null, the post is the root post. Otherwise, the post is the child post of other post. "
23
- ClosedDate,Closed Date,the closed date of the post,data_format,"commonsense evidence:
24
- if ClosedDate is null or empty, it means this post is not well-finished
25
- if CloseDate is not null or empty, it means this post has well-finished."
26
- OwnerDisplayName,Owner Display Name,the display name of the post owner,text,
27
- LastEditorDisplayName,Last Editor Display Name,the display name of the last editor,text,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/codebase_community/database_description/tags.csv DELETED
@@ -1,6 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- Id,,the tag id,integer,
3
- TagName,Tag Name,the name of the tag,text,
4
- Count,,the count of posts that contain this tag,integer,more counts --> this tag is more popular
5
- ExcerptPostId,Excerpt Post Id,the excerpt post id of the tag,integer,
6
- WikiPostId,Wiki Post Id,the wiki post id of the tag,text,
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/codebase_community/database_description/users.csv DELETED
@@ -1,18 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- Id,,the user id,integer,
3
- Reputation,,the user's reputation,integer,"commonsense evidence:
4
- The user with higher reputation has more influence. "
5
- CreationDate,Creation Date,the creation date of the user account,datetime,
6
- DisplayName,Display Name,the user's display name,text,
7
- LastAccessDate,Last Access Date,the last access date of the user account,datetime,
8
- WebsiteUrl,Website Url,the website url of the user account,text,
9
- Location,,user's location,text,
10
- AboutMe,About Me,the self introduction of the user,text,
11
- Views,,the number of views ,integer,
12
- UpVotes,,the number of upvotes,integer,
13
- DownVotes,,the number of downvotes,integer,
14
- AccountId,Account Id,the unique id of the account,integer,
15
- Age,,user's age,integer,"• teenager: 13-18
16
- • adult: 19-65
17
- • elder: > 65"
18
- ProfileImageUrl,Profile Image Url,the profile image url,text,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/codebase_community/database_description/votes.csv DELETED
@@ -1,7 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- Id,,the vote id,integer,
3
- PostId,Post Id,the id of the post that is voted,integer,
4
- VoteTypeId,Vote Type Id,the id of the vote type,integer,
5
- CreationDate,Creation Date,the creation date of the vote,datetime,
6
- UserId,User Id,the id of the voter,integer,
7
- BountyAmount,Bounty Amount,the amount of bounty,integer,
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/debit_card_specializing/.DS_Store DELETED
Binary file (6.15 kB)
 
bird-corpus-val/dev_databases/debit_card_specializing/database_description/customers.csv DELETED
@@ -1,4 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- CustomerID,,identification of the customer,integer,
3
- Segment,client segment,client segment,text,
4
- Currency,,Currency,text,
 
 
 
 
 
bird-corpus-val/dev_databases/debit_card_specializing/database_description/gasstations.csv DELETED
@@ -1,5 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- GasStationID,Gas Station ID,Gas Station ID,integer,
3
- ChainID,Chain ID,Chain ID,integer,
4
- Country,,,text,
5
- Segment,chain segment,chain segment,text,
 
 
 
 
 
 
bird-corpus-val/dev_databases/debit_card_specializing/database_description/products.csv DELETED
@@ -1,3 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- ProductID,Product ID,Product ID,integer,
3
- Description,,Description,text,
 
 
 
 
bird-corpus-val/dev_databases/debit_card_specializing/database_description/transactions_1k.csv DELETED
@@ -1,12 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- TransactionID,Transaction ID,Transaction ID,integer,
3
- Date,,Date,date,
4
- Time,,Time,text,
5
- CustomerID,Customer ID,Customer ID,integer,
6
- CardID,Card ID,Card ID,integer,
7
- GasStationID,Gas Station ID,Gas Station ID,integer,
8
- ProductID,Product ID,Product ID,integer,
9
- Amount,,Amount,integer,
10
- Price,,Price,real,"commonsense evidence:
11
-
12
- total price = Amount x Price"
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/debit_card_specializing/database_description/yearmonth.csv DELETED
@@ -1,4 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- CustomerID,Customer ID,Customer ID,integer,
3
- Date,,Date,text,
4
- Consumption,,consumption,real,
 
 
 
 
 
bird-corpus-val/dev_databases/european_football_2/.DS_Store DELETED
Binary file (6.15 kB)
 
bird-corpus-val/dev_databases/european_football_2/database_description/Country.csv DELETED
@@ -1,3 +0,0 @@
1
- original_column_name,column_name,column_desription,data_format,value_description
2
- id,,the unique id for countries,integer,
3
- name,,country name,text,
 
 
 
 
bird-corpus-val/dev_databases/european_football_2/database_description/League.csv DELETED
@@ -1,4 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,the unique id for leagues,integer,
3
- country_id,country id,the unique id for countries,integer,
4
- name,,league name,text,
 
 
 
 
 
bird-corpus-val/dev_databases/european_football_2/database_description/Match.csv DELETED
@@ -1,118 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,the unique id for matches,integer,
3
- country_id,country id,country id,integer,
4
- league_id,league id,league id,integer,
5
- season,,the season of the match,text,
6
- stage,,the stage of the match,integer,
7
- date,,the date of the match,text,e.g. 2008-08-17 00:00:00
8
- match_api_id,match api id,the id of the match api,integer,
9
- home_team_api_id,home team api id,the id of the home team api,integer,
10
- away_team_api_id,away team api id,the id of the away team api,integer,
11
- home_team_goal,home team goal,the goal of the home team,integer,
12
- away_team_goal,away team goal,the goal of the away team,integer,
13
- home_player_X1,,,,
14
- home_player_X2,,,,
15
- home_player_X3,,,,
16
- home_player_X4,,,,
17
- home_player_X5,,,,
18
- home_player_X6,,,,
19
- home_player_X7,,,,
20
- home_player_X8,,,,
21
- home_player_X9,,,,
22
- home_player_X10,,,,
23
- home_player_X11,,,,
24
- away_player_X1,,,,
25
- away_player_X2,,,,
26
- away_player_X3,,,,
27
- away_player_X4,,,,
28
- away_player_X5,,,,
29
- away_player_X6,,,,
30
- away_player_X7,,,,
31
- away_player_X8,,,,
32
- away_player_X9,,,,
33
- away_player_X10,,,,
34
- away_player_X11,,,,
35
- home_player_Y1,,,,
36
- home_player_Y2,,,,
37
- home_player_Y3,,,,
38
- home_player_Y4,,,,
39
- home_player_Y5,,,,
40
- home_player_Y6,,,,
41
- home_player_Y7,,,,
42
- home_player_Y8,,,,
43
- home_player_Y9,,,,
44
- home_player_Y10,,,,
45
- home_player_Y11,,,,
46
- away_player_Y1,,,,
47
- away_player_Y2,,,,
48
- away_player_Y3,,,,
49
- away_player_Y4,,,,
50
- away_player_Y5,,,,
51
- away_player_Y6,,,,
52
- away_player_Y7,,,,
53
- away_player_Y8,,,,
54
- away_player_Y9,,,,
55
- away_player_Y10,,,,
56
- away_player_Y11,,,,
57
- home_player_1,,,,
58
- home_player_2,,,,
59
- home_player_3,,,,
60
- home_player_4,,,,
61
- home_player_5,,,,
62
- home_player_6,,,,
63
- home_player_7,,,,
64
- home_player_8,,,,
65
- home_player_9,,,,
66
- home_player_10,,,,
67
- home_player_11,,,,
68
- away_player_1,,,,
69
- away_player_2,,,,
70
- away_player_3,,,,
71
- away_player_4,,,,
72
- away_player_5,,,,
73
- away_player_6,,,,
74
- away_player_7,,,,
75
- away_player_8,,,,
76
- away_player_9,,,,
77
- away_player_10,,,,
78
- away_player_11,,,,
79
- goal,,the goal of the match,text,
80
- shoton,shot on,the shot on goal of the match,text,"commonsense reasoning:
81
- A shot on goal is a shot that enters the goal or would have entered the goal if it had not been blocked by the goalkeeper or another defensive player.
82
- "
83
- shotoff,shot off,"the shot off goal of the match, which is the opposite of shot on",text,
84
- foulcommit,foul commit,the fouls occurred in the match,text,
85
- card,,the cards given in the match,text,
86
- cross,,Balls sent into the opposition team's area from a wide position in the match,text,
87
- corner,,Ball goes out of play for a corner kick in the match,text,
88
- possession,,The duration from a player taking over the ball in the match,text,
89
- B365H,,,,
90
- B365D,,,,
91
- B365A,,,,
92
- BWH,,,,
93
- BWD,,,,
94
- BWA,,,,
95
- IWH,,,,
96
- IWD,,,,
97
- IWA,,,,
98
- LBH,,,,
99
- LBD,,,,
100
- LBA,,,,
101
- PSH,,,,
102
- PSD,,,,
103
- PSA,,,,
104
- WHH,,,,
105
- WHD,,,,
106
- WHA,,,,
107
- SJH,,,,
108
- SJD,,,,
109
- SJA,,,,
110
- VCH,,,,
111
- VCD,,,,
112
- VCA,,,,
113
- GBH,,,,
114
- GBD,,,,
115
- GBA,,,,
116
- BSH,,,,
117
- BSD,,,,
118
- BSA,,,,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/european_football_2/database_description/Player.csv DELETED
@@ -1,10 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,the unique id for players,integer,
3
- player_api_id,player api id,the id of the player api,integer,
4
- player_name,player name,player name,text,
5
- player_fifa_api_id,player federation international football association api id,the id of the player fifa api,integer,
6
- birthday,,the player's birthday,text,"e.g. 1992-02-29 00:00:00
7
- commonsense reasoning:
8
- Player A is older than player B means that A's birthday is earlier than B's"
9
- height,,the player's height,integer,
10
- weight,,the player's weight,integer,
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/european_football_2/database_description/Player_Attributes.csv DELETED
@@ -1,61 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,the unique id for players,integer,
3
- player_fifa_api_id,player federation international football association api id,the id of the player fifa api,integer,
4
- player_api_id,player api id,the id of the player api,integer,
5
- date,,date,text,e.g. 2016-02-18 00:00:00
6
- overall_rating,,the overall rating of the player,integer,"commonsense reasoning:
7
- The rating is between 0-100 which is calculated by FIFA.
8
- Higher overall rating means the player has a stronger overall strength."
9
- potential,,potential of the player,integer,"commonsense reasoning:
10
- The potential score is between 0-100 which is calculated by FIFA.
11
- Higher potential score means that the player has more potential"
12
- preferred_foot,preferred foot,the player's preferred foot when attacking,text,right/ left
13
- attacking_work_rate,attacking work rate,the player's attacking work rate,text,"commonsense reasoning:
14
- � high: implies that the player is going to be in all of your attack moves
15
- � medium: implies that the player will select the attack actions he will join in
16
- � low: remain in his position while the team attacks "
17
- defensive_work_rate,,the player's defensive work rate,text,"commonsense reasoning:
18
- � high: remain in his position and defense while the team attacks
19
- � medium: implies that the player will select the defensive actions he will join in
20
- � low: implies that the player is going to be in all of your attack moves instead of defensing"
21
- crossing,,the player's crossing score ,integer,"commonsense reasoning:
22
- Cross is a long pass into the opponent's goal towards the header of sixth-yard teammate.
23
- The crossing score is between 0-100 which measures the tendency/frequency of crosses in the box.
24
- Higher potential score means that the player performs better in crossing actions. "
25
- finishing,,the player's finishing rate,integer,0-100 which is calculated by FIFA
26
- heading_accuracy,heading accuracy,the player's heading accuracy,integer,0-100 which is calculated by FIFA
27
- short_passing,short passing,the player's short passing score,integer,0-100 which is calculated by FIFA
28
- volleys,,the player's volley score,integer,0-100 which is calculated by FIFA
29
- dribbling,,the player's dribbling score,integer,0-100 which is calculated by FIFA
30
- curve,,the player's curve score,integer,0-100 which is calculated by FIFA
31
- free_kick_accuracy,free kick accuracy,the player's free kick accuracy,integer,0-100 which is calculated by FIFA
32
- long_passing,long passing,the player's long passing score,integer,0-100 which is calculated by FIFA
33
- ball_control,ball control,the player's ball control score,integer,0-100 which is calculated by FIFA
34
- acceleration,,the player's acceleration score,integer,0-100 which is calculated by FIFA
35
- sprint_speed,sprint speed,"the player's sprint speed
36
- ",integer,0-100 which is calculated by FIFA
37
- agility,,the player's agility,integer,0-100 which is calculated by FIFA
38
- reactions,,the player's reactions score,integer,0-100 which is calculated by FIFA
39
- balance,,the player's balance score,integer,0-100 which is calculated by FIFA
40
- shot_power,shot power,the player's shot power,integer,0-100 which is calculated by FIFA
41
- jumping,,the player's jumping score,integer,0-100 which is calculated by FIFA
42
- stamina,,the player's stamina score,integer,0-100 which is calculated by FIFA
43
- strength,,the player's strength score,integer,0-100 which is calculated by FIFA
44
- long_shots,long shots,the player's long shots score,integer,0-100 which is calculated by FIFA
45
- aggression,,the player's aggression score,integer,0-100 which is calculated by FIFA
46
- interceptions,,the player's interceptions score,integer,0-100 which is calculated by FIFA
47
- positioning,,"the player's
48
- positioning score
49
- ",integer,0-100 which is calculated by FIFA
50
- vision,,"the player's vision score
51
- ",integer,0-100 which is calculated by FIFA
52
- penalties,,"the player's penalties score
53
- ",integer,0-100 which is calculated by FIFA
54
- marking,,the player's markingscore,integer,0-100 which is calculated by FIFA
55
- standing_tackle,standing tackle,the player's standing tackle score,integer,0-100 which is calculated by FIFA
56
- sliding_tackle,sliding tackle,the player's sliding tackle score,integer,0-100 which is calculated by FIFA
57
- gk_diving,goalkeep diving,the player's goalkeep diving score,integer,0-100 which is calculated by FIFA
58
- gk_handling,goalkeep handling,the player's goalkeep diving score,integer,0-100 which is calculated by FIFA
59
- gk_kicking,goalkeep kicking,the player's goalkeep kicking score,integer,0-100 which is calculated by FIFA
60
- gk_positioning,goalkeep positioning,the player's goalkeep positioning score,integer,0-100 which is calculated by FIFA
61
- gk_reflexes,goalkeep reflexes,the player's goalkeep reflexes score,integer,0-100 which is calculated by FIFA
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/european_football_2/database_description/Team.csv DELETED
@@ -1,6 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,the unique id for teams,integer,
3
- team_api_id,team api id,the id of the team api,integer,
4
- team_fifa_api_id,team federation international football association api id,the id of the team fifa api,integer,
5
- team_long_name,team long name,the team's long name,text,
6
- team_short_name,team short name,the team's short name,text,
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/european_football_2/database_description/Team_Attributes.csv DELETED
@@ -1,53 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- id,,the unique id for teams,integer,
3
- team_fifa_api_id,team federation international football association api id,the id of the team fifa api,integer,
4
- team_api_id,team api id,the id of the team api,integer,
5
- date,,Date,text,e.g. 2010-02-22 00:00:00
6
- buildUpPlaySpeed,build Up Play Speed,the speed in which attacks are put together ,integer,the score which is between 1-00 to measure the team's attack speed
7
- buildUpPlaySpeedClass,build Up Play Speed Class,the speed class,text,"commonsense reasoning:
8
- � Slow: 1-33
9
- � Balanced: 34-66
10
- � Fast: 66-100"
11
- buildUpPlayDribbling,build Up Play Dribbling,the tendency/ frequency of dribbling,integer,
12
- buildUpPlayDribblingClass,build Up Play Dribbling Class,the dribbling class,text,"commonsense reasoning:
13
- � Little: 1-33
14
- � Normal: 34-66
15
- � Lots: 66-100"
16
- buildUpPlayPassing,build Up Play Passing,affects passing distance and support from teammates,integer,
17
- buildUpPlayPassingClass,build Up Play Passing Class,the passing class,text,"commonsense reasoning:
18
- � Short: 1-33
19
- � Mixed: 34-66
20
- � Long: 66-100"
21
- buildUpPlayPositioningClass,build Up Play Positioning Class,A team's freedom of movement in the 1st two thirds of the pitch,text,Organised / Free Form
22
- chanceCreationPassing,chance Creation Passing,Amount of risk in pass decision and run support,integer,
23
- chanceCreationPassingClass,chance Creation Passing Class,the chance creation passing class,text,"commonsense reasoning:
24
- � Safe: 1-33
25
- � Normal: 34-66
26
- � Risky: 66-100"
27
- chanceCreationCrossing,chance Creation Crossing,The tendency / frequency of crosses into the box,integer,
28
- chanceCreationCrossingClass,chance Creation Crossing Class,the chance creation crossing class,text,"commonsense reasoning:
29
- � Little: 1-33
30
- � Normal: 34-66
31
- � Lots: 66-100"
32
- chanceCreationShooting,chance Creation Shooting,The tendency / frequency of shots taken,integer,
33
- chanceCreationShootingClass,chance Creation Shooting Class,the chance creation shooting class,text,"commonsense reasoning:
34
- � Little: 1-33
35
- � Normal: 34-66
36
- � Lots: 66-100"
37
- chanceCreationPositioningClass,chance Creation Positioning Class,A team�s freedom of movement in the final third of the pitch,text,Organised / Free Form
38
- defencePressure,defence Pressure,Affects how high up the pitch the team will start pressuring,integer,
39
- defencePressureClass,defence Pressure Class,the defence pressure class,text,"commonsense reasoning:
40
- � Deep: 1-33
41
- � Medium: 34-66
42
- � High: 66-100"
43
- defenceAggression,defence Aggression,Affect the team�s approach to tackling the ball possessor,integer,
44
- defenceAggressionClass,defence Aggression Class,the defence aggression class,text,"commonsense reasoning:
45
- � Contain: 1-33
46
- � Press: 34-66
47
- � Double: 66-100"
48
- defenceTeamWidth,defence Team Width,Affects how much the team will shift to the ball side,integer,
49
- defenceTeamWidthClass,defence Team Width Class,the defence team width class,text,"commonsense reasoning:
50
- � Narrow: 1-33
51
- � Normal: 34-66
52
- � Wide: 66-100"
53
- defenceDefenderLineClass,defence Defender Line Class,Affects the shape and strategy of the defence,text,Cover/ Offside Trap
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/financial/.DS_Store DELETED
Binary file (6.15 kB)
 
bird-corpus-val/dev_databases/financial/database_description/account.csv DELETED
@@ -1,7 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description,
2
- account_id,account id,the id of the account,integer,,
3
- district_id,location of branch,location of branch,integer ,,
4
- frequency,frequency,frequency of the acount,text,,"""POPLATEK MESICNE"" stands for monthly issuance
5
- ""POPLATEK TYDNE"" stands for weekly issuance
6
- ""POPLATEK PO OBRATU"" stands for issuance after transaction"
7
- date,date,the creation date of the account,date,in the form YYMMDD,
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/financial/database_description/card.csv DELETED
@@ -1,7 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- card_id,credit card id,id number of credit card,integer,
3
- disp_id,disposition id,disposition id,integer,
4
- type,,type of credit card,text,"""junior"": junior class of credit card;
5
- ""classic"": standard class of credit card;
6
- ""gold"": high-level credit card"
7
- issued,,the date when the credit card issued ,date,in the form YYMMDD
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/financial/database_description/client.csv DELETED
@@ -1,6 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- client_id,,the unique number,integer,
3
- gender,,,text,"F:female
4
- M:male "
5
- birth_date,,birth date,date,
6
- district_id,location of branch,location of branch,integer,
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/financial/database_description/disp.csv DELETED
@@ -1,7 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- disp_id,disposition id,unique number of identifying this row of record,integer,
3
- client_id,,id number of client,integer,
4
- account_id,,id number of account,integer,
5
- type,,type of disposition,text,"""OWNER"" : ""USER"" : ""DISPONENT""
6
- commonsense evidence:
7
- the account can only have the right to issue permanent orders or apply for loans"
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/financial/database_description/district.csv DELETED
@@ -1,17 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- district_id,location of branch,location of branch,integer ,
3
- A2,district_name,district_name,text,
4
- A3,region,region,text,
5
- A4,number of inhabitants ,,text,
6
- A5,no. of municipalities with inhabitants < 499,municipality < district < region,text,
7
- A6,no. of municipalities with inhabitants 500-1999,municipality < district < region,text,
8
- A7,no. of municipalities with inhabitants 2000-9999,municipality < district < region,text,
9
- A8,no. of municipalities with inhabitants > 10000,municipality < district < region,integer,
10
- A9,,,integer,not useful
11
- A10,ratio of urban inhabitants,ratio of urban inhabitants,real,
12
- A11,average salary,average salary,integer,
13
- A12,unemployment rate 1995,unemployment rate 1995,real,
14
- A13,unemployment rate 1996,unemployment rate 1996,real,
15
- A14,no. of entrepreneurs per 1000 inhabitants,no. of entrepreneurs per 1000 inhabitants,integer,
16
- A15,no. of committed crimes 1995,no. of committed crimes 1995,integer,
17
- A16,no. of committed crimes 1996,no. of committed crimes 1996,integer,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/financial/database_description/loan.csv DELETED
@@ -1,11 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- loan_id,,the id number identifying the loan data,integer,
3
- account_id,,the id number identifying the account,integer,
4
- date,,the date when the loan is approved,date,
5
- amount,,approved amount,integer,unit:US dollar
6
- duration,,loan duration,integer,unit:month
7
- payments,monthly payments,monthly payments,real,unit:month
8
- status,,repayment status,text,"'A' stands for contract finished, no problems;
9
- 'B' stands for contract finished, loan not paid;
10
- 'C' stands for running contract, OK so far;
11
- 'D' stands for running contract, client in debt"
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/financial/database_description/order.csv DELETED
@@ -1,10 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- order_id,,identifying the unique order,integer,
3
- account_id,,id number of account,integer,
4
- bank_to,bank of the recipient,bank of the recipient,text,
5
- account_to,account of the recipient,account of the recipient,integer,each bank has unique two-letter code
6
- amount,debited amount,debited amount,real,
7
- k_symbol,characterization of the payment,purpose of the payment,text,"""POJISTNE"" stands for insurance payment
8
- ""SIPO"" stands for household payment
9
- ""LEASING"" stands for leasing
10
- ""UVER"" stands for loan payment"
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/financial/database_description/trans.csv DELETED
@@ -1,22 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- trans_id,transaction id,transaction id,integer,
3
- account_id,,,integer,
4
- date,date of transaction,date of transaction,date,
5
- type,+/- transaction,+/- transaction,text,"""PRIJEM"" stands for credit
6
- ""VYDAJ"" stands for withdrawal"
7
- operation,mode of transaction,mode of transaction,text,"""VYBER KARTOU"": credit card withdrawal
8
- ""VKLAD"": credit in cash
9
- ""PREVOD Z UCTU"" :collection from another bank
10
- ""VYBER"": withdrawal in cash
11
- ""PREVOD NA UCET"": remittance to another bank"
12
- amount,amount of money,amount of money,integer,Unit:USD
13
- balance,balance after transaction,balance after transaction,integer,Unit:USD
14
- k_symbol,characterization of the transaction,,text,"""POJISTNE"": stands for insurrance payment
15
- ""SLUZBY"": stands for payment for statement
16
- ""UROK"": stands for interest credited
17
- ""SANKC. UROK"": sanction interest if negative balance
18
- ""SIPO"": stands for household
19
- ""DUCHOD"": stands for old-age pension
20
- ""UVER"": stands for loan payment"
21
- bank,bank of the partner,,text,each bank has unique two-letter code
22
- account,account of the partner,,integer,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/formula_1/.DS_Store DELETED
Binary file (6.15 kB)
 
bird-corpus-val/dev_databases/formula_1/database_description/circuits.csv DELETED
@@ -1,11 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- circuitId,circuit Id ,unique identification number of the circuit ,integer ,
3
- circuitRef,circuit reference name ,circuit reference name ,text,
4
- name ,,full name of circuit ,text,
5
- location ,,location of circuit ,text,
6
- country ,,country of circuit ,text,
7
- lat ,latitude ,latitude of location of circuit ,real,
8
- lng ,longitude ,longitude of location of circuit ,real,"commonsense evidence:
9
- Location coordinates: (lat, lng)"
10
- alt ,,,integer ,not useful
11
- url ,,url ,text,
 
 
 
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/formula_1/database_description/constructorResults.csv DELETED
@@ -1,6 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- constructorResultsId,constructor Results Id,constructor Results Id,integer,
3
- raceId,race Id,race id,integer,
4
- constructorId,constructor Id,constructor id,integer,
5
- points,,points,real,
6
- status,,status,text,
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/formula_1/database_description/constructorStandings.csv DELETED
@@ -1,8 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- constructorStandingsId ,constructor Standings Id ,unique identification of the constructor standing records ,integer ,
3
- raceId ,race id ,id number identifying which races ,integer ,
4
- constructorId ,constructor id ,id number identifying which id ,integer ,
5
- points,,how many points acquired in each race ,,
6
- position ,,position or track of circuits ,integer ,
7
- positionText ,position text ,,text,"same with position, not quite useful "
8
- wins ,,wins ,integer ,
 
 
 
 
 
 
 
 
 
bird-corpus-val/dev_databases/formula_1/database_description/constructors.csv DELETED
@@ -1,8 +0,0 @@
1
- original_column_name,column_name,column_description,data_format,value_description
2
- constructorId ,constructor Id ,the unique identification number identifying constructors ,integer ,
3
- constructorRef ,Constructor Reference name ,Constructor Reference name ,text,
4
- name ,,full name of the constructor ,text,
5
- nationality ,,nationality of the constructor ,text,
6
- url ,,the introduction website of the constructor ,text,"commonsense evidence:
7
- How to find out the detailed introduction of the constructor: through its url"
8
- wins ,,wins ,integer ,