File size: 1,443 Bytes
b8a846d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "encrypted.csv": {
    "order_id": {
      "semantic_type": "FLOAT",
      "confidence": 1.0,
      "canonical_key": "order_id"
    },
    "customer_id": {
      "semantic_type": "FLOAT",
      "confidence": 1.0,
      "canonical_key": "customer_id"
    },
    "product_name": {
      "semantic_type": "TEXT",
      "confidence": 0.8,
      "canonical_key": "product_name"
    },
    "category": {
      "semantic_type": "KEYWORD",
      "confidence": 1.0,
      "canonical_key": "category"
    },
    "price": {
      "semantic_type": "FLOAT",
      "confidence": 1.0,
      "canonical_key": "price"
    },
    "quantity": {
      "semantic_type": "FLOAT",
      "confidence": 1.0,
      "canonical_key": "quantity"
    },
    "city": {
      "semantic_type": "KEYWORD",
      "confidence": 1.0,
      "canonical_key": "city"
    },
    "country": {
      "semantic_type": "KEYWORD",
      "confidence": 1.0,
      "canonical_key": "country"
    },
    "order_date": {
      "semantic_type": "DATE",
      "confidence": 0.8,
      "canonical_key": "order_date"
    },
    "status": {
      "semantic_type": "KEYWORD",
      "confidence": 1.0,
      "canonical_key": "status"
    },
    "payment_method": {
      "semantic_type": "KEYWORD",
      "confidence": 0.5,
      "canonical_key": "payment_method"
    },
    "is_express": {
      "semantic_type": "KEYWORD",
      "confidence": 1.0,
      "canonical_key": "is_express"
    }
  }
}