CoolFace
Datasetpublic

flatseek/sample-encrypted

100K dataset schema ecommerce. Protected with encryption. Use password: flatseek Sample raw: "order_id","customer_id","product_name","category","price","quantity","city","country","order_date","status","payment_method","is_express" 2593058,59743,"bOzvRQJdUxFGeBkUzpJehyEzgmfHOEwFtfIwsXeKhLXwAZlobt","books",6974.13,74,"Medan","Japan","2021-10-01","returned","credit_card",True 7967796,54381,"EMSSxJQyYRSlQPWJTwacOJoJzKICYdFjIBMmitEwainxILlLWx","electronics",647.55,80,"Makassar","Brunei"… See the full description on the dataset page: https://huggingface.co/datasets/flatseek/sample-encrypted.

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes334downloads
column_map.json64 linesDownload Raw Back to root
1{2  "encrypted.csv": {3    "order_id": {4      "semantic_type": "FLOAT",5      "confidence": 1.0,6      "canonical_key": "order_id"7    },8    "customer_id": {9      "semantic_type": "FLOAT",10      "confidence": 1.0,11      "canonical_key": "customer_id"12    },13    "product_name": {14      "semantic_type": "TEXT",15      "confidence": 0.8,16      "canonical_key": "product_name"17    },18    "category": {19      "semantic_type": "KEYWORD",20      "confidence": 1.0,21      "canonical_key": "category"22    },23    "price": {24      "semantic_type": "FLOAT",25      "confidence": 1.0,26      "canonical_key": "price"27    },28    "quantity": {29      "semantic_type": "FLOAT",30      "confidence": 1.0,31      "canonical_key": "quantity"32    },33    "city": {34      "semantic_type": "KEYWORD",35      "confidence": 1.0,36      "canonical_key": "city"37    },38    "country": {39      "semantic_type": "KEYWORD",40      "confidence": 1.0,41      "canonical_key": "country"42    },43    "order_date": {44      "semantic_type": "DATE",45      "confidence": 0.8,46      "canonical_key": "order_date"47    },48    "status": {49      "semantic_type": "KEYWORD",50      "confidence": 1.0,51      "canonical_key": "status"52    },53    "payment_method": {54      "semantic_type": "KEYWORD",55      "confidence": 0.5,56      "canonical_key": "payment_method"57    },58    "is_express": {59      "semantic_type": "KEYWORD",60      "confidence": 1.0,61      "canonical_key": "is_express"62    }63  }64}