somezay commited on
Commit
f28838b
·
verified ·
1 Parent(s): 8082d23

Upload 2 files

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. data_dictionary.updated.json +133 -0
  3. salesdatabig.db +3 -0
.gitattributes CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  salesdata.db filter=lfs diff=lfs merge=lfs -text
37
  logo.png filter=lfs diff=lfs merge=lfs -text
 
 
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  salesdata.db filter=lfs diff=lfs merge=lfs -text
37
  logo.png filter=lfs diff=lfs merge=lfs -text
38
+ salesdatabig.db filter=lfs diff=lfs merge=lfs -text
data_dictionary.updated.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "customers": {
3
+ "id": {
4
+ "description": "Surrogate primary key for a customer.",
5
+ "synonyms": [
6
+ "customer_id",
7
+ "cust id",
8
+ "client id"
9
+ ]
10
+ },
11
+ "name": {
12
+ "description": "Customer full name.",
13
+ "synonyms": [
14
+ "customer name",
15
+ "client name",
16
+ "buyer name"
17
+ ]
18
+ },
19
+ "email": {
20
+ "description": "Customer email address.",
21
+ "synonyms": [
22
+ "contact email"
23
+ ]
24
+ },
25
+ "joined_at": {
26
+ "description": "Date the customer joined (ISO8601).",
27
+ "synonyms": [
28
+ "signup date",
29
+ "registration date",
30
+ "customer since"
31
+ ]
32
+ },
33
+ "state": {
34
+ "description": "US state code for the customer's location.",
35
+ "synonyms": [
36
+ "region",
37
+ "location state",
38
+ "us state",
39
+ "state code"
40
+ ]
41
+ },
42
+ "age": {
43
+ "description": "Customer age in years.",
44
+ "synonyms": [
45
+ "demographic age"
46
+ ]
47
+ }
48
+ },
49
+ "orders": {
50
+ "id": {
51
+ "description": "Surrogate primary key for an order.",
52
+ "synonyms": [
53
+ "order id",
54
+ "po id"
55
+ ]
56
+ },
57
+ "customer_id": {
58
+ "description": "Foreign key to customers.id.",
59
+ "synonyms": [
60
+ "buyer id",
61
+ "purchaser id",
62
+ "customer key"
63
+ ]
64
+ },
65
+ "order_ts": {
66
+ "description": "Order timestamp (ISO8601, minute precision).",
67
+ "synonyms": [
68
+ "order date",
69
+ "order time",
70
+ "purchase time",
71
+ "txn time",
72
+ "transaction date",
73
+ "purchased at",
74
+ "created at"
75
+ ]
76
+ },
77
+ "total_amount": {
78
+ "description": "Monetary total for the order; use SUM(total_amount) for revenue.",
79
+ "synonyms": [
80
+ "revenue",
81
+ "sales",
82
+ "order value",
83
+ "gmv",
84
+ "gross sales",
85
+ "turnover",
86
+ "order_total",
87
+ "amount",
88
+ "gross revenue",
89
+ "total",
90
+ "sales revenue"
91
+ ],
92
+ "notes": "Canonical revenue; prefer SUM(orders.total_amount) for revenue totals."
93
+ }
94
+ },
95
+ "order_items": {
96
+ "id": {
97
+ "description": "Surrogate primary key for an order line item.",
98
+ "synonyms": [
99
+ "line id",
100
+ "item row id"
101
+ ]
102
+ },
103
+ "order_id": {
104
+ "description": "Foreign key to orders.id.",
105
+ "synonyms": [
106
+ "parent order id"
107
+ ]
108
+ },
109
+ "sku": {
110
+ "description": "Stock keeping unit identifier.",
111
+ "synonyms": [
112
+ "product code",
113
+ "item code",
114
+ "sku code"
115
+ ]
116
+ },
117
+ "quantity": {
118
+ "description": "Units purchased on this line.",
119
+ "synonyms": [
120
+ "qty",
121
+ "units",
122
+ "count"
123
+ ]
124
+ },
125
+ "price": {
126
+ "description": "Unit price for the SKU on this line.",
127
+ "synonyms": [
128
+ "unit price",
129
+ "item price"
130
+ ]
131
+ }
132
+ }
133
+ }
salesdatabig.db ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dcef84dc4880cfa477508861d7e4a8bec6a5e914445b8c3bf491cf6aaa2d670
3
+ size 126976