-
Notifications
You must be signed in to change notification settings - Fork 4
/
paths.json
103 lines (103 loc) · 3.89 KB
/
paths.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"s3_bucket": "stackoverflow-events",
"posts_xml": {
"local": "data/stackoverflow/Posts.xml.bz2",
"s3": "s3://stackoverflow-events/2019-12-02/Posts.xml.bz2"
},
"posts": {
"local": "data/stackoverflow/Posts.df.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Posts.df.parquet"
},
"users_xml": {
"local": "data/stackoverflow/Users.xml.bz2",
"s3": "s3://stackoverflow-events/2019-12-02/Users.xml.bz2"
},
"users": {
"local": "data/stackoverflow/Users.df.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Users.df.parquet"
},
"tags_xml": {
"local": "data/stackoverflow/Tags.xml.bz2",
"s3": "s3://stackoverflow-events/2019-12-02/Tags.xml.bz2"
},
"tags": {
"local": "data/stackoverflow/Tags.df.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Tags.df.parquet"
},
"badges_xml": {
"local": "data/stackoverflow/Badges.xml.bz2",
"s3": "s3://stackoverflow-events/2019-12-02/Badges.xml.bz2"
},
"badges": {
"local": "data/stackoverflow/Badges.df.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Badges.df.parquet"
},
"comments_xml": {
"local": "data/stackoverflow/Comments.xml.bz2",
"s3": "s3://stackoverflow-events/2019-12-02/Comments.xml.bz2"
},
"comments": {
"local": "data/stackoverflow/Comments.df.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Comments.df.parquet"
},
"postlinks_xml": {
"local": "data/stackoverflow/PostLinks.xml.bz2",
"s3": "s3://stackoverflow-events/2019-12-02/PostLinks.xml.bz2"
},
"postlinks": {
"local": "data/stackoverflow/PostLinks.df.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/PostLinks.df.parquet"
},
"questions": {
"local": "data/stackoverflow/Questions.Answered.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Questions.Answered.parquet"
},
"tag_counts": {
"local": "data/stackoverflow/Questions.TagCounts.{}.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Questions.TagCounts.{}.parquet"
},
"questions_tags": {
"local": "data/stackoverflow/Questions.Tags.{}.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Questions.Tags.{}.parquet"
},
"one_hot": {
"local": "data/stackoverflow/Questions.Stratified.{}.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Questions.Stratified.{}.parquet"
},
"output_jsonl": {
"local": "data/stackoverflow/Questions.Stratified.{}.{}.jsonl",
"s3": "s3://stackoverflow-events/2019-12-02/Questions.Stratified.{}.{}.jsonl"
},
"tag_index": {
"local": "data/stackoverflow/tag_index.{}.json",
"s3": "2019-12-02/tag_index.{}.json"
},
"index_tag": {
"local": "data/stackoverflow/index_tag.{}.json",
"s3": "2019-12-02/index_tag.{}.json"
},
"sorted_all_tags": {
"local": "data/stackoverflow/sorted_all_tags.{}.json",
"s3": "2019-12-02/sorted_all_tags.{}.json"
},
"stratified_sample": {
"local": "data/stackoverflow/Questions.Stratified.{}.*.jsonl",
"s3": "s3://stackoverflow-events/2019-12-02/Questions.Stratified.{}.*.jsonl"
},
"label_counts": {
"local": "data/stackoverflow/label_counts.{}.json",
"s3": "2019-12-02/label_counts.{}.json"
},
"questions_final": {
"local": "data/stackoverflow/Questions.Stratified.Final.{}.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Questions.Stratified.Final.{}.parquet"
},
"report": {
"local": "data/stackoverflow/final_report.{}.json",
"s3": "2019-12-02/final_report.{}.json"
},
"bad_questions": {
"local": "data/stackoverflow/Questions.Bad.{}.{}.parquet",
"s3": "s3://stackoverflow-events/2019-12-02/Questions.Bad.{}.{}.parquet"
}
}