github.com/qri-io/qri@v0.10.1-0.20220104210721-c771715036cb/api/testdata/expect/TestDatasetGet.test_ds.json (about) 1 { 2 "body": [ 3 ["toronto", 40000000, 55.5, false], 4 ["new york", 8500000, 44.4, true], 5 ["chicago", 300000, 44.4, true], 6 ["chatham", 35000, 65.25, true], 7 ["raleigh", 250000, 50.65, true] 8 ], 9 "bodyPath": "/mem/QmVYgdpvgnq3FABZFVWUgxr7UCwNSRJz97vBU9YX5g5pQ4", 10 "id": "6yn4jmjjsndpwf4qllvjcunrzni3o3vcejlkvdsvhayfcvrgrpsq", 11 "commit": { 12 "author": { 13 "id": "QmZePf5LeXow3RW5U1AgEiNbW46YnRGhZ7HPvm1UmPFPwt" 14 }, 15 "message": "created dataset from data.csv", 16 "path": "/mem/QmdgEuXpqcUGyJ8pUCycPxBYJMpiv3xvhya6AEtxHnAzYX", 17 "qri": "cm:0", 18 "signature": "aOrQREnFmMBkHv0Oai0UQ4xr3RWg5ukFWwxJIEY1rxr3o8cmdM2D8ptMMz0hLm/piev3FI1BtnYWcRB8CjO/Icxdo0q+v8rGsTcY71+2nPJPjmO+cJr+x5sa/tlSpeQSwBBQd1zNGXzjMlP/u5xge/fWTkInUfvGHX2zXGlNHGWz2tBBe6hviM/JjcXv/HhnKCWfMOn+dDZFyXXwKlj2XdzbjLvvXIK79C/TizBQBukuHle73T6gFl7KH+tr6SxHdeeUtqH31I0J1usefwFj2+r7G1ebG4Ew1gBWWLCdoTUhXrKpQ13PlglNxyYKz7cv317ly+RjOTzjECgs9FHA+g==", 19 "timestamp": "2001-01-01T01:01:01.000000001Z", 20 "title": "created dataset from data.csv" 21 }, 22 "meta": { 23 "path": "/mem/QmUBcYoEy2MtnerqCRhrBdWPcknTA6cAx2vBYnyBafNyGx", 24 "qri": "md:0", 25 "title": "title one" 26 }, 27 "name": "test_ds", 28 "path": "/mem/QmX3Y2CG4DhZMHKTPAGPpLdwRPoWDjZLxAJwcikNYo8Tqa", 29 "peername": "peer", 30 "readme": { 31 "qri": "rm:0", 32 "text": "hello world", 33 "scriptPath": "/mem/QmaozNR7DZHQK1ZcU9p7QdrshMvXqWK6gpu5rmrkPdT3L4" 34 }, 35 "qri": "ds:0", 36 "structure": { 37 "checksum": "/mem/QmVYgdpvgnq3FABZFVWUgxr7UCwNSRJz97vBU9YX5g5pQ4", 38 "depth": 2, 39 "entries": 5, 40 "format": "csv", 41 "formatConfig": { 42 "headerRow": true, 43 "lazyQuotes": true 44 }, 45 "length": 154, 46 "path": "/mem/QmcVxhRAwe7wZxz9cbJKbhXhpCrMMNeFUEb5SpveCptr7d", 47 "qri": "st:0", 48 "schema": { 49 "items": { 50 "items": [ 51 { 52 "title": "city", 53 "type": "string" 54 }, 55 { 56 "title": "pop", 57 "type": "integer" 58 }, 59 { 60 "title": "avg_age", 61 "type": "number" 62 }, 63 { 64 "title": "in_usa", 65 "type": "boolean" 66 } 67 ], 68 "type": "array" 69 }, 70 "type": "array" 71 } 72 }, 73 "stats": { 74 "path": "/mem/QmZjVHiq1brwXQRKMDcc2TuE8UHhQCyTa3WMWnrYXJRUUG", 75 "qri": "sa:0", 76 "stats": [ 77 { 78 "count": 5, 79 "frequencies": { 80 "chatham": 1, 81 "chicago": 1, 82 "new york": 1, 83 "raleigh": 1, 84 "toronto": 1 85 }, 86 "maxLength": 8, 87 "minLength": 7, 88 "type": "string", 89 "unique": 5 90 }, 91 { 92 "count": 5, 93 "histogram": { 94 "bins": [ 95 35000, 96 250000, 97 300000, 98 8500000, 99 40000000, 100 40000001 101 ], 102 "frequencies": [ 103 1, 104 1, 105 1, 106 1, 107 1 108 ] 109 }, 110 "max": 40000000, 111 "mean": 9817000, 112 "median": 300000, 113 "min": 35000, 114 "type": "numeric" 115 }, 116 { 117 "count": 5, 118 "histogram": { 119 "bins": [ 120 44.4, 121 50.65, 122 55.5, 123 65.25, 124 66.25 125 ], 126 "frequencies": [ 127 2, 128 1, 129 1, 130 1 131 ] 132 }, 133 "max": 65.25, 134 "mean": 52.04, 135 "median": 50.65, 136 "min": 44.4, 137 "type": "numeric" 138 }, 139 { 140 "count": 5, 141 "falseCount": 1, 142 "trueCount": 4, 143 "type": "boolean" 144 } 145 ] 146 } 147 }