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
0likes333downloads
stats.json24 linesDownload Raw Back to root
1{2  "total_docs": 100000,3  "rows_indexed": 100000,4  "total_entries": 1408568,5  "doc_chunk_size": 100000,6  "index_files": 65536,7  "index_size_mb": 42.3,8  "docs_size_mb": 6.8,9  "total_size_mb": 49.1,10  "columns": {11    "order_id": "FLOAT",12    "customer_id": "FLOAT",13    "product_name": "TEXT",14    "category": "KEYWORD",15    "price": "FLOAT",16    "quantity": "FLOAT",17    "city": "KEYWORD",18    "country": "KEYWORD",19    "order_date": "DATE",20    "status": "KEYWORD",21    "payment_method": "KEYWORD",22    "is_express": "KEYWORD"23  }24}
flatseek/sample-encrypted · CoolFace