From 26c925a7478490f77ee797055612f75e6c880441 Mon Sep 17 00:00:00 2001 From: Felipe Adachi Date: Wed, 23 Mar 2022 10:49:25 -0300 Subject: [PATCH] -set seeds for numpy and faker --- examples/Profile_Viewer_In_Notebook.ipynb | 5466 +++++++++++---------- 1 file changed, 2777 insertions(+), 2689 deletions(-) diff --git a/examples/Profile_Viewer_In_Notebook.ipynb b/examples/Profile_Viewer_In_Notebook.ipynb index dd1d70fc57..c72a920f27 100644 --- a/examples/Profile_Viewer_In_Notebook.ipynb +++ b/examples/Profile_Viewer_In_Notebook.ipynb @@ -5,7 +5,7 @@ "id": "6b36ea8e", "metadata": {}, "source": [ - "# 📈 Whylogs Profile Visualization\n", + "# 📈 whylogs Profile Visualization\n", "### gives you various ways to simplify the proccess of detecting dataset drift. Bellow you can see the instructions for creating dummy dataset and list of currently available visual reports." ] }, @@ -19,7 +19,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "id": "29e48da5", "metadata": {}, "outputs": [], @@ -30,7 +30,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 2, "id": "5d40e474", "metadata": {}, "outputs": [], @@ -39,24 +39,17 @@ "import pandas as pd\n", "import datetime\n", "from collections import OrderedDict\n", - "from faker import Faker" + "from faker import Faker\n", + "\n", + "np.random.seed(42)" ] }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 3, "id": "2c3ff3a2", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/felipeadachi/miniconda3/envs/profile-viz/lib/python3.8/site-packages/tqdm/auto.py:22: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", - " from .autonotebook import tqdm as notebook_tqdm\n" - ] - } - ], + "outputs": [], "source": [ "from whylogs import get_or_create_session\n", "from whylogs.viz import NotebookProfileViewer\n", @@ -95,6 +88,7 @@ " ('ja_JP', 2),\n", "])\n", "fake = Faker(locales)\n", + "Faker.seed(42)\n", "distribution = np.concatenate((np.random.normal(0.1, 0.1, 500), np.random.normal(0.6, 0.2, 500)))" ] }, @@ -149,7 +143,7 @@ "id": "8390f360", "metadata": {}, "source": [ - "## ✨ Vizualize profiles with Whylogs" + "## ✨ Vizualize profiles with whylogs" ] }, { @@ -1053,7 +1047,7 @@ " <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/6.7.0/d3.min.js" integrity="sha512-cd6CHE+XWDQ33ElJqsi0MdNte3S+bQY819f7p3NUHgwQQLXSKjE4cPZTeGNI+vaxZynk1wVU3hoHmow3m089wA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>\n", "\n", " <script>\n", - " const getReferenceProfile = () => { return {"properties": {"schemaMajorVersion": 1, "schemaMinorVersion": 2, "sessionId": "8f6a54f6-44f9-422a-9aaa-a76dc03e68c9", "sessionTimestamp": "1647530997889", "dataTimestamp": "1622592000000", "tags": {"name": "mytestytest"}, "metadata": {}, "observations": 4003, "missing_cells": 500, "total_count": 4003, "missing_percentage": 12.490632025980515}, "columns": {"mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.15691950383945444, "max": 1.1944854852214923, "mean": 0.34305937129039193, "stddev": 0.29117343237416626, "histogram": {"start": -0.15691950917243958, "end": 1.1944855453976393, "counts": ["5", "11", "10", "32", "43", "38", "43", "28", "27", "17", "19", "12", "23", "24", "13", "25", "19", "29", "10", "22", "9", "8", "13", "8", "1", "6", "3", "0", "0", "2"], "max": 1.1944854259490967, "min": -0.15691950917243958, "bins": [-0.15691950917243958, -0.11187267402010362, -0.06682583886776765, -0.021779003715431677, 0.02326783143690428, 0.06831466658924024, 0.11336150174157622, 0.15840833689391215, 0.20345517204624813, 0.24850200719858412, 0.29354884235092005, 0.33859567750325603, 0.383642512655592, 0.428689347807928, 0.4737361829602639, 0.5187830181125999, 0.5638298532649358, 0.6088766884172718, 0.6539235235696078, 0.6989703587219437, 0.7440171938742797, 0.7890640290266157, 0.8341108641789516, 0.8791576993312875, 0.9242045344836236, 0.9692513696359595, 1.0142982047882956, 1.0593450399406314, 1.1043918750929673, 1.1494387102453034, 1.1944855453976393], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 393.0, "upper": 393.0, "lower": 393.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.15691950917243958, -0.10476154088973999, -0.02496323175728321, 0.09297468513250351, 0.2899952232837677, 0.5810949802398682, 0.8560037612915039, 1.0485494136810303, 1.1944854259490967]}, "isDiscrete": false}, "uniqueCount": {"estimate": 393.5248448202391, "upper": 398.6758694134495, "lower": 388.49912188920257}, "drift_from_ref": 0.9355809919343405}, "moah_data": {"counters": {"count": "3"}, "schema": {"inferredType": {"type": "INTEGRAL", "ratio": 1.0}, "typeCounts": {"INTEGRAL": "3"}}, "numberSummary": {"count": "3", "min": 1.0, "max": 5.0, "mean": 2.3333333333333335, "stddev": 2.3094010767585034, "histogram": {"start": 1.0, "end": 5.0000005, "counts": ["3"], "max": 5.0, "min": 1.0, "bins": [1.0, 5.0000005], "n": "3", "width": 0.0}, "uniqueCount": {"estimate": 2.0, "upper": 2.0, "lower": 2.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 1.0, 1.0, 5.0, 5.0, 5.0, 5.0]}, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "2", "jsonValue": "1"}, {"estimate": "1", "jsonValue": "5"}]}, "uniqueCount": {"estimate": 2.000000004967054, "upper": 2.000099863468538, "lower": 2.0}, "drift_from_ref": 1.0}, "uniform_integers": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "INTEGRAL", "ratio": 1.0}, "typeCounts": {"INTEGRAL": "500"}}, "numberSummary": {"count": "500", "max": 49.0, "mean": 24.816, "stddev": 14.895297370899826, "histogram": {"end": 49.0000049, "counts": ["20", "26", "13", "17", "18", "12", "16", "15", "11", "13", "15", "21", "20", "8", "17", "16", "10", "26", "22", "11", "14", "15", "22", "18", "5", "23", "11", "10", "24", "31"], "max": 49.0, "bins": [0.0, 1.6333334966666666, 3.266666993333333, 4.90000049, 6.533333986666666, 8.166667483333333, 9.80000098, 11.433334476666666, 13.066667973333333, 14.70000147, 16.333334966666666, 17.96666846333333, 19.60000196, 21.233335456666666, 22.86666895333333, 24.50000245, 26.133335946666666, 27.76666944333333, 29.40000294, 31.033336436666666, 32.66666993333333, 34.30000343, 35.93333692666666, 37.566670423333335, 39.20000392, 40.833337416666666, 42.46667091333333, 44.10000441, 45.73333790666666, 47.366671403333335, 49.0000049], "n": "500", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 50.0, "upper": 50.0, "lower": 50.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 12.0, 26.0, 37.0, 48.0, 49.0, 49.0]}, "min": 0.0, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "22", "jsonValue": "6"}, {"estimate": "22", "jsonValue": "0"}, {"estimate": "22", "jsonValue": "17"}, {"estimate": "22", "jsonValue": "9"}, {"estimate": "21", "jsonValue": "26"}, {"estimate": "21", "jsonValue": "18"}, {"estimate": "21", "jsonValue": "31"}, {"estimate": "21", "jsonValue": "45"}, {"estimate": "21", "jsonValue": "35"}, {"estimate": "21", "jsonValue": "2"}, {"estimate": "21", "jsonValue": "39"}, {"estimate": "21", "jsonValue": "28"}, {"estimate": "21", "jsonValue": "12"}, {"estimate": "21", "jsonValue": "32"}, {"estimate": "21", "jsonValue": "11"}, {"estimate": "21", "jsonValue": "46"}, {"estimate": "21", "jsonValue": "34"}, {"estimate": "21", "jsonValue": "27"}]}, "uniqueCount": {"estimate": 50.00000608464168, "upper": 50.00250254747639, "lower": 50.0}, "drift_from_ref": null}, "nulls": {"counters": {"count": "500", "nullCount": "500"}, "schema": {"inferredType": {"type": "NULL", "ratio": 1.0}, "typeCounts": {"NULL": "500"}}, "uniqueCount": {"estimate": 0.0, "upper": 0.0, "lower": 0.0}}, "1mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.15691950383945444, "max": 1.1944854852214923, "mean": 0.36719914116573454, "stddev": 0.29433468408984254, "histogram": {"start": -0.15691950917243958, "end": 1.1944855453976393, "counts": ["3", "6", "18", "19", "29", "49", "35", "40", "26", "13", "18", "12", "16", "21", "25", "31", "20", "34", "14", "15", "11", "11", "8", "6", "3", "6", "7", "0", "0", "4"], "max": 1.1944854259490967, "min": -0.15691950917243958, "bins": [-0.15691950917243958, -0.11187267402010362, -0.06682583886776765, -0.021779003715431677, 0.02326783143690428, 0.06831466658924024, 0.11336150174157622, 0.15840833689391215, 0.20345517204624813, 0.24850200719858412, 0.29354884235092005, 0.33859567750325603, 0.383642512655592, 0.428689347807928, 0.4737361829602639, 0.5187830181125999, 0.5638298532649358, 0.6088766884172718, 0.6539235235696078, 0.6989703587219437, 0.7440171938742797, 0.7890640290266157, 0.8341108641789516, 0.8791576993312875, 0.9242045344836236, 0.9692513696359595, 1.0142982047882956, 1.0593450399406314, 1.1043918750929673, 1.1494387102453034, 1.1944855453976393], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 388.0, "upper": 388.0, "lower": 388.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.15691950917243958, -0.09304265677928925, -0.022071797400712967, 0.1151234358549118, 0.3247888386249542, 0.5923402309417725, 0.8801275491714478, 1.0508172512054443, 1.1944854259490967]}, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "22", "jsonValue": "0.07958349680913485"}, {"estimate": "20", "jsonValue": "-0.047613406227048155"}, {"estimate": "20", "jsonValue": "0.7059836041336536"}, {"estimate": "20", "jsonValue": "0.6500565182304388"}, {"estimate": "20", "jsonValue": "0.17520267372531562"}, {"estimate": "20", "jsonValue": "0.6772331982803318"}, {"estimate": "20", "jsonValue": "0.31022253253072174"}, {"estimate": "20", "jsonValue": "0.0109627335476003"}, {"estimate": "20", "jsonValue": "0.5126185537310635"}, {"estimate": "20", "jsonValue": "0.4395904045112935"}, {"estimate": "20", "jsonValue": "0.5943542957414487"}, {"estimate": "20", "jsonValue": "-0.07087333962993189"}, {"estimate": "20", "jsonValue": "0.5958998175938949"}, {"estimate": "20", "jsonValue": "0.2311207325287673"}, {"estimate": "20", "jsonValue": "0.1416874617135389"}, {"estimate": "20", "jsonValue": "-0.008410018947202572"}, {"estimate": "20", "jsonValue": "0.4612193388652866"}, {"estimate": "20", "jsonValue": "0.664152795644944"}, {"estimate": "20", "jsonValue": "-0.06603500876919882"}, {"estimate": "20", "jsonValue": "0.5759064349517482"}, {"estimate": "20", "jsonValue": "0.02954159409220751"}, {"estimate": "20", "jsonValue": "0.5009736335102463"}, {"estimate": "20", "jsonValue": "0.08265715355378328"}]}, "uniqueCount": {"estimate": 388.1950597669331, "upper": 393.2763203941641, "lower": 383.2374037529222}, "drift_from_ref": 0.4004710362084575}, "2mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.15691950383945444, "max": 1.1769463282032393, "mean": 0.34729690398853474, "stddev": 0.2973671268985881, "histogram": {"start": -0.15691950917243958, "end": 1.176946400081408, "counts": ["4", "11", "15", "29", "34", "36", "49", "30", "37", "5", "19", "20", "16", "28", "13", "23", "16", "20", "11", "17", "11", "11", "20", "10", "4", "5", "3", "0", "1", "2"], "max": 1.1769462823867798, "min": -0.15691950917243958, "bins": [-0.15691950917243958, -0.11245731219731132, -0.06799511522218307, -0.023532918247054835, 0.02092927872807343, 0.0653914757032017, 0.1098536726783299, 0.15431586965345817, 0.19877806662858644, 0.2432402636037147, 0.28770246057884297, 0.3321646575539712, 0.3766268545290994, 0.4210890515042277, 0.4655512484793559, 0.5100134454544842, 0.5544756424296124, 0.5989378394047407, 0.643400036379869, 0.6878622333549972, 0.7323244303301255, 0.7767866273052537, 0.8212488242803819, 0.8657110212555101, 0.9101732182306383, 0.9546354152057668, 0.999097612180895, 1.0435598091560232, 1.0880220061311514, 1.1324842031062796, 1.176946400081408], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 411.0, "upper": 411.0, "lower": 411.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.15691950917243958, -0.0989450216293335, -0.039702314883470535, 0.1081005111336708, 0.2879166305065155, 0.5810949802398682, 0.867107093334198, 1.0081337690353394, 1.1769462823867798]}, "isDiscrete": false}, "uniqueCount": {"estimate": 410.6312035662, "upper": 416.0061410222462, "lower": 405.38701458264427}, "drift_from_ref": 0.40047103620845825}, "4mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.15691950383945444, "max": 1.2030761395228802, "mean": 0.3368147522285745, "stddev": 0.28997743941563064, "histogram": {"start": -0.15691950917243958, "end": 1.2030762444988965, "counts": ["5", "12", "17", "25", "39", "54", "31", "42", "22", "21", "16", "9", "11", "25", "19", "21", "27", "26", "8", "24", "10", "9", "12", "10", "0", "2", "0", "0", "3", "0"], "max": 1.2030761241912842, "min": -0.15691950917243958, "bins": [-0.15691950917243958, -0.11158631738339504, -0.06625312559435051, -0.02091993380530599, 0.024413257983738557, 0.0697464497727831, 0.1150796415618276, 0.16041283335087214, 0.2057460251399167, 0.25107921692896124, 0.2964124087180058, 0.3417456005070503, 0.38707879229609476, 0.43241198408513937, 0.47774517587418386, 0.5230783676632285, 0.568411559452273, 0.6137447512413174, 0.659077943030362, 0.7044111348194065, 0.7497443266084511, 0.7950775183974956, 0.8404107101865401, 0.8857439019755846, 0.9310770937646291, 0.9764102855536738, 1.0217434773427183, 1.0670766691317628, 1.1124098609208073, 1.1577430527098518, 1.2030762444988965], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 396.0, "upper": 396.0, "lower": 396.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.15691950917243958, -0.10476154088973999, -0.04761340469121933, 0.09109821915626526, 0.25513049960136414, 0.5776665210723877, 0.8523513674736023, 0.9837885499000549, 1.2030761241912842]}, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "21", "jsonValue": "0.5858394233752927"}, {"estimate": "20", "jsonValue": "0.7728051887441383"}, {"estimate": "20", "jsonValue": "0.9004654081735809"}, {"estimate": "20", "jsonValue": "0.5271809649557558"}, {"estimate": "20", "jsonValue": "0.017003519979644555"}, {"estimate": "20", "jsonValue": "0.20310005902766756"}, {"estimate": "20", "jsonValue": "0.13766635283014061"}, {"estimate": "20", "jsonValue": "0.1557228311798059"}, {"estimate": "20", "jsonValue": "0.12549489331026908"}, {"estimate": "20", "jsonValue": "0.004529795081475205"}, {"estimate": "20", "jsonValue": "0.7083688075905739"}, {"estimate": "20", "jsonValue": "-0.0730646623290108"}, {"estimate": "20", "jsonValue": "0.7635114133550204"}, {"estimate": "20", "jsonValue": "-0.12066242245933051"}, {"estimate": "20", "jsonValue": "0.07703363220067692"}, {"estimate": "20", "jsonValue": "0.4704866254148379"}, {"estimate": "20", "jsonValue": "-0.09249958528130475"}, {"estimate": "20", "jsonValue": "0.04091870867540294"}, {"estimate": "20", "jsonValue": "0.23614403034422204"}, {"estimate": "20", "jsonValue": "0.32478883692552935"}, {"estimate": "20", "jsonValue": "0.577666506600024"}, {"estimate": "20", "jsonValue": "0.15740879743448016"}, {"estimate": "20", "jsonValue": "0.5016670118129037"}, {"estimate": "20", "jsonValue": "0.40144639583692876"}]}, "uniqueCount": {"estimate": 395.65769516897876, "upper": 400.8366376045938, "lower": 390.6047335132538}, "drift_from_ref": 0.9688701728781524}, "3mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.1678581007397846, "max": 1.1769463282032393, "mean": 0.3513529421503983, "stddev": 0.30125246296511504, "histogram": {"start": -0.1678580939769745, "end": 1.176946400081408, "counts": ["3", "6", "14", "18", "47", "40", "43", "33", "37", "18", "14", "10", "12", "26", "17", "13", "15", "27", "16", "14", "25", "12", "11", "11", "6", "3", "3", "4", "0", "2"], "max": 1.1769462823867798, "min": -0.1678580939769745, "bins": [-0.1678580939769745, -0.12303127750836174, -0.07820446103974898, -0.033377644571136234, 0.011449171897476518, 0.05627598836608927, 0.10110280483470202, 0.14592962130331477, 0.19075643777192752, 0.23558325424054027, 0.280410070709153, 0.3252368871777658, 0.37006370364637853, 0.4148905201149913, 0.45971733658360403, 0.5045441530522168, 0.5493709695208295, 0.5941977859894423, 0.639024602458055, 0.6838514189266678, 0.7286782353952805, 0.7735050518638933, 0.818331868332506, 0.8631586848011188, 0.9079855012697315, 0.9528123177383443, 0.997639134206957, 1.0424659506755698, 1.0872927671441825, 1.1321195836127953, 1.176946400081408], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 399.0, "upper": 399.0, "lower": 399.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.1678580939769745, -0.10851538181304932, -0.015968212857842445, 0.09860272705554962, 0.2642752528190613, 0.6114082932472229, 0.869773268699646, 1.042831540107727, 1.1769462823867798]}, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "21", "jsonValue": "0.13298966768278173"}, {"estimate": "20", "jsonValue": "0.20981670974018587"}, {"estimate": "20", "jsonValue": "0.07051096573859053"}, {"estimate": "20", "jsonValue": "0.8691945764305051"}, {"estimate": "20", "jsonValue": "0.018899099935280425"}, {"estimate": "20", "jsonValue": "0.09360962292533423"}, {"estimate": "20", "jsonValue": "0.7376136606203683"}, {"estimate": "20", "jsonValue": "0.19072683481977454"}, {"estimate": "20", "jsonValue": "0.8572589617559205"}, {"estimate": "20", "jsonValue": "0.14306082003875645"}, {"estimate": "20", "jsonValue": "0.4560409205151517"}, {"estimate": "20", "jsonValue": "0.03182677900336292"}, {"estimate": "20", "jsonValue": "-0.01140939037204007"}, {"estimate": "20", "jsonValue": "0.7570420327900247"}, {"estimate": "20", "jsonValue": "0.0741914916222701"}, {"estimate": "20", "jsonValue": "0.3378429526406345"}, {"estimate": "20", "jsonValue": "0.20019183375657845"}, {"estimate": "20", "jsonValue": "1.0271907537760951"}, {"estimate": "20", "jsonValue": "0.020222594307636815"}, {"estimate": "20", "jsonValue": "0.5016670118129037"}, {"estimate": "20", "jsonValue": "0.5592925988672159"}, {"estimate": "20", "jsonValue": "0.35581383213873474"}, {"estimate": "20", "jsonValue": "0.910872406241212"}, {"estimate": "20", "jsonValue": "0.6520014727549783"}]}, "uniqueCount": {"estimate": 398.85137736231, "upper": 404.07212334790995, "lower": 393.7576290522105}, "drift_from_ref": 0.5360543217327329}, "strings": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "STRING", "ratio": 1.0}, "typeCounts": {"STRING": "500"}}, "stringSummary": {"uniqueCount": {"estimate": 494.0, "upper": 494.0, "lower": 494.0}, "length": {"count": "500", "min": 4.0, "max": 31.0, "mean": 12.032, "stddev": 6.5041204760007805, "histogram": {"start": 4.0, "end": 31.0000031, "counts": ["37", "119", "19", "0", "1", "5", "11", "18", "41", "44", "0", "41", "39", "27", "14", "12", "4", "11", "5", "10", "0", "8", "8", "8", "5", "3", "2", "3", "1", "4"], "max": 31.0, "min": 4.0, "bins": [4.0, 4.900000103333333, 5.800000206666667, 6.70000031, 7.600000413333333, 8.500000516666667, 9.40000062, 10.300000723333333, 11.200000826666667, 12.10000093, 13.000001033333334, 13.900001136666667, 14.80000124, 15.700001343333334, 16.600001446666667, 17.50000155, 18.400001653333334, 19.300001756666667, 20.20000186, 21.100001963333334, 22.000002066666667, 22.90000217, 23.800002273333334, 24.700002376666667, 25.60000248, 26.500002583333334, 27.400002686666667, 28.30000279, 29.200002893333334, 30.100002996666667, 31.0000031], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 4.0, 5.0, 12.0, 16.0, 25.0, 30.0, 31.0]}, "isDiscrete": true}, "tokenLength": {"count": "500", "min": 2.0, "max": 5.0, "mean": 2.198, "stddev": 0.5962440893024066, "histogram": {"start": 2.0, "end": 5.0000005, "counts": ["443", "0", "0", "0", "0", "0", "0", "0", "0", "25", "0", "0", "0", "0", "0", "0", "0", "0", "0", "25", "0", "0", "0", "0", "0", "0", "0", "0", "0", "7"], "max": 5.0, "min": 2.0, "bins": [2.0, 2.100000016666667, 2.200000033333333, 2.30000005, 2.4000000666666668, 2.500000083333333, 2.6000001, 2.7000001166666667, 2.800000133333333, 2.90000015, 3.0000001666666662, 3.100000183333333, 3.2000002, 3.3000002166666667, 3.400000233333333, 3.50000025, 3.600000266666666, 3.700000283333333, 3.8000002999999998, 3.9000003166666666, 4.0000003333333325, 4.10000035, 4.200000366666666, 4.300000383333333, 4.4000004, 4.500000416666666, 4.600000433333333, 4.700000449999999, 4.800000466666666, 4.900000483333333, 5.0000005], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 4.0, "upper": 4.0, "lower": 4.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 5.0, 5.0]}, "isDiscrete": true}, "charPosTracker": {"characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}", "charPosMap": {"o": {"count": "265", "max": 26.0, "mean": 8.422641509433962, "stddev": 5.801209432074107, "histogram": {"end": 26.0000026, "counts": ["4", "32", "10", "30", "11", "11", "6", "0", "13", "18", "18", "26", "19", "16", "8", "0", "4", "6", "4", "4", "7", "6", "0", "2", "4", "2", "2", "2", "0", "0"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "265", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 8.0, 12.0, 19.0, 23.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "s": {"count": "195", "max": 26.0, "mean": 8.533333333333333, "stddev": 5.561527145707361, "histogram": {"end": 26.0000026, "counts": ["13", "4", "14", "4", "21", "12", "11", "0", "11", "8", "12", "14", "17", "11", "11", "0", "9", "5", "2", "2", "2", "3", "0", "3", "1", "2", "1", "0", "1", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "195", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 12.0, 19.0, 25.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "l": {"count": "314", "max": 25.0, "mean": 8.719745222929935, "stddev": 5.619835244710718, "histogram": {"end": 25.0000025, "counts": ["12", "18", "17", "18", "18", "21", "0", "25", "9", "18", "24", "21", "0", "16", "18", "17", "11", "10", "0", "10", "7", "7", "2", "4", "0", "3", "5", "1", "0", "2"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "314", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 9.0, 13.0, 19.0, 22.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "n": {"count": "363", "max": 30.0, "mean": 8.606060606060606, "stddev": 6.001534487634099, "histogram": {"end": 30.000003, "counts": ["20", "31", "31", "33", "38", "20", "12", "7", "13", "22", "26", "32", "14", "18", "8", "5", "2", "4", "4", "5", "3", "5", "1", "2", "3", "0", "2", "2", "0", "0"], "max": 30.0, "bins": [0.0, 1.0000001, 2.0000002, 3.0000003, 4.0000004, 5.0000005000000005, 6.0000006, 7.0000007, 8.0000008, 9.0000009, 10.000001000000001, 11.0000011, 12.0000012, 13.000001300000001, 14.0000014, 15.000001500000002, 16.0000016, 17.000001700000002, 18.0000018, 19.0000019, 20.000002000000002, 21.0000021, 22.0000022, 23.000002300000002, 24.0000024, 25.0000025, 26.000002600000002, 27.000002700000003, 28.0000028, 29.000002900000002, 30.000003000000003], "n": "363", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 29.0, "upper": 29.0, "lower": 29.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 7.0, 12.0, 20.0, 27.0, 30.0]}, "isDiscrete": true, "min": 0.0}, "k": {"count": "21", "max": 13.0, "mean": 4.666666666666667, "stddev": 4.175324338699131, "histogram": {"end": 13.0000013, "counts": ["6", "6", "2", "3", "2", "2"], "max": 13.0, "bins": [0.0, 2.1666668833333333, 4.333333766666667, 6.5000006500000005, 8.666667533333333, 10.833334416666666, 13.000001300000001], "n": "21", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 4.0, 8.0, 13.0, 13.0, 13.0]}, "min": 0.0, "isDiscrete": false}, "e": {"count": "611", "max": 29.0, "mean": 9.224222585924714, "stddev": 5.7119778529855365, "histogram": {"end": 29.0000029, "counts": ["4", "40", "9", "27", "60", "44", "39", "57", "41", "33", "43", "28", "30", "24", "28", "19", "15", "12", "9", "14", "7", "5", "5", "9", "0", "6", "1", "0", "2", "0"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "611", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 30.0, "upper": 30.0, "lower": 30.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 5.0, 8.0, 13.0, 20.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "b": {"count": "103", "max": 25.0, "mean": 8.54368932038835, "stddev": 6.172006218830064, "histogram": {"end": 25.0000025, "counts": ["15", "0", "9", "3", "1", "0", "3", "6", "14", "18", "8", "4", "3", "1", "1", "2", "0", "3", "4", "2", "2", "0", "0", "0", "3", "1"], "max": 25.0, "bins": [0.0, 0.9615385576923077, 1.9230771153846153, 2.8846156730769232, 3.8461542307692307, 4.807692788461538, 5.7692313461538465, 6.730769903846154, 7.692308461538461, 8.653847019230769, 9.615385576923076, 10.576924134615384, 11.538462692307693, 12.50000125, 13.461539807692308, 14.423078365384615, 15.384616923076923, 16.34615548076923, 17.307694038461538, 18.269232596153845, 19.230771153846153, 20.19230971153846, 21.153848269230767, 22.115386826923075, 23.076925384615386, 24.038463942307693, 25.0000025], "n": "103", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 9.0, 11.0, 20.0, 24.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "g": {"count": "114", "max": 27.0, "mean": 6.517543859649122, "stddev": 5.741068409308515, "histogram": {"end": 27.0000027, "counts": ["18", "0", "16", "16", "4", "3", "3", "7", "7", "7", "9", "9", "4", "1", "0", "1", "1", "1", "2", "0", "0", "1", "0", "1", "0", "2", "0", "0", "1"], "max": 27.0, "bins": [0.0, 0.931034575862069, 1.862069151724138, 2.7931037275862067, 3.724138303448276, 4.655172879310345, 5.5862074551724135, 6.517242031034483, 7.448276606896552, 8.37931118275862, 9.31034575862069, 10.24138033448276, 11.172414910344827, 12.103449486206896, 13.034484062068966, 13.965518637931034, 14.896553213793103, 15.827587789655173, 16.75862236551724, 17.68965694137931, 18.62069151724138, 19.551726093103447, 20.48276066896552, 21.413795244827586, 22.344829820689654, 23.275864396551725, 24.206898972413793, 25.13793354827586, 26.068968124137932, 27.0000027], "n": "114", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 10.0, 17.0, 24.0, 27.0]}, "min": 0.0, "isDiscrete": false}, "p": {"count": "73", "max": 22.0, "mean": 7.205479452054795, "stddev": 5.54516532192581, "histogram": {"end": 22.0000022, "counts": ["15", "3", "1", "5", "5", "5", "12", "7", "2", "3", "2", "4", "2", "2", "1", "1", "2", "0", "1"], "max": 22.0, "bins": [0.0, 1.157894852631579, 2.315789705263158, 3.473684557894737, 4.631579410526316, 5.789474263157896, 6.947369115789474, 8.105263968421054, 9.263158821052633, 10.421053673684211, 11.578948526315791, 12.73684337894737, 13.894738231578948, 15.052633084210528, 16.21052793684211, 17.368422789473687, 18.526317642105266, 19.684212494736844, 20.842107347368422, 22.000002200000004], "n": "73", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 7.0, 10.0, 18.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "r": {"count": "415", "max": 29.0, "mean": 8.269879518072289, "stddev": 5.9490131309172485, "histogram": {"end": 29.0000029, "counts": ["12", "20", "63", "32", "15", "26", "14", "17", "19", "24", "26", "38", "24", "18", "15", "13", "3", "2", "5", "6", "5", "5", "3", "2", "3", "3", "0", "1", "1", "0"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "415", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 29.0, "upper": 29.0, "lower": 29.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 8.0, 12.0, 20.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "m": {"count": "160", "max": 26.0, "mean": 5.88125, "stddev": 5.5563119244025385, "histogram": {"end": 26.0000026, "counts": ["43", "7", "16", "5", "3", "2", "9", "0", "12", "16", "11", "6", "6", "5", "2", "0", "3", "3", "2", "5", "0", "2", "0", "1", "0", "0", "0", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "160", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 6.0, 9.0, 17.0, 20.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "d": {"count": "170", "max": 30.0, "mean": 8.964705882352941, "stddev": 6.360839992952307, "histogram": {"end": 30.000003, "counts": ["25", "4", "8", "10", "8", "17", "11", "5", "8", "6", "9", "8", "8", "3", "10", "9", "7", "3", "4", "1", "1", "0", "2", "0", "0", "2", "0", "0", "0", "1"], "max": 30.0, "bins": [0.0, 1.0000001, 2.0000002, 3.0000003, 4.0000004, 5.0000005000000005, 6.0000006, 7.0000007, 8.0000008, 9.0000009, 10.000001000000001, 11.0000011, 12.0000012, 13.000001300000001, 14.0000014, 15.000001500000002, 16.0000016, 17.000001700000002, 18.0000018, 19.0000019, 20.000002000000002, 21.0000021, 22.0000022, 23.000002300000002, 24.0000024, 25.0000025, 26.000002600000002, 27.000002700000003, 28.0000028, 29.000002900000002, 30.000003000000003], "n": "170", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 14.0, 19.0, 26.0, 30.0]}, "min": 0.0, "isDiscrete": false}, "a": {"count": "467", "max": 29.0, "mean": 7.132762312633833, "stddev": 6.239801763216667, "histogram": {"end": 29.0000029, "counts": ["50", "77", "31", "12", "25", "22", "15", "22", "26", "32", "33", "28", "14", "16", "10", "7", "7", "4", "6", "4", "4", "7", "5", "2", "2", "0", "2", "0", "3", "1"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "467", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 28.0, "upper": 28.0, "lower": 28.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 7.0, 11.0, 20.0, 26.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "w": {"count": "20", "max": 11.0, "mean": 6.4, "stddev": 3.604091242492416, "histogram": {"end": 11.0000011, "counts": ["4", "1", "2", "7", "6"], "max": 11.0, "bins": [0.0, 2.20000022, 4.40000044, 6.600000660000001, 8.80000088, 11.0000011], "n": "20", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 6.0, 7.0, 10.0, 11.0, 11.0, 11.0]}, "min": 0.0, "isDiscrete": false}, "q": {"count": "12", "min": 3.0, "max": 13.0, "mean": 8.25, "stddev": 3.4410622038709344, "histogram": {"start": 3.0, "end": 13.0000013, "counts": ["5", "1", "6"], "max": 13.0, "min": 3.0, "bins": [3.0, 6.333333766666666, 9.666667533333332, 13.0000013], "n": "12", "width": 0.0}, "uniqueCount": {"estimate": 6.0, "upper": 6.0, "lower": 6.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 3.0, 6.0, 10.0, 12.0, 13.0, 13.0, 13.0]}, "isDiscrete": false}, "t": {"count": "216", "max": 28.0, "mean": 9.00462962962963, "stddev": 6.142870842510783, "histogram": {"end": 28.0000028, "counts": ["11", "1", "13", "17", "12", "27", "12", "12", "13", "7", "11", "7", "19", "11", "8", "0", "4", "4", "4", "2", "2", "2", "6", "3", "4", "2", "1", "0", "0", "1"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "216", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 8.0, 13.0, 22.0, 24.0, 28.0]}, "isDiscrete": true, "min": 0.0}, "z": {"count": "39", "max": 30.0, "mean": 12.564102564102564, "stddev": 6.8740353267505325, "histogram": {"end": 30.000003, "counts": ["6", "0", "4", "9", "9", "6", "2", "1", "1", "1"], "max": 30.0, "bins": [0.0, 3.0000003, 6.0000006, 9.0000009, 12.0000012, 15.0000015, 18.0000018, 21.0000021, 24.0000024, 27.0000027, 30.000003], "n": "39", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 18.0, "upper": 18.0, "lower": 18.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 9.0, 13.0, 16.0, 27.0, 30.0, 30.0]}, "min": 0.0, "isDiscrete": false}, "i": {"count": "346", "max": 29.0, "mean": 7.554913294797688, "stddev": 5.822359860081348, "histogram": {"end": 29.0000029, "counts": ["2", "46", "18", "36", "43", "17", "27", "8", "14", "17", "15", "20", "22", "21", "9", "4", "1", "1", "6", "0", "3", "5", "1", "2", "3", "2", "2", "1", "0", "0"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "346", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 28.0, "upper": 28.0, "lower": 28.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 3.0, 6.0, 11.0, 20.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "v": {"count": "52", "max": 25.0, "mean": 9.23076923076923, "stddev": 7.78539453233635, "histogram": {"end": 25.0000025, "counts": ["10", "6", "3", "7", "3", "7", "1", "5", "1", "1", "2", "3", "3"], "max": 25.0, "bins": [0.0, 1.9230771153846153, 3.8461542307692307, 5.7692313461538465, 7.692308461538461, 9.615385576923076, 11.538462692307693, 13.461539807692308, 15.384616923076923, 17.307694038461538, 19.230771153846153, 21.153848269230767, 23.076925384615386, 25.0000025], "n": "52", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 9.0, 15.0, 24.0, 25.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "u": {"count": "197", "min": 1.0, "max": 27.0, "mean": 9.076142131979696, "stddev": 6.404661037096623, "histogram": {"start": 1.0, "end": 27.0000027, "counts": ["33", "10", "14", "5", "1", "5", "16", "0", "9", "15", "12", "15", "8", "10", "6", "0", "6", "4", "5", "3", "4", "5", "0", "1", "4", "2", "2", "1", "0", "1"], "max": 27.0, "min": 1.0, "bins": [1.0, 1.8666667566666666, 2.733333513333333, 3.6000002700000002, 4.466667026666666, 5.333333783333334, 6.2000005400000004, 7.066667296666667, 7.933334053333334, 8.80000081, 9.666667566666668, 10.533334323333333, 11.400001080000001, 12.266667836666667, 13.133334593333334, 14.00000135, 14.866668106666667, 15.733334863333335, 16.60000162, 17.466668376666668, 18.333335133333335, 19.20000189, 20.066668646666667, 20.933335403333334, 21.800002160000002, 22.66666891666667, 23.533335673333333, 24.40000243, 25.266669186666668, 26.133335943333336, 27.0000027], "n": "197", "width": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 3.0, 9.0, 13.0, 22.0, 25.0, 27.0]}, "isDiscrete": true}, "y": {"count": "61", "min": 1.0, "max": 26.0, "mean": 9.19672131147541, "stddev": 5.287783631891996, "histogram": {"start": 1.0, "end": 26.0000026, "counts": ["4", "10", "5", "6", "6", "3", "8", "7", "6", "1", "3", "0", "0", "0", "1", "1"], "max": 26.0, "min": 1.0, "bins": [1.0, 2.5625001625, 4.125000325, 5.6875004874999995, 7.25000065, 8.8125008125, 10.375000974999999, 11.9375011375, 13.5000013, 15.062501462499998, 16.625001625, 18.1875017875, 19.750001949999998, 21.3125021125, 22.875002275, 24.437502437499997, 26.0000026], "n": "61", "width": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 2.0, 5.0, 8.0, 13.0, 17.0, 26.0, 26.0]}, "isDiscrete": false}, "NITL": {"count": "1388", "max": 25.0, "mean": 4.326368876080692, "stddev": 4.334362864520889, "histogram": {"end": 25.0000025, "counts": ["179", "185", "194", "198", "175", "79", "0", "79", "62", "65", "28", "21", "0", "19", "3", "14", "13", "15", "0", "14", "8", "12", "8", "4", "0", "5", "0", "0", "4", "4"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "1388", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 3.0, 6.0, 15.0, 20.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "h": {"count": "141", "max": 21.0, "mean": 6.695035460992908, "stddev": 4.975573566953071, "histogram": {"end": 21.0000021, "counts": ["11", "15", "4", "0", "23", "5", "0", "12", "6", "5", "0", "7", "9", "0", "9", "6", "0", "8", "9", "4", "0", "1", "3", "0", "1", "1", "0", "0", "1", "1"], "max": 21.0, "bins": [0.0, 0.70000007, 1.40000014, 2.10000021, 2.80000028, 3.5000003499999996, 4.20000042, 4.90000049, 5.60000056, 6.3000006299999995, 7.000000699999999, 7.70000077, 8.40000084, 9.10000091, 9.80000098, 10.50000105, 11.20000112, 11.90000119, 12.600001259999999, 13.300001329999999, 14.000001399999999, 14.70000147, 15.40000154, 16.10000161, 16.80000168, 17.50000175, 18.20000182, 18.90000189, 19.60000196, 20.300002029999998, 21.0000021], "n": "141", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 6.0, 10.0, 15.0, 20.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "j": {"count": "55", "max": 22.0, "mean": 4.8, "stddev": 6.421607044738649, "histogram": {"end": 22.0000022, "counts": ["31", "1", "0", "3", "2", "8", "1", "0", "3", "2", "1", "0", "2", "1"], "max": 22.0, "bins": [0.0, 1.5714287285714286, 3.142857457142857, 4.714286185714286, 6.285714914285714, 7.857143642857142, 9.428572371428572, 11.0000011, 12.571429828571429, 14.142858557142857, 15.714287285714285, 17.285716014285715, 18.857144742857145, 20.42857347142857, 22.0000022], "n": "55", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 14.0, "upper": 14.0, "lower": 14.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 0.0, 9.0, 19.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "f": {"count": "30", "max": 15.0, "mean": 5.133333333333334, "stddev": 4.761435116413548, "histogram": {"end": 15.0000015, "counts": ["10", "3", "1", "8", "4", "1", "0", "3"], "max": 15.0, "bins": [0.0, 1.8750001875, 3.750000375, 5.6250005625, 7.50000075, 9.3750009375, 11.250001125, 13.1250013125, 15.0000015], "n": "30", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 11.0, "upper": 11.0, "lower": 11.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 6.0, 8.0, 15.0, 15.0, 15.0]}, "min": 0.0, "isDiscrete": false}, ".": {"count": "3", "min": 2.0, "max": 16.0, "mean": 11.333333333333334, "stddev": 8.082903768654761, "histogram": {"start": 2.0, "end": 16.0000016, "counts": ["3"], "max": 16.0, "min": 2.0, "bins": [2.0, 16.0000016], "n": "3", "width": 0.0}, "uniqueCount": {"estimate": 2.0, "upper": 2.0, "lower": 2.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 16.0, 16.0, 16.0, 16.0, 16.0]}, "isDiscrete": false}, "-": {"count": "38", "min": 3.0, "max": 18.0, "mean": 10.289473684210526, "stddev": 3.8966922545045546, "histogram": {"start": 3.0, "end": 18.0000018, "counts": ["2", "4", "3", "12", "2", "1", "2", "8", "2", "2"], "max": 18.0, "min": 3.0, "bins": [3.0, 4.50000018, 6.00000036, 7.50000054, 9.00000072, 10.5000009, 12.00000108, 13.50000126, 15.00000144, 16.50000162, 18.0000018], "n": "38", "width": 0.0}, "uniqueCount": {"estimate": 14.0, "upper": 14.0, "lower": 14.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 4.0, 8.0, 9.0, 14.0, 17.0, 18.0, 18.0]}, "isDiscrete": false}, "c": {"count": "147", "max": 28.0, "mean": 6.619047619047619, "stddev": 5.640282385495238, "histogram": {"end": 28.0000028, "counts": ["22", "1", "29", "5", "4", "7", "5", "15", "7", "15", "8", "8", "5", "2", "1", "0", "1", "0", "2", "2", "3", "1", "2", "1", "0", "0", "0", "0", "0", "1"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "147", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 10.0, 19.0, 22.0, 28.0]}, "min": 0.0, "isDiscrete": false}}}}, "uniqueCount": {"estimate": 489.9685443520635, "upper": 496.3819641274016, "lower": 483.7111347342245}}}} }\n", + " const getReferenceProfile = () => { return {"properties": {"schemaMajorVersion": 1, "schemaMinorVersion": 2, "sessionId": "2da09ec3-f565-441f-a3d8-5649e0a4340a", "sessionTimestamp": "1648032222786", "dataTimestamp": "1622592000000", "tags": {"name": "mytestytest"}, "metadata": {}, "observations": 4003, "missing_cells": 500, "total_count": 4003, "missing_percentage": 12.490632025980515}, "columns": {"nulls": {"counters": {"count": "500", "nullCount": "500"}, "schema": {"inferredType": {"type": "NULL", "ratio": 1.0}, "typeCounts": {"NULL": "500"}}, "uniqueCount": {"estimate": 0.0, "upper": 0.0, "lower": 0.0}}, "3mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.22412673400690727, "max": 1.1264764129674782, "mean": 0.3402241920393278, "stddev": 0.28800303396412985, "histogram": {"start": -0.22412674129009247, "end": 1.1264765196987272, "counts": ["1", "0", "8", "12", "21", "29", "42", "54", "39", "25", "31", "12", "12", "14", "14", "21", "18", "17", "21", "34", "15", "20", "11", "10", "7", "4", "4", "1", "0", "3"], "max": 1.1264764070510864, "min": -0.22412674129009247, "bins": [-0.22412674129009247, -0.17910663259046514, -0.1340865238908378, -0.0890664151912105, -0.04404630649158317, 0.0009738022080441611, 0.045993910907671465, 0.09101401960729882, 0.13603412830692613, 0.18105423700655343, 0.2260743457061808, 0.2710944544058081, 0.3161145631054354, 0.36113467180506276, 0.4061547805046901, 0.45117488920431736, 0.4961949979039447, 0.5412151066035721, 0.5862352153031993, 0.6312553240028267, 0.676275432702454, 0.7212955414020813, 0.7663156501017087, 0.8113357588013359, 0.8563558675009633, 0.9013759762005906, 0.946396084900218, 0.9914161935998453, 1.0364363022994727, 1.0814564109990998, 1.1264765196987272], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 397.0, "upper": 397.0, "lower": 397.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.22412674129009247, -0.10251425951719284, -0.0401851050555706, 0.10052437335252762, 0.25860169529914856, 0.5934493541717529, 0.8376786708831787, 0.9818833470344543, 1.1264764070510864]}, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "21", "jsonValue": "0.49380060899963646"}, {"estimate": "20", "jsonValue": "0.09108799604872117"}, {"estimate": "20", "jsonValue": "0.1547097381170038"}, {"estimate": "20", "jsonValue": "0.8893955768707466"}, {"estimate": "20", "jsonValue": "0.6146635934376807"}, {"estimate": "20", "jsonValue": "0.2687141635072565"}, {"estimate": "20", "jsonValue": "0.16513912513057982"}, {"estimate": "20", "jsonValue": "0.5108994957198456"}, {"estimate": "20", "jsonValue": "0.12809918677350327"}, {"estimate": "20", "jsonValue": "0.6369672247389747"}, {"estimate": "20", "jsonValue": "0.12449665711087228"}, {"estimate": "20", "jsonValue": "0.0009463674869311656"}, {"estimate": "20", "jsonValue": "0.2502357052096028"}, {"estimate": "20", "jsonValue": "-0.0448084341497324"}, {"estimate": "20", "jsonValue": "0.7215793019433079"}, {"estimate": "20", "jsonValue": "0.31904556258099787"}, {"estimate": "20", "jsonValue": "-0.09187712152990415"}, {"estimate": "20", "jsonValue": "0.02269902161445335"}, {"estimate": "20", "jsonValue": "0.40448895104028976"}, {"estimate": "20", "jsonValue": "0.7660671633088492"}, {"estimate": "20", "jsonValue": "0.4871842738526543"}, {"estimate": "20", "jsonValue": "0.7167856370651928"}, {"estimate": "20", "jsonValue": "0.2058424486849588"}, {"estimate": "20", "jsonValue": "0.16860514599984394"}]}, "uniqueCount": {"estimate": 396.72368118858077, "upper": 401.91657679710283, "lower": 391.6571057789762}, "drift_from_ref": 0.9999999997843159}, "4mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.11238957243098069, "max": 1.05977962472385, "mean": 0.36035711018914224, "stddev": 0.289530991973757, "histogram": {"start": -0.11238957196474075, "end": 1.0597797499904156, "counts": ["3", "14", "15", "40", "32", "41", "33", "32", "21", "13", "9", "5", "9", "11", "16", "27", "24", "20", "19", "25", "22", "20", "8", "12", "3", "10", "8", "5", "0", "3"], "max": 1.0597796440124512, "min": -0.11238957196474075, "bins": [-0.11238957196474075, -0.0733172612329022, -0.03424495050106366, 0.004827360230774888, 0.043899670962613435, 0.08297198169445197, 0.12204429242629053, 0.1611166031581291, 0.20018891388996762, 0.23926122462180616, 0.2783335353536447, 0.3174058460854833, 0.3564781568173218, 0.39555046754916035, 0.43462277828099893, 0.4736950890128374, 0.512767399744676, 0.5518397104765146, 0.5909120212083531, 0.6299843319401917, 0.6690566426720301, 0.7081289534038687, 0.7472012641357073, 0.7862735748675458, 0.8253458855993844, 0.864418196331223, 0.9034905070630614, 0.9425628177948999, 0.9816351285267386, 1.020707439258577, 1.0597797499904156], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 393.0, "upper": 393.0, "lower": 393.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.11238957196474075, -0.07033824175596237, -0.01978778839111328, 0.10052437335252762, 0.310397207736969, 0.6096169948577881, 0.8690840005874634, 0.9753591418266296, 1.0597796440124512]}, "isDiscrete": false}, "uniqueCount": {"estimate": 392.45724418458525, "upper": 397.5942944704492, "lower": 387.4451556277602}, "drift_from_ref": 0.6852314029196158}, "1mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.22412673400690727, "max": 1.112016907653759, "mean": 0.3550136489017529, "stddev": 0.30061719780490254, "histogram": {"start": -0.22412674129009247, "end": 1.112017027476716, "counts": ["1", "0", "9", "7", "19", "45", "32", "45", "35", "33", "22", "11", "13", "9", "14", "24", "25", "15", "17", "24", "18", "19", "17", "21", "4", "6", "10", "1", "0", "4"], "max": 1.1120169162750244, "min": -0.22412674129009247, "bins": [-0.22412674129009247, -0.1795886156645322, -0.1350504900389719, -0.09051236441341162, -0.04597423878785134, -0.0014361131622910583, 0.043102012463269224, 0.08764013808882953, 0.1321782637143898, 0.17671638933995004, 0.22125451496551035, 0.26579264059107066, 0.3103307662166309, 0.35486889184219117, 0.39940701746775154, 0.4439451430933118, 0.48848326871887204, 0.5330213943444323, 0.5775595199699926, 0.6220976455955529, 0.6666357712211132, 0.7111738968466734, 0.7557120224722338, 0.8002501480977939, 0.8447882737233543, 0.8893263993489147, 0.9338645249744748, 0.9784026506000352, 1.0229407762255955, 1.0674789018511557, 1.112017027476716], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 388.0, "upper": 388.0, "lower": 388.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.22412674129009247, -0.10251425951719284, -0.024573877453804016, 0.09920273721218109, 0.26780781149864197, 0.6212860345840454, 0.8658304810523987, 0.9818833470344543, 1.1120169162750244]}, "isDiscrete": false}, "uniqueCount": {"estimate": 388.1959830458791, "upper": 393.27725575832557, "lower": 383.2383152406325}, "drift_from_ref": 0.9969310429234818}, "2mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.16197451040897445, "max": 1.114671960649972, "mean": 0.3541962792166899, "stddev": 0.3045202313692288, "histogram": {"start": -0.16197450459003448, "end": 1.114672057039094, "counts": ["0", "6", "7", "27", "42", "45", "53", "37", "23", "12", "7", "13", "10", "12", "14", "23", "13", "16", "26", "23", "20", "15", "16", "12", "11", "4", "8", "0", "0", "5"], "max": 1.1146719455718994, "min": -0.16197450459003448, "bins": [-0.16197450459003448, -0.11941961920239687, -0.07686473381475925, -0.03430984842712165, 0.008245036960515983, 0.050799922348153614, 0.09335480773579119, 0.13590969312342882, 0.17846457851106645, 0.22101946389870408, 0.2635743492863417, 0.3061292346739793, 0.34868412006161686, 0.3912390054492545, 0.4337938908368921, 0.47634877622452976, 0.5189036616121674, 0.561458546999805, 0.6040134323874427, 0.6465683177750803, 0.6891232031627179, 0.7316780885503554, 0.7742329739379931, 0.8167878593256307, 0.8593427447132682, 0.9018976301009058, 0.9444525154885435, 0.9870074008761811, 1.0295622862638187, 1.0721171716514564, 1.114672057039094], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 393.0, "upper": 393.0, "lower": 393.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.16197450459003448, -0.08672651648521423, -0.007089249789714813, 0.09228982776403427, 0.2549934387207031, 0.6373218297958374, 0.8764318227767944, 1.10538649559021, 1.1146719455718994]}, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "21", "jsonValue": "0.8893955768707466"}, {"estimate": "20", "jsonValue": "0.6487601427542398"}, {"estimate": "20", "jsonValue": "0.8992088622978366"}, {"estimate": "20", "jsonValue": "0.8556903725214597"}, {"estimate": "20", "jsonValue": "0.8543110189988317"}, {"estimate": "20", "jsonValue": "0.14738329209117876"}, {"estimate": "20", "jsonValue": "0.043627544719602535"}, {"estimate": "20", "jsonValue": "0.0018491348952049125"}, {"estimate": "20", "jsonValue": "0.12575503907227645"}, {"estimate": "20", "jsonValue": "0.052806813421056656"}, {"estimate": "20", "jsonValue": "0.6332904416426112"}, {"estimate": "20", "jsonValue": "0.3122156197012633"}, {"estimate": "20", "jsonValue": "0.09734861245507832"}, {"estimate": "20", "jsonValue": "0.34632421124852864"}, {"estimate": "20", "jsonValue": "0.5024787551855012"}, {"estimate": "20", "jsonValue": "-0.019620662408067077"}, {"estimate": "20", "jsonValue": "-0.01686780376195321"}, {"estimate": "20", "jsonValue": "0.4857642020434406"}, {"estimate": "20", "jsonValue": "-0.041537074205041435"}, {"estimate": "20", "jsonValue": "0.9753591625116131"}, {"estimate": "20", "jsonValue": "0.21792971840638264"}, {"estimate": "20", "jsonValue": "0.8147263499719544"}, {"estimate": "20", "jsonValue": "0.7848054038413802"}, {"estimate": "20", "jsonValue": "-0.07033824393551547"}]}, "uniqueCount": {"estimate": 392.464763050827, "upper": 397.60191175453025, "lower": 387.45257847023373}, "drift_from_ref": 0.34099193239732856}, "strings": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "STRING", "ratio": 1.0}, "typeCounts": {"STRING": "500"}}, "stringSummary": {"uniqueCount": {"estimate": 492.0, "upper": 492.0, "lower": 492.0}, "length": {"count": "500", "min": 4.0, "max": 30.0, "mean": 11.32, "stddev": 6.227613213155204, "histogram": {"start": 4.0, "end": 30.000003, "counts": ["49", "119", "31", "1", "0", "6", "12", "0", "23", "30", "41", "43", "32", "26", "14", "0", "10", "6", "3", "12", "11", "10", "0", "8", "5", "4", "2", "1", "0", "1"], "max": 30.0, "min": 4.0, "bins": [4.0, 4.8666667666666665, 5.733333533333333, 6.6000003, 7.466667066666666, 8.333333833333334, 9.2000006, 10.066667366666668, 10.933334133333332, 11.8000009, 12.666667666666667, 13.533334433333334, 14.4000012, 15.266667966666667, 16.133334733333335, 17.0000015, 17.866668266666665, 18.733335033333333, 19.6000018, 20.466668566666666, 21.333335333333334, 22.2000021, 23.066668866666667, 23.933335633333332, 24.8000024, 25.666669166666665, 26.533335933333333, 27.400002699999998, 28.266669466666666, 29.13333623333333, 30.000003], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 4.0, 5.0, 12.0, 15.0, 23.0, 26.0, 30.0]}, "isDiscrete": true}, "tokenLength": {"count": "500", "min": 2.0, "max": 6.0, "mean": 2.156, "stddev": 0.5442945094579332, "histogram": {"start": 2.0, "end": 6.0000006, "counts": ["456", "0", "0", "0", "0", "0", "0", "19", "0", "0", "0", "0", "0", "0", "19", "0", "0", "0", "0", "0", "0", "0", "5", "0", "0", "0", "0", "0", "0", "1"], "max": 6.0, "min": 2.0, "bins": [2.0, 2.133333353333333, 2.266666706666667, 2.40000006, 2.533333413333333, 2.6666667666666664, 2.80000012, 2.933333473333333, 3.0666668266666663, 3.20000018, 3.333333533333333, 3.4666668866666663, 3.60000024, 3.733333593333333, 3.8666669466666663, 4.0000003, 4.133333653333333, 4.266667006666666, 4.40000036, 4.533333713333333, 4.666667066666666, 4.80000042, 4.933333773333333, 5.066667126666666, 5.20000048, 5.333333833333333, 5.466667186666666, 5.60000054, 5.733333893333333, 5.866667246666666, 6.0000006], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 5.0, "upper": 5.0, "lower": 5.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 5.0, 6.0]}, "isDiscrete": true}, "charPosTracker": {"characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}", "charPosMap": {"NITL": {"count": "1458", "max": 23.0, "mean": 3.799039780521262, "stddev": 3.7921385516055293, "histogram": {"end": 23.0000023, "counts": ["210", "212", "220", "212", "0", "204", "69", "82", "0", "63", "45", "31", "0", "16", "12", "8", "10", "0", "18", "8", "6", "0", "12", "6", "4", "0", "0", "6", "4", "0"], "max": 23.0, "bins": [0.0, 0.7666667433333333, 1.5333334866666666, 2.3000002299999998, 3.066666973333333, 3.8333337166666666, 4.6000004599999995, 5.366667203333333, 6.133333946666666, 6.90000069, 7.666667433333333, 8.433334176666666, 9.200000919999999, 9.966667663333332, 10.733334406666666, 11.50000115, 12.266667893333333, 13.033334636666666, 13.80000138, 14.566668123333333, 15.333334866666666, 16.10000161, 16.86666835333333, 17.633335096666666, 18.400001839999998, 19.166668583333333, 19.933335326666665, 20.70000207, 21.46666881333333, 22.233335556666667, 23.0000023], "n": "1458", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 24.0, "upper": 24.0, "lower": 24.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 3.0, 5.0, 13.0, 18.0, 23.0]}, "isDiscrete": true, "min": 0.0}, "b": {"count": "94", "max": 21.0, "mean": 7.680851063829787, "stddev": 5.302084730906186, "histogram": {"end": 21.0000021, "counts": ["14", "0", "8", "1", "2", "7", "3", "11", "0", "10", "6", "7", "4", "5", "5", "0", "0", "2", "2", "2", "2", "1", "1", "1"], "max": 21.0, "bins": [0.0, 0.8750000875, 1.750000175, 2.6250002625, 3.50000035, 4.3750004375, 5.250000525, 6.1250006125, 7.0000007, 7.8750007875, 8.750000875, 9.6250009625, 10.50000105, 11.3750011375, 12.250001225, 13.1250013125, 14.0000014, 14.8750014875, 15.750001575, 16.6250016625, 17.50000175, 18.3750018375, 19.250001925, 20.1250020125, 21.0000021], "n": "94", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 11.0, 18.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "y": {"count": "76", "max": 20.0, "mean": 7.2631578947368425, "stddev": 4.526568740382003, "histogram": {"end": 20.000002, "counts": ["8", "5", "7", "7", "4", "6", "2", "3", "8", "5", "6", "4", "7", "0", "2", "1", "0", "0", "1"], "max": 20.0, "bins": [0.0, 1.0526316842105263, 2.1052633684210527, 3.157895052631579, 4.210526736842105, 5.263158421052632, 6.315790105263158, 7.368421789473684, 8.42105347368421, 9.473685157894737, 10.526316842105263, 11.57894852631579, 12.631580210526316, 13.684211894736842, 14.736843578947369, 15.789475263157895, 16.84210694736842, 17.894738631578946, 18.947370315789474, 20.000002000000002], "n": "76", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 7.0, 11.0, 15.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "e": {"count": "534", "max": 26.0, "mean": 9.151685393258427, "stddev": 5.408754192935618, "histogram": {"end": 26.0000026, "counts": ["5", "29", "14", "23", "41", "43", "34", "0", "40", "39", "39", "31", "31", "30", "24", "0", "30", "10", "18", "9", "3", "10", "0", "9", "9", "5", "2", "3", "0", "3"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "534", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 5.0, 8.0, 13.0, 20.0, 24.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "z": {"count": "23", "max": 25.0, "mean": 12.0, "stddev": 6.543560331973858, "histogram": {"end": 25.0000025, "counts": ["4", "0", "7", "9", "1", "2"], "max": 25.0, "bins": [0.0, 4.1666670833333335, 8.333334166666667, 12.50000125, 16.666668333333334, 20.833335416666667, 25.0000025], "n": "23", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 13.0, "upper": 13.0, "lower": 13.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 10.0, 13.0, 15.0, 23.0, 25.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "r": {"count": "382", "max": 27.0, "mean": 8.712041884816754, "stddev": 6.07095503461867, "histogram": {"end": 27.0000027, "counts": ["16", "17", "47", "31", "10", "20", "7", "23", "20", "18", "0", "32", "27", "16", "16", "15", "15", "5", "10", "7", "0", "6", "6", "4", "7", "3", "1", "2", "0", "1"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "382", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 9.0, 13.0, 20.0, 24.0, 27.0]}, "isDiscrete": true, "min": 0.0}, ".": {"count": "2", "min": 2.0, "max": 16.0, "mean": 9.0, "stddev": 9.899494936611665, "histogram": {"start": 2.0, "end": 16.0000016, "counts": ["2"], "max": 16.0, "min": 2.0, "bins": [2.0, 16.0000016], "n": "2", "width": 0.0}, "uniqueCount": {"estimate": 2.0, "upper": 2.0, "lower": 2.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 16.0, 16.0, 16.0, 16.0, 16.0]}, "isDiscrete": false}, "o": {"count": "244", "max": 28.0, "mean": 8.668032786885245, "stddev": 5.451662130255297, "histogram": {"end": 28.0000028, "counts": ["3", "26", "10", "20", "10", "8", "6", "11", "20", "21", "25", "16", "19", "11", "6", "0", "6", "4", "5", "5", "2", "2", "4", "2", "1", "0", "0", "0", "0", "1"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "244", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 9.0, 12.0, 18.0, 22.0, 28.0]}, "isDiscrete": true, "min": 0.0}, "c": {"count": "163", "max": 26.0, "mean": 6.147239263803681, "stddev": 5.032282363707194, "histogram": {"end": 26.0000026, "counts": ["30", "2", "25", "6", "3", "12", "5", "0", "17", "10", "13", "10", "10", "6", "1", "0", "3", "2", "1", "3", "3", "0", "0", "0", "0", "0", "0", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "163", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 9.0, 15.0, 18.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "m": {"count": "126", "max": 22.0, "mean": 6.412698412698413, "stddev": 5.439514450786711, "histogram": {"end": 22.0000022, "counts": ["24", "9", "7", "0", "6", "2", "10", "0", "8", "12", "10", "0", "6", "4", "7", "0", "5", "4", "0", "0", "1", "2", "0", "4", "1", "1", "0", "2", "0", "1"], "max": 22.0, "bins": [0.0, 0.7333334066666667, 1.4666668133333334, 2.20000022, 2.9333336266666667, 3.6666670333333333, 4.40000044, 5.133333846666667, 5.8666672533333335, 6.60000066, 7.333334066666667, 8.066667473333334, 8.80000088, 9.533334286666667, 10.266667693333334, 11.0000011, 11.733334506666667, 12.466667913333334, 13.20000132, 13.933334726666667, 14.666668133333333, 15.40000154, 16.13333494666667, 16.866668353333335, 17.60000176, 18.333335166666668, 19.066668573333335, 19.80000198, 20.533335386666668, 21.266668793333334, 22.0000022], "n": "126", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 6.0, 10.0, 17.0, 20.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "f": {"count": "39", "max": 22.0, "mean": 7.17948717948718, "stddev": 6.197927475636704, "histogram": {"end": 22.0000022, "counts": ["11", "4", "6", "4", "5", "1", "3", "3", "0", "2"], "max": 22.0, "bins": [0.0, 2.20000022, 4.40000044, 6.600000660000001, 8.80000088, 11.0000011, 13.200001320000002, 15.400001540000002, 17.60000176, 19.80000198, 22.0000022], "n": "39", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 10.0, 21.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "n": {"count": "327", "max": 26.0, "mean": 8.611620795107033, "stddev": 5.509522108861392, "histogram": {"end": 26.0000026, "counts": ["4", "10", "32", "24", "23", "28", "14", "0", "20", "15", "16", "17", "22", "26", "23", "0", "10", "8", "6", "2", "4", "2", "0", "11", "4", "2", "2", "0", "0", "2"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "327", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 4.0, 8.0, 12.0, 20.0, 23.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "t": {"count": "201", "max": 27.0, "mean": 8.373134328358208, "stddev": 5.9291714958217945, "histogram": {"end": 27.0000027, "counts": ["16", "2", "14", "10", "12", "32", "11", "7", "8", "8", "0", "12", "12", "9", "8", "10", "7", "5", "1", "4", "0", "2", "3", "2", "2", "1", "0", "1", "0", "2"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "201", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 7.0, 12.0, 20.0, 25.0, 27.0]}, "isDiscrete": true, "min": 0.0}, "w": {"count": "21", "max": 18.0, "mean": 7.666666666666667, "stddev": 4.953113498935123, "histogram": {"end": 18.0000018, "counts": ["4", "3", "5", "7", "0", "2"], "max": 18.0, "bins": [0.0, 3.0000003, 6.0000006, 9.0000009, 12.0000012, 15.0000015, 18.0000018], "n": "21", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 8.0, 10.0, 17.0, 18.0, 18.0]}, "min": 0.0, "isDiscrete": false}, "k": {"count": "32", "max": 14.0, "mean": 5.1875, "stddev": 4.4680767313710446, "histogram": {"end": 14.0000014, "counts": ["9", "4", "5", "4", "1", "3", "4", "2"], "max": 14.0, "bins": [0.0, 1.750000175, 3.50000035, 5.250000525, 7.0000007, 8.750000875, 10.50000105, 12.250001225, 14.0000014], "n": "32", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 13.0, "upper": 13.0, "lower": 13.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 5.0, 10.0, 13.0, 14.0, 14.0]}, "min": 0.0, "isDiscrete": false}, "j": {"count": "49", "max": 19.0, "mean": 3.489795918367347, "stddev": 4.878193180623641, "histogram": {"end": 19.0000019, "counts": ["27", "0", "6", "2", "3", "3", "5", "0", "0", "1", "0", "1", "1"], "max": 19.0, "bins": [0.0, 1.4615386076923078, 2.9230772153846156, 4.384615823076923, 5.846154430769231, 7.307693038461539, 8.769231646153846, 10.230770253846154, 11.692308861538462, 13.15384746923077, 14.615386076923079, 16.076924684615385, 17.538463292307693, 19.0000019], "n": "49", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 11.0, "upper": 11.0, "lower": 11.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 0.0, 7.0, 14.0, 19.0, 19.0]}, "min": 0.0, "isDiscrete": false}, "a": {"count": "419", "max": 25.0, "mean": 6.563245823389021, "stddev": 5.57829739971057, "histogram": {"end": 25.0000025, "counts": ["43", "65", "25", "20", "33", "20", "0", "22", "20", "22", "30", "25", "0", "17", "23", "11", "8", "3", "0", "3", "4", "6", "4", "3", "0", "4", "4", "2", "1", "1"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "419", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 6.0, 10.0, 18.0, 22.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "i": {"count": "316", "max": 25.0, "mean": 7.1613924050632916, "stddev": 5.368564877944947, "histogram": {"end": 25.0000025, "counts": ["0", "32", "28", "37", "42", "12", "0", "34", "9", "10", "16", "14", "0", "15", "14", "13", "7", "5", "0", "2", "4", "5", "6", "4", "0", "1", "4", "0", "0", "2"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "316", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 3.0, 6.0, 11.0, 19.0, 22.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "d": {"count": "158", "max": 24.0, "mean": 8.854430379746836, "stddev": 6.328407241043985, "histogram": {"end": 24.0000024, "counts": ["14", "9", "6", "7", "8", "0", "9", "16", "8", "8", "0", "9", "5", "5", "7", "0", "6", "7", "9", "4", "0", "4", "4", "1", "2", "0", "6", "0", "2", "2"], "max": 24.0, "bins": [0.0, 0.80000008, 1.60000016, 2.40000024, 3.20000032, 4.0000004, 4.80000048, 5.60000056, 6.40000064, 7.20000072, 8.0000008, 8.80000088, 9.60000096, 10.40000104, 11.20000112, 12.0000012, 12.80000128, 13.60000136, 14.40000144, 15.20000152, 16.0000016, 16.80000168, 17.60000176, 18.40000184, 19.20000192, 20.000002, 20.80000208, 21.60000216, 22.40000224, 23.20000232, 24.0000024], "n": "158", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 24.0, "upper": 24.0, "lower": 24.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 14.0, 21.0, 24.0, 24.0]}, "min": 0.0, "isDiscrete": false}, "g": {"count": "79", "max": 23.0, "mean": 8.468354430379748, "stddev": 5.911387192481579, "histogram": {"end": 23.0000023, "counts": ["9", "8", "7", "0", "2", "3", "8", "12", "2", "5", "4", "2", "7", "2", "1", "0", "3", "2", "1", "1"], "max": 23.0, "bins": [0.0, 1.1500001149999999, 2.3000002299999998, 3.4500003449999994, 4.6000004599999995, 5.750000575, 6.900000689999999, 8.050000805, 9.200000919999999, 10.350001034999998, 11.50000115, 12.650001264999998, 13.800001379999998, 14.950001494999999, 16.10000161, 17.250001724999997, 18.400001839999998, 19.550001955, 20.700002069999996, 21.850002184999997, 23.0000023], "n": "79", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 9.0, 12.0, 20.0, 23.0, 23.0]}, "min": 0.0, "isDiscrete": false}, "q": {"count": "9", "min": 3.0, "max": 19.0, "mean": 10.0, "stddev": 4.527692569068708, "histogram": {"start": 3.0, "end": 19.0000019, "counts": ["3", "5", "1"], "max": 19.0, "min": 3.0, "bins": [3.0, 8.333333966666668, 13.666667933333335, 19.0000019], "n": "9", "width": 0.0}, "uniqueCount": {"estimate": 7.0, "upper": 7.0, "lower": 7.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 3.0, 7.0, 10.0, 12.0, 19.0, 19.0, 19.0]}, "isDiscrete": false}, "s": {"count": "183", "max": 29.0, "mean": 8.158469945355192, "stddev": 5.644410038173769, "histogram": {"end": 29.0000029, "counts": ["13", "4", "12", "15", "17", "12", "8", "7", "7", "8", "17", "17", "14", "10", "3", "3", "2", "1", "2", "2", "2", "2", "2", "1", "1", "0", "0", "0", "0", "1"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "183", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 12.0, 19.0, 24.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "p": {"count": "65", "max": 19.0, "mean": 6.246153846153846, "stddev": 4.45123146314158, "histogram": {"end": 19.0000019, "counts": ["13", "1", "2", "4", "6", "6", "10", "8", "7", "2", "0", "1", "2", "0", "1", "0", "2"], "max": 19.0, "bins": [0.0, 1.1176471705882354, 2.2352943411764707, 3.352941511764706, 4.4705886823529415, 5.588235852941176, 6.705883023529412, 7.823530194117648, 8.941177364705883, 10.058824535294118, 11.176471705882353, 12.29411887647059, 13.411766047058824, 14.52941321764706, 15.647060388235296, 16.76470755882353, 17.882354729411766, 19.0000019], "n": "65", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 7.0, 8.0, 14.0, 19.0, 19.0]}, "min": 0.0, "isDiscrete": false}, "v": {"count": "49", "max": 21.0, "mean": 8.26530612244898, "stddev": 5.585604675577813, "histogram": {"end": 21.0000021, "counts": ["8", "4", "3", "2", "8", "2", "9", "2", "4", "3", "2", "1", "1"], "max": 21.0, "bins": [0.0, 1.615384776923077, 3.230769553846154, 4.846154330769231, 6.461539107692308, 8.076923884615384, 9.692308661538462, 11.307693438461538, 12.923078215384615, 14.538462992307693, 16.15384776923077, 17.769232546153845, 19.384617323076924, 21.0000021], "n": "49", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 12.0, 17.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "-": {"count": "37", "min": 4.0, "max": 17.0, "mean": 10.81081081081081, "stddev": 3.7920812069205327, "histogram": {"start": 4.0, "end": 17.0000017, "counts": ["2", "5", "2", "6", "2", "0", "8", "5", "3", "4"], "max": 17.0, "min": 4.0, "bins": [4.0, 5.30000017, 6.600000339999999, 7.90000051, 9.200000679999999, 10.50000085, 11.80000102, 13.100001189999999, 14.40000136, 15.70000153, 17.0000017], "n": "37", "width": 0.0}, "uniqueCount": {"estimate": 12.0, "upper": 12.0, "lower": 12.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 5.0, 8.0, 12.0, 14.0, 16.0, 17.0, 17.0]}, "isDiscrete": false}, "l": {"count": "294", "max": 26.0, "mean": 7.7312925170068025, "stddev": 5.973711496249351, "histogram": {"end": 26.0000026, "counts": ["23", "21", "24", "25", "16", "17", "14", "0", "14", "21", "15", "13", "22", "15", "10", "0", "8", "7", "3", "2", "7", "5", "0", "2", "0", "1", "3", "4", "2", "0"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "294", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 7.0, 11.0, 19.0, 24.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "u": {"count": "147", "min": 1.0, "max": 25.0, "mean": 8.979591836734693, "stddev": 5.7439299559718675, "histogram": {"start": 1.0, "end": 25.0000025, "counts": ["22", "9", "10", "3", "2", "0", "2", "4", "9", "12", "0", "15", "14", "5", "8", "0", "6", "4", "9", "4", "0", "2", "2", "1", "2", "0", "0", "1", "0", "1"], "max": 25.0, "min": 1.0, "bins": [1.0, 1.8000000833333334, 2.600000166666667, 3.40000025, 4.200000333333334, 5.000000416666667, 5.8000005, 6.600000583333333, 7.400000666666667, 8.200000750000001, 9.000000833333335, 9.800000916666667, 10.600001, 11.400001083333335, 12.200001166666667, 13.00000125, 13.800001333333334, 14.600001416666668, 15.400001500000002, 16.200001583333332, 17.00000166666667, 17.80000175, 18.600001833333334, 19.400001916666668, 20.200002, 21.000002083333335, 21.80000216666667, 22.600002250000003, 23.400002333333333, 24.200002416666667, 25.0000025], "n": "147", "width": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 3.0, 10.0, 13.0, 18.0, 23.0, 25.0]}, "isDiscrete": false}, "h": {"count": "133", "max": 20.0, "mean": 6.69172932330827, "stddev": 5.048522812946947, "histogram": {"end": 20.000002, "counts": ["3", "26", "2", "0", "20", "6", "0", "8", "4", "0", "5", "10", "0", "12", "10", "0", "3", "5", "0", "7", "0", "0", "4", "2", "0", "0", "2", "0", "3", "1"], "max": 20.0, "bins": [0.0, 0.6666667333333333, 1.3333334666666665, 2.0000001999999997, 2.666666933333333, 3.3333336666666664, 4.000000399999999, 4.666667133333333, 5.333333866666666, 6.000000599999999, 6.666667333333333, 7.333334066666666, 8.000000799999999, 8.666667533333332, 9.333334266666666, 10.000001, 10.666667733333332, 11.333334466666665, 12.000001199999998, 12.666667933333333, 13.333334666666666, 14.000001399999999, 14.666668133333332, 15.333334866666664, 16.000001599999997, 16.66666833333333, 17.333335066666663, 18.0000018, 18.666668533333333, 19.333335266666666, 20.000002], "n": "133", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 6.0, 10.0, 16.0, 19.0, 20.0]}, "min": 0.0, "isDiscrete": false}}}}, "uniqueCount": {"estimate": 493.4092653351172, "upper": 499.8677222628368, "lower": 487.10791411976174}}, "uniform_integers": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "INTEGRAL", "ratio": 1.0}, "typeCounts": {"INTEGRAL": "500"}}, "numberSummary": {"count": "500", "max": 49.0, "mean": 24.386, "stddev": 14.177270329226845, "histogram": {"end": 49.0000049, "counts": ["15", "28", "10", "20", "13", "12", "24", "20", "7", "18", "10", "11", "28", "13", "17", "24", "13", "22", "19", "10", "18", "9", "26", "21", "11", "22", "12", "10", "23", "14"], "max": 49.0, "bins": [0.0, 1.6333334966666666, 3.266666993333333, 4.90000049, 6.533333986666666, 8.166667483333333, 9.80000098, 11.433334476666666, 13.066667973333333, 14.70000147, 16.333334966666666, 17.96666846333333, 19.60000196, 21.233335456666666, 22.86666895333333, 24.50000245, 26.133335946666666, 27.76666944333333, 29.40000294, 31.033336436666666, 32.66666993333333, 34.30000343, 35.93333692666666, 37.566670423333335, 39.20000392, 40.833337416666666, 42.46667091333333, 44.10000441, 45.73333790666666, 47.366671403333335, 49.0000049], "n": "500", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 50.0, "upper": 50.0, "lower": 50.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 12.0, 25.0, 37.0, 46.0, 49.0, 49.0]}, "min": 0.0, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "22", "jsonValue": "27"}, {"estimate": "22", "jsonValue": "3"}, {"estimate": "22", "jsonValue": "17"}, {"estimate": "22", "jsonValue": "46"}, {"estimate": "20", "jsonValue": "22"}, {"estimate": "20", "jsonValue": "21"}, {"estimate": "20", "jsonValue": "45"}, {"estimate": "20", "jsonValue": "30"}, {"estimate": "20", "jsonValue": "23"}, {"estimate": "20", "jsonValue": "6"}, {"estimate": "20", "jsonValue": "38"}, {"estimate": "20", "jsonValue": "25"}, {"estimate": "20", "jsonValue": "42"}, {"estimate": "20", "jsonValue": "48"}, {"estimate": "20", "jsonValue": "20"}, {"estimate": "20", "jsonValue": "5"}, {"estimate": "20", "jsonValue": "26"}]}, "uniqueCount": {"estimate": 50.00000608464168, "upper": 50.00250254747639, "lower": 50.0}, "drift_from_ref": null}, "mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.16197451040897445, "max": 1.1264764129674782, "mean": 0.355046313966549, "stddev": 0.2963055570649652, "histogram": {"start": -0.16197450459003448, "end": 1.1264765196987272, "counts": ["1", "10", "4", "22", "48", "32", "45", "41", "23", "18", "13", "13", "5", "15", "15", "34", "20", "33", "19", "16", "20", "13", "8", "3", "7", "5", "7", "3", "0", "7"], "max": 1.1264764070510864, "min": -0.16197450459003448, "bins": [-0.16197450459003448, -0.11902613711374244, -0.07607776963745037, -0.03312940216115831, 0.009818965315133737, 0.052767332791425786, 0.09571570026771786, 0.1386640677440099, 0.18161243522030196, 0.224560802696594, 0.26750917017288606, 0.3104575376491781, 0.3534059051254702, 0.39635427260176226, 0.4393026400780543, 0.48225100755434636, 0.5251993750306384, 0.5681477425069305, 0.6110961099832225, 0.6540444774595146, 0.6969928449358066, 0.7399412124120986, 0.7828895798883907, 0.8258379473646827, 0.8687863148409749, 0.911734682317267, 0.954683049793559, 0.997631417269851, 1.040579784746143, 1.0835281522224351, 1.1264765196987272], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 387.0, "upper": 387.0, "lower": 387.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.16197450459003448, -0.0952087789773941, -0.016867803409695625, 0.10210038721561432, 0.28867417573928833, 0.5930023193359375, 0.8841008543968201, 1.10538649559021, 1.1264764070510864]}, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "21", "jsonValue": "0.5107132770898943"}, {"estimate": "20", "jsonValue": "0.5572022311548982"}, {"estimate": "20", "jsonValue": "0.884100849597971"}, {"estimate": "20", "jsonValue": "0.5044685106469766"}, {"estimate": "20", "jsonValue": "-0.09132802446577978"}, {"estimate": "20", "jsonValue": "0.018177931676652742"}, {"estimate": "20", "jsonValue": "0.2356240028570823"}, {"estimate": "20", "jsonValue": "0.15144388340587492"}, {"estimate": "20", "jsonValue": "0.5021121114963556"}, {"estimate": "20", "jsonValue": "0.5934493459568003"}, {"estimate": "20", "jsonValue": "0.1513267433113356"}, {"estimate": "20", "jsonValue": "0.7640964362394728"}, {"estimate": "20", "jsonValue": "0.2886741652952192"}, {"estimate": "20", "jsonValue": "0.5538130939582644"}, {"estimate": "20", "jsonValue": "0.12449665711087228"}, {"estimate": "20", "jsonValue": "-0.07630401553627339"}, {"estimate": "20", "jsonValue": "-0.10392321777601007"}, {"estimate": "20", "jsonValue": "0.4279173269432095"}, {"estimate": "20", "jsonValue": "0.2523124077269657"}, {"estimate": "20", "jsonValue": "-0.02369507108780819"}, {"estimate": "20", "jsonValue": "0.7265863635511022"}, {"estimate": "20", "jsonValue": "0.6096169893322764"}, {"estimate": "20", "jsonValue": "0.09444523011033813"}, {"estimate": "20", "jsonValue": "0.6052182100421667"}]}, "uniqueCount": {"estimate": 387.12974491049755, "upper": 392.19706114997956, "lower": 382.1856940789122}, "drift_from_ref": 0.8279568614595652}, "moah_data": {"counters": {"count": "3"}, "schema": {"inferredType": {"type": "INTEGRAL", "ratio": 1.0}, "typeCounts": {"INTEGRAL": "3"}}, "numberSummary": {"count": "3", "min": 1.0, "max": 5.0, "mean": 2.3333333333333335, "stddev": 2.3094010767585034, "histogram": {"start": 1.0, "end": 5.0000005, "counts": ["3"], "max": 5.0, "min": 1.0, "bins": [1.0, 5.0000005], "n": "3", "width": 0.0}, "uniqueCount": {"estimate": 2.0, "upper": 2.0, "lower": 2.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 1.0, 1.0, 5.0, 5.0, 5.0, 5.0]}, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "2", "jsonValue": "1"}, {"estimate": "1", "jsonValue": "5"}]}, "uniqueCount": {"estimate": 2.000000004967054, "upper": 2.000099863468538, "lower": 2.0}, "drift_from_ref": 1.0}}} }\n", " const referenceProfile = getReferenceProfile()\n", "\n", " function fixNumberTo(number, decimals = 3) {\n", @@ -1450,8 +1444,8 @@ " "properties": {\n", " "schemaMajorVersion": 1,\n", " "schemaMinorVersion": 2,\n", - " "sessionId": "8f6a54f6-44f9-422a-9aaa-a76dc03e68c9",\n", - " "sessionTimestamp": "1647530997889",\n", + " "sessionId": "2da09ec3-f565-441f-a3d8-5649e0a4340a",\n", + " "sessionTimestamp": "1648032222786",\n", " "dataTimestamp": "1622592000000",\n", " "tags": {\n", " "name": "mytestytest"\n", @@ -1459,1114 +1453,282 @@ " "metadata": {}\n", " },\n", " "columns": {\n", - " "1mixture_distribution": {\n", + " "strings": {\n", " "counters": {\n", " "count": "500"\n", " },\n", " "schema": {\n", " "inferredType": {\n", - " "type": "FRACTIONAL",\n", + " "type": "STRING",\n", " "ratio": 1.0\n", " },\n", " "typeCounts": {\n", - " "FRACTIONAL": "500"\n", + " "STRING": "500"\n", " }\n", " },\n", - " "numberSummary": {\n", - " "count": "500",\n", - " "min": -0.15691950383945444,\n", - " "max": 1.2030761395228802,\n", - " "mean": 0.3641422889254903,\n", - " "stddev": 0.3066086139977695,\n", - " "histogram": {\n", - " "start": -0.15691950917243958,\n", - " "end": 1.2030762444988965,\n", - " "counts": [\n", - " "8",\n", - " "12",\n", - " "11",\n", - " "31",\n", - " "39",\n", - " "43",\n", - " "46",\n", - " "19",\n", - " "19",\n", - " "12",\n", - " "21",\n", - " "8",\n", - " "11",\n", - " "25",\n", - " "18",\n", - " "20",\n", - " "34",\n", - " "27",\n", - " "12",\n", - " "22",\n", - " "17",\n", - " "13",\n", - " "11",\n", - " "9",\n", - " "1",\n", - " "5",\n", - " "3",\n", - " "0",\n", - " "1",\n", - " "2"\n", - " ],\n", - " "max": 1.2030761241912842,\n", - " "min": -0.15691950917243958,\n", - " "bins": [\n", - " -0.15691950917243958,\n", - " -0.11158631738339504,\n", - " -0.06625312559435051,\n", - " -0.02091993380530599,\n", - " 0.024413257983738557,\n", - " 0.0697464497727831,\n", - " 0.1150796415618276,\n", - " 0.16041283335087214,\n", - " 0.2057460251399167,\n", - " 0.25107921692896124,\n", - " 0.2964124087180058,\n", - " 0.3417456005070503,\n", - " 0.38707879229609476,\n", - " 0.43241198408513937,\n", - " 0.47774517587418386,\n", - " 0.5230783676632285,\n", - " 0.568411559452273,\n", - " 0.6137447512413174,\n", - " 0.659077943030362,\n", - " 0.7044111348194065,\n", - " 0.7497443266084511,\n", - " 0.7950775183974956,\n", - " 0.8404107101865401,\n", - " 0.8857439019755846,\n", - " 0.9310770937646291,\n", - " 0.9764102855536738,\n", - " 1.0217434773427183,\n", - " 1.0670766691317628,\n", - " 1.1124098609208073,\n", - " 1.1577430527098518,\n", - " 1.2030762444988965\n", - " ],\n", - " "n": "500",\n", - " "width": 0.0\n", - " },\n", + " "stringSummary": {\n", " "uniqueCount": {\n", - " "estimate": 386.0,\n", - " "upper": 386.0,\n", - " "lower": 386.0\n", + " "estimate": 487.0,\n", + " "upper": 487.0,\n", + " "lower": 487.0\n", " },\n", - " "quantiles": {\n", - " "quantiles": [\n", - " 0.0,\n", - " 0.01,\n", - " 0.05,\n", - " 0.25,\n", - " 0.5,\n", - " 0.75,\n", - " 0.95,\n", - " 0.99,\n", - " 1.0\n", - " ],\n", - " "quantileValues": [\n", - " -0.15691950917243958,\n", - " -0.12723563611507416,\n", - " -0.04895421490073204,\n", - " 0.0931815430521965,\n", - " 0.3178163170814514,\n", - " 0.6114082932472229,\n", - " 0.869773268699646,\n", - " 1.0508172512054443,\n", - " 1.2030761241912842\n", - " ]\n", + " "length": {\n", + " "count": "500",\n", + " "min": 3.0,\n", + " "max": 34.0,\n", + " "mean": 11.34,\n", + " "stddev": 6.336616242981867,\n", + " "histogram": {\n", + " "start": 3.0,\n", + " "end": 34.0000034,\n", + " "counts": [\n", + " "39",\n", + " "136",\n", + " "35",\n", + " "0",\n", + " "0",\n", + " "3",\n", + " "9",\n", + " "19",\n", + " "33",\n", + " "39",\n", + " "33",\n", + " "30",\n", + " "20",\n", + " "23",\n", + " "11",\n", + " "11",\n", + " "5",\n", + " "11",\n", + " "12",\n", + " "14",\n", + " "6",\n", + " "5",\n", + " "3",\n", + " "3",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0"\n", + " ],\n", + " "max": 34.0,\n", + " "min": 3.0,\n", + " "bins": [\n", + " 3.0,\n", + " 4.033333446666667,\n", + " 5.066666893333333,\n", + " 6.100000339999999,\n", + " 7.133333786666666,\n", + " 8.166667233333333,\n", + " 9.200000679999999,\n", + " 10.233334126666666,\n", + " 11.266667573333333,\n", + " 12.30000102,\n", + " 13.333334466666667,\n", + " 14.366667913333332,\n", + " 15.40000136,\n", + " 16.433334806666664,\n", + " 17.46666825333333,\n", + " 18.5000017,\n", + " 19.533335146666666,\n", + " 20.566668593333333,\n", + " 21.60000204,\n", + " 22.633335486666667,\n", + " 23.666668933333334,\n", + " 24.700002379999997,\n", + " 25.733335826666664,\n", + " 26.76666927333333,\n", + " 27.80000272,\n", + " 28.833336166666665,\n", + " 29.866669613333332,\n", + " 30.90000306,\n", + " 31.933336506666663,\n", + " 32.96666995333333,\n", + " 34.0000034\n", + " ],\n", + " "n": "500",\n", + " "width": 0.0\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 25.0,\n", + " "upper": 25.0,\n", + " "lower": 25.0\n", + " },\n", + " "quantiles": {\n", + " "quantiles": [\n", + " 0.0,\n", + " 0.01,\n", + " 0.05,\n", + " 0.25,\n", + " 0.5,\n", + " 0.75,\n", + " 0.95,\n", + " 0.99,\n", + " 1.0\n", + " ],\n", + " "quantileValues": [\n", + " 3.0,\n", + " 4.0,\n", + " 4.0,\n", + " 5.0,\n", + " 12.0,\n", + " 15.0,\n", + " 23.0,\n", + " 26.0,\n", + " 34.0\n", + " ]\n", + " },\n", + " "isDiscrete": true\n", " },\n", - " "isDiscrete": false\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 386.0672926835441,\n", - " "upper": 391.1207020055286,\n", - " "lower": 381.1368104756185\n", - " }\n", - " },\n", - " "3mixture_distribution": {\n", - " "counters": {\n", - " "count": "500"\n", - " },\n", - " "schema": {\n", - " "inferredType": {\n", - " "type": "FRACTIONAL",\n", - " "ratio": 1.0\n", - " },\n", - " "typeCounts": {\n", - " "FRACTIONAL": "500"\n", - " }\n", - " },\n", - " "numberSummary": {\n", - " "count": "500",\n", - " "min": -0.1678581007397846,\n", - " "max": 1.2030761395228802,\n", - " "mean": 0.3510887733329571,\n", - " "stddev": 0.2966615275498306,\n", - " "histogram": {\n", - " "start": -0.1678580939769745,\n", - " "end": 1.2030762444988965,\n", - " "counts": [\n", - " "2",\n", - " "12",\n", - " "9",\n", - " "23",\n", - " "39",\n", - " "38",\n", - " "40",\n", - " "44",\n", - " "35",\n", - " "20",\n", - " "14",\n", - " "9",\n", - " "15",\n", - " "13",\n", - " "14",\n", - " "26",\n", - " "35",\n", - " "31",\n", - " "9",\n", - " "19",\n", - " "11",\n", - " "8",\n", - " "9",\n", - " "9",\n", - " "4",\n", - " "4",\n", - " "1",\n", - " "0",\n", - " "3",\n", - " "4"\n", - " ],\n", - " "max": 1.2030761241912842,\n", - " "min": -0.1678580939769745,\n", - " "bins": [\n", - " -0.1678580939769745,\n", - " -0.12216028269444545,\n", - " -0.07646247141191642,\n", - " -0.03076466012938739,\n", - " 0.014933151153141644,\n", - " 0.06063096243567068,\n", - " 0.10632877371819971,\n", - " 0.15202658500072874,\n", - " 0.19772439628325778,\n", - " 0.2434222075657868,\n", - " 0.28912001884831584,\n", - " 0.3348178301308449,\n", - " 0.3805156414133739,\n", - " 0.42621345269590294,\n", - " 0.47191126397843197,\n", - " 0.517609075260961,\n", - " 0.56330688654349,\n", - " 0.6090046978260191,\n", - " 0.6547025091085481,\n", - " 0.7004003203910771,\n", - " 0.7460981316736062,\n", - " 0.7917959429561352,\n", - " 0.8374937542386642,\n", - " 0.8831915655211933,\n", - " 0.9288893768037223,\n", - " 0.9745871880862513,\n", - " 1.0202849993687804,\n", - " 1.0659828106513094,\n", - " 1.1116806219338384,\n", - " 1.1573784332163675,\n", - " 1.2030762444988965\n", - " ],\n", - " "n": "500",\n", - " "width": 0.0\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 395.0,\n", - " "upper": 395.0,\n", - " "lower": 395.0\n", - " },\n", - " "quantiles": {\n", - " "quantiles": [\n", - " 0.0,\n", - " 0.01,\n", - " 0.05,\n", - " 0.25,\n", - " 0.5,\n", - " 0.75,\n", - " 0.95,\n", - " 0.99,\n", - " 1.0\n", - " ],\n", - " "quantileValues": [\n", - " -0.1678580939769745,\n", - " -0.10476154088973999,\n", - " -0.03027033992111683,\n", - " 0.10824548453092575,\n", - " 0.2683992385864258,\n", - " 0.5923402309417725,\n", - " 0.8873329162597656,\n", - " 1.1509997844696045,\n", - " 1.2030761241912842\n", - " ]\n", - " },\n", - " "isDiscrete": false\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 395.6524307125148,\n", - " "upper": 400.8313042392793,\n", - " "lower": 390.5995362893926\n", - " }\n", - " },\n", - " "uniform_integers": {\n", - " "counters": {\n", - " "count": "500"\n", - " },\n", - " "schema": {\n", - " "inferredType": {\n", - " "type": "INTEGRAL",\n", - " "ratio": 1.0\n", - " },\n", - " "typeCounts": {\n", - " "INTEGRAL": "500"\n", - " }\n", - " },\n", - " "numberSummary": {\n", - " "count": "500",\n", - " "max": 49.0,\n", - " "mean": 23.836,\n", - " "stddev": 14.568788666406446,\n", - " "histogram": {\n", - " "end": 49.0000049,\n", - " "counts": [\n", - " "21",\n", - " "24",\n", - " "12",\n", - " "19",\n", - " "25",\n", - " "8",\n", - " "20",\n", - " "26",\n", - " "8",\n", - " "24",\n", - " "9",\n", - " "22",\n", - " "18",\n", - " "6",\n", - " "15",\n", - " "22",\n", - " "8",\n", - " "17",\n", - " "19",\n", - " "11",\n", - " "16",\n", - " "12",\n", - " "19",\n", - " "19",\n", - " "14",\n", - " "25",\n", - " "21",\n", - " "8",\n", - " "14",\n", - " "18"\n", - " ],\n", - " "max": 49.0,\n", - " "bins": [\n", - " 0.0,\n", - " 1.6333334966666666,\n", - " 3.266666993333333,\n", - " 4.90000049,\n", - " 6.533333986666666,\n", - " 8.166667483333333,\n", - " 9.80000098,\n", - " 11.433334476666666,\n", - " 13.066667973333333,\n", - " 14.70000147,\n", - " 16.333334966666666,\n", - " 17.96666846333333,\n", - " 19.60000196,\n", - " 21.233335456666666,\n", - " 22.86666895333333,\n", - " 24.50000245,\n", - " 26.133335946666666,\n", - " 27.76666944333333,\n", - " 29.40000294,\n", - " 31.033336436666666,\n", - " 32.66666993333333,\n", - " 34.30000343,\n", - " 35.93333692666666,\n", - " 37.566670423333335,\n", - " 39.20000392,\n", - " 40.833337416666666,\n", - " 42.46667091333333,\n", - " 44.10000441,\n", - " 45.73333790666666,\n", - " 47.366671403333335,\n", - " 49.0000049\n", - " ],\n", - " "n": "500",\n", - " "start": 0.0,\n", - " "width": 0.0,\n", - " "min": 0.0\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 50.0,\n", - " "upper": 50.0,\n", - " "lower": 50.0\n", - " },\n", - " "quantiles": {\n", - " "quantiles": [\n", - " 0.0,\n", - " 0.01,\n", - " 0.05,\n", - " 0.25,\n", - " 0.5,\n", - " 0.75,\n", - " 0.95,\n", - " 0.99,\n", - " 1.0\n", - " ],\n", - " "quantileValues": [\n", - " 0.0,\n", - " 0.0,\n", - " 2.0,\n", - " 11.0,\n", - " 24.0,\n", - " 37.0,\n", - " 47.0,\n", - " 49.0,\n", - " 49.0\n", - " ]\n", - " },\n", - " "min": 0.0,\n", - " "isDiscrete": false\n", - " },\n", - " "frequentItems": {\n", - " "items": [\n", - " {\n", - " "estimate": "22",\n", - " "jsonValue": "1"\n", - " },\n", - " {\n", - " "estimate": "22",\n", - " "jsonValue": "36"\n", - " },\n", - " {\n", - " "estimate": "22",\n", - " "jsonValue": "13"\n", - " },\n", - " {\n", - " "estimate": "22",\n", - " "jsonValue": "45"\n", - " },\n", - " {\n", - " "estimate": "22",\n", - " "jsonValue": "48"\n", - " },\n", - " {\n", - " "estimate": "22",\n", - " "jsonValue": "10"\n", - " },\n", - " {\n", - " "estimate": "22",\n", - " "jsonValue": "23"\n", - " },\n", - " {\n", - " "estimate": "21",\n", - " "jsonValue": "34"\n", - " },\n", - " {\n", - " "estimate": "21",\n", - " "jsonValue": "40"\n", - " },\n", - " {\n", - " "estimate": "21",\n", - " "jsonValue": "30"\n", - " },\n", - " {\n", - " "estimate": "21",\n", - " "jsonValue": "18"\n", - " },\n", - " {\n", - " "estimate": "21",\n", - " "jsonValue": "33"\n", - " },\n", - " {\n", - " "estimate": "21",\n", - " "jsonValue": "2"\n", - " },\n", - " {\n", - " "estimate": "21",\n", - " "jsonValue": "12"\n", - " },\n", - " {\n", - " "estimate": "21",\n", - " "jsonValue": "8"\n", - " },\n", - " {\n", - " "estimate": "21",\n", - " "jsonValue": "7"\n", - " },\n", - " {\n", - " "estimate": "21",\n", - " "jsonValue": "38"\n", - " }\n", - " ]\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 50.00000608464168,\n", - " "upper": 50.00250254747639,\n", - " "lower": 50.0\n", - " }\n", - " },\n", - " "4mixture_distribution": {\n", - " "counters": {\n", - " "count": "500"\n", - " },\n", - " "schema": {\n", - " "inferredType": {\n", - " "type": "FRACTIONAL",\n", - " "ratio": 1.0\n", - " },\n", - " "typeCounts": {\n", - " "FRACTIONAL": "500"\n", - " }\n", - " },\n", - " "numberSummary": {\n", - " "count": "500",\n", - " "min": -0.1678581007397846,\n", - " "max": 1.2030761395228802,\n", - " "mean": 0.3320543464122848,\n", - " "stddev": 0.29210021399271685,\n", - " "histogram": {\n", - " "start": -0.1678580939769745,\n", - " "end": 1.2030762444988965,\n", - " "counts": [\n", - " "7",\n", - " "7",\n", - " "19",\n", - " "22",\n", - " "32",\n", - " "47",\n", - " "55",\n", - " "39",\n", - " "19",\n", - " "18",\n", - " "18",\n", - " "6",\n", - " "19",\n", - " "29",\n", - " "15",\n", - " "19",\n", - " "20",\n", - " "33",\n", - " "14",\n", - " "18",\n", - " "8",\n", - " "8",\n", - " "9",\n", - " "9",\n", - " "3",\n", - " "0",\n", - " "2",\n", - " "0",\n", - " "2",\n", - " "3"\n", - " ],\n", - " "max": 1.2030761241912842,\n", - " "min": -0.1678580939769745,\n", - " "bins": [\n", - " -0.1678580939769745,\n", - " -0.12216028269444545,\n", - " -0.07646247141191642,\n", - " -0.03076466012938739,\n", - " 0.014933151153141644,\n", - " 0.06063096243567068,\n", - " 0.10632877371819971,\n", - " 0.15202658500072874,\n", - " 0.19772439628325778,\n", - " 0.2434222075657868,\n", - " 0.28912001884831584,\n", - " 0.3348178301308449,\n", - " 0.3805156414133739,\n", - " 0.42621345269590294,\n", - " 0.47191126397843197,\n", - " 0.517609075260961,\n", - " 0.56330688654349,\n", - " 0.6090046978260191,\n", - " 0.6547025091085481,\n", - " 0.7004003203910771,\n", - " 0.7460981316736062,\n", - " 0.7917959429561352,\n", - " 0.8374937542386642,\n", - " 0.8831915655211933,\n", - " 0.9288893768037223,\n", - " 0.9745871880862513,\n", - " 1.0202849993687804,\n", - " 1.0659828106513094,\n", - " 1.1116806219338384,\n", - " 1.1573784332163675,\n", - " 1.2030762444988965\n", - " ],\n", - " "n": "500",\n", - " "width": 0.0\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 385.0,\n", - " "upper": 385.0,\n", - " "lower": 385.0\n", - " },\n", - " "quantiles": {\n", - " "quantiles": [\n", - " 0.0,\n", - " 0.01,\n", - " 0.05,\n", - " 0.25,\n", - " 0.5,\n", - " 0.75,\n", - " 0.95,\n", - " 0.99,\n", - " 1.0\n", - " ],\n", - " "quantileValues": [\n", - " -0.1678580939769745,\n", - " -0.12829802930355072,\n", - " -0.04698770493268967,\n", - " 0.09568944573402405,\n", - " 0.2539963126182556,\n", - " 0.5694670677185059,\n", - " 0.8560037612915039,\n", - " 1.1509997844696045,\n", - " 1.2030761241912842\n", - " ]\n", - " },\n", - " "isDiscrete": false\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 385.00036716501364,\n", - " "upper": 390.0398110165649,\n", - " "lower": 380.08351070934935\n", - " }\n", - " },\n", - " "moah_data": {\n", - " "counters": {\n", - " "count": "3"\n", - " },\n", - " "schema": {\n", - " "inferredType": {\n", - " "type": "INTEGRAL",\n", - " "ratio": 1.0\n", - " },\n", - " "typeCounts": {\n", - " "INTEGRAL": "3"\n", - " }\n", - " },\n", - " "numberSummary": {\n", - " "count": "3",\n", - " "min": 1.0,\n", - " "max": 5.0,\n", - " "mean": 2.3333333333333335,\n", - " "stddev": 2.3094010767585034,\n", - " "histogram": {\n", - " "start": 1.0,\n", - " "end": 5.0000005,\n", - " "counts": [\n", - " "3"\n", - " ],\n", - " "max": 5.0,\n", - " "min": 1.0,\n", - " "bins": [\n", - " 1.0,\n", - " 5.0000005\n", - " ],\n", - " "n": "3",\n", - " "width": 0.0\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 2.0,\n", - " "upper": 2.0,\n", - " "lower": 2.0\n", - " },\n", - " "quantiles": {\n", - " "quantiles": [\n", - " 0.0,\n", - " 0.01,\n", - " 0.05,\n", - " 0.25,\n", - " 0.5,\n", - " 0.75,\n", - " 0.95,\n", - " 0.99,\n", - " 1.0\n", - " ],\n", - " "quantileValues": [\n", - " 1.0,\n", - " 1.0,\n", - " 1.0,\n", - " 1.0,\n", - " 1.0,\n", - " 5.0,\n", - " 5.0,\n", - " 5.0,\n", - " 5.0\n", - " ]\n", - " },\n", - " "isDiscrete": false\n", - " },\n", - " "frequentItems": {\n", - " "items": [\n", - " {\n", - " "estimate": "2",\n", - " "jsonValue": "1"\n", - " },\n", - " {\n", - " "estimate": "1",\n", - " "jsonValue": "5"\n", - " }\n", - " ]\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 2.000000004967054,\n", - " "upper": 2.000099863468538,\n", - " "lower": 2.0\n", - " }\n", - " },\n", - " "nulls": {\n", - " "counters": {\n", - " "count": "500",\n", - " "nullCount": "500"\n", - " },\n", - " "schema": {\n", - " "inferredType": {\n", - " "type": "NULL",\n", - " "ratio": 1.0\n", - " },\n", - " "typeCounts": {\n", - " "NULL": "500"\n", - " }\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 0.0,\n", - " "upper": 0.0,\n", - " "lower": 0.0\n", - " }\n", - " },\n", - " "2mixture_distribution": {\n", - " "counters": {\n", - " "count": "500"\n", - " },\n", - " "schema": {\n", - " "inferredType": {\n", - " "type": "FRACTIONAL",\n", - " "ratio": 1.0\n", - " },\n", - " "typeCounts": {\n", - " "FRACTIONAL": "500"\n", - " }\n", - " },\n", - " "numberSummary": {\n", - " "count": "500",\n", - " "min": -0.15691950383945444,\n", - " "max": 1.1769463282032393,\n", - " "mean": 0.33240679888340136,\n", - " "stddev": 0.2878378403694685,\n", - " "histogram": {\n", - " "start": -0.15691950917243958,\n", - " "end": 1.176946400081408,\n", - " "counts": [\n", - " "3",\n", - " "8",\n", - " "18",\n", - " "34",\n", - " "40",\n", - " "44",\n", - " "40",\n", - " "30",\n", - " "28",\n", - " "18",\n", - " "23",\n", - " "12",\n", - " "14",\n", - " "23",\n", - " "18",\n", - " "12",\n", - " "23",\n", - " "25",\n", - " "19",\n", - " "15",\n", - " "14",\n", - " "4",\n", - " "15",\n", - " "10",\n", - " "2",\n", - " "4",\n", - " "2",\n", - " "0",\n", - " "0",\n", - " "2"\n", - " ],\n", - " "max": 1.1769462823867798,\n", - " "min": -0.15691950917243958,\n", - " "bins": [\n", - " -0.15691950917243958,\n", - " -0.11245731219731132,\n", - " -0.06799511522218307,\n", - " -0.023532918247054835,\n", - " 0.02092927872807343,\n", - " 0.0653914757032017,\n", - " 0.1098536726783299,\n", - " 0.15431586965345817,\n", - " 0.19877806662858644,\n", - " 0.2432402636037147,\n", - " 0.28770246057884297,\n", - " 0.3321646575539712,\n", - " 0.3766268545290994,\n", - " 0.4210890515042277,\n", - " 0.4655512484793559,\n", - " 0.5100134454544842,\n", - " 0.5544756424296124,\n", - " 0.5989378394047407,\n", - " 0.643400036379869,\n", - " 0.6878622333549972,\n", - " 0.7323244303301255,\n", - " 0.7767866273052537,\n", - " 0.8212488242803819,\n", - " 0.8657110212555101,\n", - " 0.9101732182306383,\n", - " 0.9546354152057668,\n", - " 0.999097612180895,\n", - " 1.0435598091560232,\n", - " 1.0880220061311514,\n", - " 1.1324842031062796,\n", - " 1.176946400081408\n", - " ],\n", - " "n": "500",\n", - " "width": 0.0\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 390.0,\n", - " "upper": 390.0,\n", - " "lower": 390.0\n", - " },\n", - " "quantiles": {\n", - " "quantiles": [\n", - " 0.0,\n", - " 0.01,\n", - " 0.05,\n", - " 0.25,\n", - " 0.5,\n", - " 0.75,\n", - " 0.95,\n", - " 0.99,\n", - " 1.0\n", - " ],\n", - " "quantileValues": [\n", - " -0.15691950917243958,\n", - " -0.11043088138103485,\n", - " -0.038211505860090256,\n", - " 0.09312743693590164,\n", - " 0.2574804723262787,\n", - " 0.5818582773208618,\n", - " 0.8543054461479187,\n", - " 0.9922910332679749,\n", - " 1.1769462823867798\n", - " ]\n", - " },\n", - " "isDiscrete": false\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 390.3223120721238,\n", - " "upper": 395.43141726643665,\n", - " "lower": 385.33748882628237\n", - " }\n", - " },\n", - " "strings": {\n", - " "counters": {\n", - " "count": "500"\n", - " },\n", - " "schema": {\n", - " "inferredType": {\n", - " "type": "STRING",\n", - " "ratio": 1.0\n", - " },\n", - " "typeCounts": {\n", - " "STRING": "500"\n", - " }\n", - " },\n", - " "stringSummary": {\n", - " "uniqueCount": {\n", - " "estimate": 486.0,\n", - " "upper": 486.0,\n", - " "lower": 486.0\n", - " },\n", - " "length": {\n", - " "count": "500",\n", - " "min": 3.0,\n", - " "max": 30.0,\n", - " "mean": 11.44,\n", - " "stddev": 6.118600701884233,\n", - " "histogram": {\n", - " "start": 3.0,\n", - " "end": 30.000003,\n", - " "counts": [\n", - " "1",\n", - " "37",\n", - " "127",\n", - " "25",\n", - " "1",\n", - " "0",\n", - " "5",\n", - " "5",\n", - " "23",\n", - " "38",\n", - " "0",\n", - " "53",\n", - " "41",\n", - " "30",\n", - " "22",\n", - " "16",\n", - " "14",\n", - " "10",\n", - " "10",\n", - " "9",\n", - " "0",\n", - " "4",\n", - " "5",\n", - " "8",\n", - " "7",\n", - " "5",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "4"\n", - " ],\n", - " "max": 30.0,\n", - " "min": 3.0,\n", - " "bins": [\n", - " 3.0,\n", - " 3.9000000999999997,\n", - " 4.8000001999999995,\n", - " 5.7000003,\n", - " 6.6000004,\n", - " 7.5000005,\n", - " 8.4000006,\n", - " 9.3000007,\n", - " 10.2000008,\n", - " 11.1000009,\n", - " 12.000001,\n", - " 12.900001099999999,\n", - " 13.8000012,\n", - " 14.7000013,\n", - " 15.6000014,\n", - " 16.5000015,\n", - " 17.4000016,\n", - " 18.3000017,\n", - " 19.2000018,\n", - " 20.1000019,\n", - " 21.000002,\n", - " 21.9000021,\n", - " 22.800002199999998,\n", - " 23.700002299999998,\n", - " 24.6000024,\n", - " 25.5000025,\n", - " 26.4000026,\n", - " 27.3000027,\n", - " 28.2000028,\n", - " 29.1000029,\n", - " 30.000003\n", - " ],\n", - " "n": "500",\n", - " "width": 0.0\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 25.0,\n", - " "upper": 25.0,\n", - " "lower": 25.0\n", - " },\n", - " "quantiles": {\n", - " "quantiles": [\n", - " 0.0,\n", - " 0.01,\n", - " 0.05,\n", - " 0.25,\n", - " 0.5,\n", - " 0.75,\n", - " 0.95,\n", - " 0.99,\n", - " 1.0\n", - " ],\n", - " "quantileValues": [\n", - " 3.0,\n", - " 4.0,\n", - " 4.0,\n", - " 5.0,\n", - " 12.0,\n", - " 15.0,\n", - " 23.0,\n", - " 26.0,\n", - " 30.0\n", - " ]\n", - " },\n", - " "isDiscrete": true\n", - " },\n", - " "tokenLength": {\n", - " "count": "500",\n", - " "min": 2.0,\n", - " "max": 6.0,\n", - " "mean": 2.158,\n", - " "stddev": 0.5344223184232276,\n", - " "histogram": {\n", - " "start": 2.0,\n", - " "end": 6.0000006,\n", - " "counts": [\n", - " "451",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "24",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "19",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "5",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "1"\n", - " ],\n", - " "max": 6.0,\n", - " "min": 2.0,\n", - " "bins": [\n", - " 2.0,\n", - " 2.133333353333333,\n", - " 2.266666706666667,\n", - " 2.40000006,\n", - " 2.533333413333333,\n", - " 2.6666667666666664,\n", - " 2.80000012,\n", - " 2.933333473333333,\n", - " 3.0666668266666663,\n", - " 3.20000018,\n", - " 3.333333533333333,\n", - " 3.4666668866666663,\n", - " 3.60000024,\n", - " 3.733333593333333,\n", - " 3.8666669466666663,\n", - " 4.0000003,\n", - " 4.133333653333333,\n", - " 4.266667006666666,\n", - " 4.40000036,\n", - " 4.533333713333333,\n", - " 4.666667066666666,\n", - " 4.80000042,\n", - " 4.933333773333333,\n", - " 5.066667126666666,\n", - " 5.20000048,\n", - " 5.333333833333333,\n", - " 5.466667186666666,\n", - " 5.60000054,\n", - " 5.733333893333333,\n", - " 5.866667246666666,\n", - " 6.0000006\n", - " ],\n", - " "n": "500",\n", - " "width": 0.0\n", - " },\n", - " "uniqueCount": {\n", - " "estimate": 5.0,\n", - " "upper": 5.0,\n", - " "lower": 5.0\n", - " },\n", - " "quantiles": {\n", - " "quantiles": [\n", - " 0.0,\n", - " 0.01,\n", - " 0.05,\n", - " 0.25,\n", - " 0.5,\n", - " 0.75,\n", - " 0.95,\n", - " 0.99,\n", - " 1.0\n", - " ],\n", - " "quantileValues": [\n", - " 2.0,\n", - " 2.0,\n", - " 2.0,\n", - " 2.0,\n", - " 2.0,\n", - " 2.0,\n", - " 4.0,\n", - " 5.0,\n", - " 6.0\n", - " ]\n", - " },\n", - " "isDiscrete": true\n", + " "tokenLength": {\n", + " "count": "500",\n", + " "min": 2.0,\n", + " "max": 6.0,\n", + " "mean": 2.13,\n", + " "stddev": 0.4874168137237381,\n", + " "histogram": {\n", + " "start": 2.0,\n", + " "end": 6.0000006,\n", + " "counts": [\n", + " "459",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "21",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "16",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "2",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "2"\n", + " ],\n", + " "max": 6.0,\n", + " "min": 2.0,\n", + " "bins": [\n", + " 2.0,\n", + " 2.133333353333333,\n", + " 2.266666706666667,\n", + " 2.40000006,\n", + " 2.533333413333333,\n", + " 2.6666667666666664,\n", + " 2.80000012,\n", + " 2.933333473333333,\n", + " 3.0666668266666663,\n", + " 3.20000018,\n", + " 3.333333533333333,\n", + " 3.4666668866666663,\n", + " 3.60000024,\n", + " 3.733333593333333,\n", + " 3.8666669466666663,\n", + " 4.0000003,\n", + " 4.133333653333333,\n", + " 4.266667006666666,\n", + " 4.40000036,\n", + " 4.533333713333333,\n", + " 4.666667066666666,\n", + " 4.80000042,\n", + " 4.933333773333333,\n", + " 5.066667126666666,\n", + " 5.20000048,\n", + " 5.333333833333333,\n", + " 5.466667186666666,\n", + " 5.60000054,\n", + " 5.733333893333333,\n", + " 5.866667246666666,\n", + " 6.0000006\n", + " ],\n", + " "n": "500",\n", + " "width": 0.0\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 5.0,\n", + " "upper": 5.0,\n", + " "lower": 5.0\n", + " },\n", + " "quantiles": {\n", + " "quantiles": [\n", + " 0.0,\n", + " 0.01,\n", + " 0.05,\n", + " 0.25,\n", + " 0.5,\n", + " 0.75,\n", + " 0.95,\n", + " 0.99,\n", + " 1.0\n", + " ],\n", + " "quantileValues": [\n", + " 2.0,\n", + " 2.0,\n", + " 2.0,\n", + " 2.0,\n", + " 2.0,\n", + " 2.0,\n", + " 3.0,\n", + " 4.0,\n", + " 6.0\n", + " ]\n", + " },\n", + " "isDiscrete": true\n", " },\n", " "charPosTracker": {\n", " "characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}",\n", " "charPosMap": {\n", - " "v": {\n", - " "count": "46",\n", - " "max": 25.0,\n", - " "mean": 7.6521739130434785,\n", - " "stddev": 6.763356797410744,\n", + " "z": {\n", + " "count": "23",\n", + " "max": 21.0,\n", + " "mean": 10.08695652173913,\n", + " "stddev": 6.4025069200790465,\n", " "histogram": {\n", - " "end": 25.0000025,\n", + " "end": 21.0000021,\n", " "counts": [\n", - " "16",\n", - " "4",\n", - " "2",\n", - " "3",\n", - " "5",\n", " "7",\n", + " "0",\n", " "1",\n", - " "2",\n", - " "2",\n", - " "2",\n", - " "1",\n", + " "7",\n", + " "7",\n", " "1"\n", " ],\n", - " "max": 25.0,\n", + " "max": 21.0,\n", " "bins": [\n", " 0.0,\n", - " 2.0833335416666667,\n", - " 4.1666670833333335,\n", - " 6.250000625,\n", - " 8.333334166666667,\n", - " 10.416667708333334,\n", - " 12.50000125,\n", - " 14.583334791666667,\n", - " 16.666668333333334,\n", - " 18.750001875000002,\n", - " 20.833335416666667,\n", - " 22.916668958333332,\n", - " 25.0000025\n", + " 3.50000035,\n", + " 7.0000007,\n", + " 10.50000105,\n", + " 14.0000014,\n", + " 17.50000175,\n", + " 21.0000021\n", " ],\n", - " "n": "46",\n", + " "n": "23",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 21.0,\n", - " "upper": 21.0,\n", - " "lower": 21.0\n", + " "estimate": 10.0,\n", + " "upper": 10.0,\n", + " "lower": 10.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -2585,52 +1747,99 @@ " 0.0,\n", " 0.0,\n", " 2.0,\n", - " 7.0,\n", " 11.0,\n", - " 20.0,\n", - " 25.0,\n", - " 25.0\n", + " 16.0,\n", + " 17.0,\n", + " 21.0,\n", + " 21.0\n", " ]\n", " },\n", " "min": 0.0,\n", " "isDiscrete": false\n", " },\n", - " "f": {\n", - " "count": "26",\n", - " "max": 11.0,\n", - " "mean": 5.423076923076923,\n", - " "stddev": 3.2640230014272498,\n", + " "u": {\n", + " "count": "184",\n", + " "min": 1.0,\n", + " "max": 24.0,\n", + " "mean": 7.668478260869565,\n", + " "stddev": 5.732076924499296,\n", " "histogram": {\n", - " "end": 11.0000011,\n", + " "start": 1.0,\n", + " "end": 24.0000024,\n", " "counts": [\n", + " "37",\n", + " "14",\n", + " "13",\n", " "3",\n", - " "5",\n", + " "0",\n", + " "6",\n", + " "7",\n", + " "11",\n", + " "0",\n", + " "17",\n", + " "12",\n", + " "11",\n", " "0",\n", " "9",\n", - " "2",\n", + " "7",\n", + " "9",\n", " "4",\n", - " "3"\n", + " "0",\n", + " "1",\n", + " "6",\n", + " "8",\n", + " "0",\n", + " "2",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "3",\n", + " "3",\n", + " "0",\n", + " "1"\n", " ],\n", - " "max": 11.0,\n", + " "max": 24.0,\n", + " "min": 1.0,\n", " "bins": [\n", - " 0.0,\n", - " 1.5714287285714286,\n", - " 3.142857457142857,\n", - " 4.714286185714286,\n", - " 6.285714914285714,\n", - " 7.857143642857142,\n", - " 9.428572371428572,\n", - " 11.0000011\n", + " 1.0,\n", + " 1.7666667466666666,\n", + " 2.533333493333333,\n", + " 3.30000024,\n", + " 4.066666986666666,\n", + " 4.833333733333333,\n", + " 5.60000048,\n", + " 6.366667226666666,\n", + " 7.133333973333333,\n", + " 7.90000072,\n", + " 8.666667466666667,\n", + " 9.433334213333334,\n", + " 10.20000096,\n", + " 10.966667706666668,\n", + " 11.733334453333333,\n", + " 12.5000012,\n", + " 13.266667946666667,\n", + " 14.033334693333334,\n", + " 14.80000144,\n", + " 15.566668186666666,\n", + " 16.333334933333333,\n", + " 17.100001680000002,\n", + " 17.866668426666667,\n", + " 18.633335173333332,\n", + " 19.40000192,\n", + " 20.166668666666666,\n", + " 20.933335413333335,\n", + " 21.70000216,\n", + " 22.466668906666666,\n", + " 23.233335653333334,\n", + " 24.0000024\n", " ],\n", - " "n": "26",\n", - " "start": 0.0,\n", - " "width": 0.0,\n", - " "min": 0.0\n", + " "n": "184",\n", + " "width": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 9.0,\n", - " "upper": 9.0,\n", - " "lower": 9.0\n", + " "estimate": 21.0,\n", + " "upper": 21.0,\n", + " "lower": 21.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -2645,94 +1854,93 @@ " 1.0\n", " ],\n", " "quantileValues": [\n", - " 0.0,\n", - " 0.0,\n", - " 0.0,\n", - " 3.0,\n", - " 5.0,\n", - " 9.0,\n", - " 10.0,\n", + " 1.0,\n", + " 1.0,\n", + " 1.0,\n", + " 2.0,\n", + " 8.0,\n", " 11.0,\n", - " 11.0\n", + " 17.0,\n", + " 22.0,\n", + " 24.0\n", " ]\n", " },\n", - " "min": 0.0,\n", - " "isDiscrete": false\n", + " "isDiscrete": true\n", " },\n", - " "l": {\n", - " "count": "260",\n", - " "max": 29.0,\n", - " "mean": 8.265384615384615,\n", - " "stddev": 5.608421846152051,\n", + " "a": {\n", + " "count": "407",\n", + " "max": 33.0,\n", + " "mean": 6.995085995085995,\n", + " "stddev": 5.880583013720373,\n", " "histogram": {\n", - " "end": 29.0000029,\n", + " "end": 33.0000033,\n", " "counts": [\n", - " "8",\n", - " "19",\n", + " "99",\n", + " "29",\n", + " "22",\n", " "19",\n", - " "18",\n", - " "10",\n", - " "16",\n", - " "16",\n", - " "16",\n", - " "17",\n", + " "24",\n", + " "15",\n", + " "20",\n", " "22",\n", - " "18",\n", - " "14",\n", - " "16",\n", - " "14",\n", + " "27",\n", + " "44",\n", + " "21",\n", + " "10",\n", + " "9",\n", + " "9",\n", " "6",\n", " "3",\n", " "8",\n", - " "2",\n", + " "5",\n", + " "4",\n", + " "7",\n", + " "1",\n", + " "0",\n", + " "1",\n", + " "0",\n", " "0",\n", - " "6",\n", - " "2",\n", - " "2",\n", - " "2",\n", - " "2",\n", " "0",\n", - " "2",\n", " "0",\n", " "0",\n", " "0",\n", " "2"\n", " ],\n", - " "max": 29.0,\n", + " "max": 33.0,\n", " "bins": [\n", " 0.0,\n", - " 0.9666667633333332,\n", - " 1.9333335266666665,\n", - " 2.9000002899999995,\n", - " 3.866667053333333,\n", - " 4.833333816666666,\n", - " 5.800000579999999,\n", - " 6.766667343333332,\n", - " 7.733334106666666,\n", - " 8.700000869999998,\n", - " 9.666667633333333,\n", - " 10.633334396666665,\n", - " 11.600001159999998,\n", - " 12.566667923333332,\n", - " 13.533334686666665,\n", - " 14.50000145,\n", - " 15.466668213333332,\n", - " 16.433334976666664,\n", - " 17.400001739999997,\n", - " 18.366668503333333,\n", - " 19.333335266666666,\n", - " 20.300002029999998,\n", - " 21.26666879333333,\n", - " 22.233335556666663,\n", - " 23.200002319999996,\n", - " 24.166669083333332,\n", - " 25.133335846666665,\n", - " 26.100002609999997,\n", - " 27.06666937333333,\n", - " 28.033336136666662,\n", - " 29.0000029\n", + " 1.10000011,\n", + " 2.20000022,\n", + " 3.3000003300000005,\n", + " 4.40000044,\n", + " 5.50000055,\n", + " 6.600000660000001,\n", + " 7.700000770000001,\n", + " 8.80000088,\n", + " 9.90000099,\n", + " 11.0000011,\n", + " 12.10000121,\n", + " 13.200001320000002,\n", + " 14.300001430000002,\n", + " 15.400001540000002,\n", + " 16.50000165,\n", + " 17.60000176,\n", + " 18.70000187,\n", + " 19.80000198,\n", + " 20.90000209,\n", + " 22.0000022,\n", + " 23.10000231,\n", + " 24.20000242,\n", + " 25.30000253,\n", + " 26.400002640000004,\n", + " 27.500002750000004,\n", + " 28.600002860000004,\n", + " 29.700002970000003,\n", + " 30.800003080000003,\n", + " 31.900003190000003,\n", + " 33.0000033\n", " ],\n", - " "n": "260",\n", + " "n": "407",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", @@ -2757,96 +1965,100 @@ " "quantileValues": [\n", " 0.0,\n", " 0.0,\n", - " 1.0,\n", - " 4.0,\n", - " 8.0,\n", - " 12.0,\n", - " 19.0,\n", - " 25.0,\n", - " 29.0\n", + " 0.0,\n", + " 2.0,\n", + " 6.0,\n", + " 11.0,\n", + " 18.0,\n", + " 22.0,\n", + " 33.0\n", " ]\n", " },\n", " "isDiscrete": true,\n", " "min": 0.0\n", " },\n", - " "b": {\n", - " "count": "111",\n", + " "m": {\n", + " "count": "133",\n", " "max": 21.0,\n", - " "mean": 7.675675675675675,\n", - " "stddev": 5.170127767301416,\n", + " "mean": 6.067669172932331,\n", + " "stddev": 5.2803172091379365,\n", " "histogram": {\n", " "end": 21.0000021,\n", " "counts": [\n", - " "19",\n", - " "1",\n", - " "4",\n", + " "32",\n", " "3",\n", + " "11",\n", " "0",\n", + " "8",\n", " "2",\n", - " "7",\n", - " "6",\n", " "0",\n", " "6",\n", - " "7",\n", + " "10",\n", + " "9",\n", + " "0",\n", " "14",\n", + " "5",\n", " "0",\n", - " "12",\n", - " "9",\n", - " "9",\n", + " "8",\n", + " "5",\n", " "0",\n", + " "4",\n", + " "2",\n", " "2",\n", - " "1",\n", - " "1",\n", - " "0",\n", - " "1",\n", - " "1",\n", - " "1",\n", " "0",\n", + " "2",\n", " "3",\n", - " "1",\n", + " "0",\n", + " "4",\n", + " "2",\n", + " "0",\n", + " "0",\n", + " "0",\n", " "1"\n", " ],\n", " "max": 21.0,\n", " "bins": [\n", " 0.0,\n", - " 0.750000075,\n", - " 1.50000015,\n", - " 2.250000225,\n", - " 3.0000003,\n", - " 3.750000375,\n", - " 4.50000045,\n", - " 5.250000525,\n", - " 6.0000006,\n", - " 6.750000675,\n", - " 7.50000075,\n", - " 8.250000825,\n", - " 9.0000009,\n", - " 9.750000974999999,\n", + " 0.70000007,\n", + " 1.40000014,\n", + " 2.10000021,\n", + " 2.80000028,\n", + " 3.5000003499999996,\n", + " 4.20000042,\n", + " 4.90000049,\n", + " 5.60000056,\n", + " 6.3000006299999995,\n", + " 7.000000699999999,\n", + " 7.70000077,\n", + " 8.40000084,\n", + " 9.10000091,\n", + " 9.80000098,\n", " 10.50000105,\n", - " 11.250001125,\n", - " 12.0000012,\n", - " 12.750001274999999,\n", - " 13.50000135,\n", - " 14.250001425,\n", - " 15.0000015,\n", - " 15.750001574999999,\n", - " 16.50000165,\n", - " 17.250001725,\n", - " 18.0000018,\n", - " 18.750001875,\n", - " 19.500001949999998,\n", - " 20.250002025,\n", + " 11.20000112,\n", + " 11.90000119,\n", + " 12.600001259999999,\n", + " 13.300001329999999,\n", + " 14.000001399999999,\n", + " 14.70000147,\n", + " 15.40000154,\n", + " 16.10000161,\n", + " 16.80000168,\n", + " 17.50000175,\n", + " 18.20000182,\n", + " 18.90000189,\n", + " 19.60000196,\n", + " 20.300002029999998,\n", " 21.0000021\n", " ],\n", - " "n": "111",\n", + " "n": "133",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 22.0,\n", - " "upper": 22.0,\n", - " "lower": 22.0\n", + " "estimate": 20.0,\n", + " "upper": 20.0,\n", + " "lower": 20.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -2864,56 +2076,100 @@ " 0.0,\n", " 0.0,\n", " 0.0,\n", - " 4.0,\n", + " 1.0,\n", + " 6.0,\n", " 9.0,\n", - " 11.0,\n", + " 17.0,\n", " 18.0,\n", - " 20.0,\n", " 21.0\n", " ]\n", " },\n", " "min": 0.0,\n", " "isDiscrete": false\n", " },\n", - " "-": {\n", - " "count": "30",\n", - " "min": 4.0,\n", - " "max": 18.0,\n", - " "mean": 10.0,\n", - " "stddev": 4.051393970406764,\n", + " "i": {\n", + " "count": "315",\n", + " "min": 1.0,\n", + " "max": 31.0,\n", + " "mean": 8.006349206349206,\n", + " "stddev": 5.621270823741272,\n", " "histogram": {\n", - " "start": 4.0,\n", - " "end": 18.0000018,\n", + " "start": 1.0,\n", + " "end": 31.0000031,\n", " "counts": [\n", - " "2",\n", + " "26",\n", + " "58",\n", + " "29",\n", + " "17",\n", + " "25",\n", + " "15",\n", + " "13",\n", + " "15",\n", + " "22",\n", + " "15",\n", + " "16",\n", + " "13",\n", + " "16",\n", " "8",\n", + " "0",\n", " "7",\n", + " "4",\n", + " "2",\n", + " "2",\n", + " "5",\n", " "3",\n", " "0",\n", - " "4",\n", - " "4",\n", - " "2"\n", + " "2",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "2",\n", + " "0",\n", + " "0",\n", + " "0"\n", " ],\n", - " "max": 18.0,\n", - " "min": 4.0,\n", + " "max": 31.0,\n", + " "min": 1.0,\n", " "bins": [\n", - " 4.0,\n", - " 5.750000225,\n", - " 7.50000045,\n", - " 9.250000674999999,\n", - " 11.0000009,\n", - " 12.750001125,\n", - " 14.50000135,\n", - " 16.250001575,\n", - " 18.0000018\n", + " 1.0,\n", + " 2.0000001033333334,\n", + " 3.000000206666667,\n", + " 4.000000310000001,\n", + " 5.000000413333334,\n", + " 6.000000516666667,\n", + " 7.000000620000001,\n", + " 8.000000723333335,\n", + " 9.000000826666668,\n", + " 10.00000093,\n", + " 11.000001033333334,\n", + " 12.000001136666668,\n", + " 13.000001240000001,\n", + " 14.000001343333334,\n", + " 15.00000144666667,\n", + " 16.00000155,\n", + " 17.000001653333335,\n", + " 18.00000175666667,\n", + " 19.00000186,\n", + " 20.000001963333336,\n", + " 21.000002066666667,\n", + " 22.000002170000002,\n", + " 23.000002273333337,\n", + " 24.000002376666668,\n", + " 25.000002480000003,\n", + " 26.000002583333337,\n", + " 27.00000268666667,\n", + " 28.000002790000003,\n", + " 29.00000289333334,\n", + " 30.00000299666667,\n", + " 31.000003100000004\n", " ],\n", - " "n": "30",\n", + " "n": "315",\n", " "width": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 13.0,\n", - " "upper": 13.0,\n", - " "lower": 13.0\n", + " "estimate": 25.0,\n", + " "upper": 25.0,\n", + " "lower": 25.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -2928,101 +2184,101 @@ " 1.0\n", " ],\n", " "quantileValues": [\n", - " 4.0,\n", - " 4.0,\n", - " 5.0,\n", + " 1.0,\n", + " 1.0,\n", + " 1.0,\n", + " 3.0,\n", " 7.0,\n", - " 8.0,\n", - " 14.0,\n", - " 17.0,\n", - " 18.0,\n", - " 18.0\n", + " 12.0,\n", + " 19.0,\n", + " 24.0,\n", + " 31.0\n", " ]\n", " },\n", - " "isDiscrete": false\n", + " "isDiscrete": true\n", " },\n", - " "e": {\n", - " "count": "559",\n", - " "max": 26.0,\n", - " "mean": 8.606440071556351,\n", - " "stddev": 5.3174185964624145,\n", + " "NITL": {\n", + " "count": "1493",\n", + " "max": 25.0,\n", + " "mean": 3.766242464835901,\n", + " "stddev": 3.812936444515093,\n", " "histogram": {\n", - " "end": 26.0000026,\n", + " "end": 25.0000025,\n", " "counts": [\n", + " "214",\n", + " "226",\n", + " "224",\n", + " "225",\n", + " "214",\n", + " "75",\n", + " "0",\n", + " "67",\n", + " "52",\n", + " "54",\n", + " "29",\n", + " "13",\n", + " "0",\n", " "10",\n", - " "43",\n", " "13",\n", " "16",\n", - " "50",\n", - " "54",\n", - " "34",\n", - " "0",\n", - " "44",\n", - " "39",\n", - " "38",\n", - " "34",\n", - " "36",\n", - " "25",\n", - " "27",\n", - " "0",\n", - " "22",\n", - " "12",\n", " "10",\n", - " "14",\n", - " "6",\n", - " "8",\n", + " "15",\n", " "0",\n", " "6",\n", + " "10",\n", " "6",\n", - " "6",\n", + " "10",\n", " "4",\n", " "0",\n", " "0",\n", - " "2"\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0"\n", " ],\n", - " "max": 26.0,\n", + " "max": 25.0,\n", " "bins": [\n", " 0.0,\n", - " 0.8666667533333333,\n", - " 1.7333335066666666,\n", - " 2.60000026,\n", - " 3.4666670133333333,\n", - " 4.333333766666667,\n", - " 5.20000052,\n", - " 6.0666672733333336,\n", - " 6.9333340266666665,\n", - " 7.8000007799999995,\n", - " 8.666667533333333,\n", - " 9.533334286666667,\n", - " 10.40000104,\n", - " 11.266667793333333,\n", - " 12.133334546666667,\n", - " 13.0000013,\n", - " 13.866668053333333,\n", - " 14.733334806666667,\n", - " 15.600001559999999,\n", - " 16.466668313333333,\n", - " 17.333335066666667,\n", - " 18.20000182,\n", - " 19.066668573333335,\n", - " 19.933335326666665,\n", - " 20.80000208,\n", - " 21.666668833333333,\n", - " 22.533335586666666,\n", - " 23.40000234,\n", - " 24.266669093333334,\n", - " 25.133335846666665,\n", - " 26.0000026\n", + " 0.8333334166666667,\n", + " 1.6666668333333334,\n", + " 2.5000002500000003,\n", + " 3.333333666666667,\n", + " 4.1666670833333335,\n", + " 5.0000005000000005,\n", + " 5.833333916666667,\n", + " 6.666667333333334,\n", + " 7.500000750000001,\n", + " 8.333334166666667,\n", + " 9.166667583333334,\n", + " 10.000001000000001,\n", + " 10.833334416666668,\n", + " 11.666667833333333,\n", + " 12.50000125,\n", + " 13.333334666666667,\n", + " 14.166668083333334,\n", + " 15.000001500000002,\n", + " 15.833334916666667,\n", + " 16.666668333333334,\n", + " 17.500001750000003,\n", + " 18.333335166666668,\n", + " 19.166668583333333,\n", + " 20.000002000000002,\n", + " 20.833335416666667,\n", + " 21.666668833333336,\n", + " 22.50000225,\n", + " 23.333335666666667,\n", + " 24.166669083333336,\n", + " 25.0000025\n", " ],\n", - " "n": "559",\n", + " "n": "1493",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 26.0,\n", - " "upper": 26.0,\n", - " "lower": 26.0\n", + " "estimate": 23.0,\n", + " "upper": 23.0,\n", + " "lower": 23.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3039,100 +2295,100 @@ " "quantileValues": [\n", " 0.0,\n", " 0.0,\n", + " 0.0,\n", " 1.0,\n", + " 3.0,\n", " 5.0,\n", - " 8.0,\n", - " 12.0,\n", - " 19.0,\n", - " 23.0,\n", - " 26.0\n", + " 13.0,\n", + " 18.0,\n", + " 25.0\n", " ]\n", " },\n", " "isDiscrete": true,\n", " "min": 0.0\n", " },\n", - " "c": {\n", - " "count": "134",\n", - " "max": 27.0,\n", - " "mean": 6.723880597014926,\n", - " "stddev": 5.825006748900252,\n", + " "d": {\n", + " "count": "151",\n", + " "max": 24.0,\n", + " "mean": 9.185430463576159,\n", + " "stddev": 5.9491220343957005,\n", " "histogram": {\n", - " "end": 27.0000027,\n", + " "end": 24.0000024,\n", " "counts": [\n", - " "27",\n", - " "1",\n", - " "16",\n", - " "7",\n", - " "4",\n", + " "9",\n", + " "9",\n", " "6",\n", + " "5",\n", " "7",\n", + " "0",\n", + " "11",\n", + " "10",\n", + " "9",\n", + " "9",\n", + " "0",\n", " "8",\n", - " "13",\n", + " "4",\n", + " "7",\n", " "6",\n", " "0",\n", - " "7",\n", - " "7",\n", - " "8",\n", + " "12",\n", + " "10",\n", + " "11",\n", + " "3",\n", " "0",\n", " "4",\n", - " "2",\n", - " "2",\n", - " "0",\n", + " "1",\n", + " "1",\n", " "2",\n", " "0",\n", " "2",\n", " "1",\n", - " "3",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "1"\n", + " "2",\n", + " "2"\n", " ],\n", - " "max": 27.0,\n", + " "max": 24.0,\n", " "bins": [\n", " 0.0,\n", - " 0.90000009,\n", - " 1.80000018,\n", - " 2.7000002700000003,\n", - " 3.60000036,\n", - " 4.50000045,\n", - " 5.400000540000001,\n", - " 6.30000063,\n", + " 0.80000008,\n", + " 1.60000016,\n", + " 2.40000024,\n", + " 3.20000032,\n", + " 4.0000004,\n", + " 4.80000048,\n", + " 5.60000056,\n", + " 6.40000064,\n", " 7.20000072,\n", - " 8.100000810000001,\n", - " 9.0000009,\n", - " 9.90000099,\n", - " 10.800001080000001,\n", - " 11.70000117,\n", - " 12.60000126,\n", - " 13.50000135,\n", + " 8.0000008,\n", + " 8.80000088,\n", + " 9.60000096,\n", + " 10.40000104,\n", + " 11.20000112,\n", + " 12.0000012,\n", + " 12.80000128,\n", + " 13.60000136,\n", " 14.40000144,\n", - " 15.300001530000001,\n", - " 16.200001620000002,\n", - " 17.10000171,\n", - " 18.0000018,\n", - " 18.900001890000002,\n", - " 19.80000198,\n", - " 20.70000207,\n", - " 21.600002160000003,\n", - " 22.50000225,\n", - " 23.40000234,\n", - " 24.30000243,\n", - " 25.20000252,\n", - " 26.10000261,\n", - " 27.0000027\n", + " 15.20000152,\n", + " 16.0000016,\n", + " 16.80000168,\n", + " 17.60000176,\n", + " 18.40000184,\n", + " 19.20000192,\n", + " 20.000002,\n", + " 20.80000208,\n", + " 21.60000216,\n", + " 22.40000224,\n", + " 23.20000232,\n", + " 24.0000024\n", " ],\n", - " "n": "134",\n", + " "n": "151",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 21.0,\n", - " "upper": 21.0,\n", - " "lower": 21.0\n", + " "estimate": 25.0,\n", + " "upper": 25.0,\n", + " "lower": 25.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3150,81 +2406,99 @@ " 0.0,\n", " 0.0,\n", " 0.0,\n", - " 2.0,\n", - " 6.0,\n", - " 10.0,\n", - " 19.0,\n", - " 21.0,\n", - " 27.0\n", + " 5.0,\n", + " 9.0,\n", + " 14.0,\n", + " 20.0,\n", + " 24.0,\n", + " 24.0\n", " ]\n", " },\n", " "min": 0.0,\n", " "isDiscrete": false\n", " },\n", - " "g": {\n", - " "count": "82",\n", - " "max": 22.0,\n", - " "mean": 6.7560975609756095,\n", - " "stddev": 4.962976445666541,\n", + " "r": {\n", + " "count": "376",\n", + " "max": 32.0,\n", + " "mean": 8.675531914893616,\n", + " "stddev": 5.840186045807564,\n", " "histogram": {\n", - " "end": 22.0000022,\n", + " "end": 32.0000032,\n", " "counts": [\n", - " "9",\n", - " "12",\n", + " "29",\n", + " "39",\n", + " "28",\n", " "13",\n", - " "1",\n", - " "0",\n", + " "27",\n", + " "12",\n", + " "16",\n", + " "19",\n", + " "24",\n", + " "34",\n", + " "30",\n", + " "24",\n", + " "17",\n", + " "7",\n", + " "19",\n", + " "5",\n", " "2",\n", - " "9",\n", + " "10",\n", + " "7",\n", + " "1",\n", " "4",\n", " "6",\n", - " "8",\n", - " "5",\n", - " "5",\n", - " "2",\n", " "0",\n", - " "2",\n", + " "0",\n", " "1",\n", " "0",\n", - " "2",\n", " "0",\n", " "0",\n", - " "1"\n", + " "0",\n", + " "2"\n", " ],\n", - " "max": 22.0,\n", + " "max": 32.0,\n", " "bins": [\n", " 0.0,\n", - " 1.0476191523809524,\n", - " 2.0952383047619048,\n", - " 3.142857457142857,\n", - " 4.1904766095238095,\n", - " 5.238095761904762,\n", - " 6.285714914285714,\n", - " 7.333334066666667,\n", - " 8.380953219047619,\n", - " 9.428572371428572,\n", - " 10.476191523809524,\n", - " 11.523810676190475,\n", - " 12.571429828571429,\n", - " 13.619048980952382,\n", - " 14.666668133333333,\n", - " 15.714287285714285,\n", - " 16.761906438095238,\n", - " 17.80952559047619,\n", - " 18.857144742857145,\n", - " 19.904763895238094,\n", - " 20.952383047619048,\n", - " 22.0000022\n", + " 1.0666667733333335,\n", + " 2.133333546666667,\n", + " 3.2000003200000005,\n", + " 4.266667093333334,\n", + " 5.333333866666667,\n", + " 6.400000640000001,\n", + " 7.466667413333335,\n", + " 8.533334186666668,\n", + " 9.600000960000001,\n", + " 10.666667733333334,\n", + " 11.733334506666669,\n", + " 12.800001280000002,\n", + " 13.866668053333335,\n", + " 14.93333482666667,\n", + " 16.0000016,\n", + " 17.066668373333336,\n", + " 18.13333514666667,\n", + " 19.200001920000002,\n", + " 20.266668693333337,\n", + " 21.333335466666668,\n", + " 22.400002240000003,\n", + " 23.466669013333338,\n", + " 24.53333578666667,\n", + " 25.600002560000004,\n", + " 26.66666933333334,\n", + " 27.73333610666667,\n", + " 28.800002880000005,\n", + " 29.86666965333334,\n", + " 30.93333642666667,\n", + " 32.0000032\n", " ],\n", - " "n": "82",\n", + " "n": "376",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 17.0,\n", - " "upper": 17.0,\n", - " "lower": 17.0\n", + " "estimate": 27.0,\n", + " "upper": 27.0,\n", + " "lower": 27.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3241,100 +2515,67 @@ " "quantileValues": [\n", " 0.0,\n", " 0.0,\n", - " 0.0,\n", - " 2.0,\n", - " 7.0,\n", - " 10.0,\n", - " 15.0,\n", - " 22.0,\n", - " 22.0\n", + " 1.0,\n", + " 3.0,\n", + " 9.0,\n", + " 12.0,\n", + " 20.0,\n", + " 23.0,\n", + " 32.0\n", " ]\n", " },\n", - " "min": 0.0,\n", - " "isDiscrete": false\n", + " "isDiscrete": true,\n", + " "min": 0.0\n", " },\n", - " "t": {\n", - " "count": "218",\n", - " "max": 24.0,\n", - " "mean": 8.711009174311927,\n", - " "stddev": 5.630231751531398,\n", + " "-": {\n", + " "count": "49",\n", + " "min": 4.0,\n", + " "max": 19.0,\n", + " "mean": 10.408163265306122,\n", + " "stddev": 4.056467918372967,\n", " "histogram": {\n", - " "end": 24.0000024,\n", + " "start": 4.0,\n", + " "end": 19.0000019,\n", " "counts": [\n", - " "8",\n", - " "6",\n", - " "15",\n", - " "18",\n", - " "8",\n", - " "0",\n", - " "27",\n", - " "13",\n", - " "12",\n", " "5",\n", - " "0",\n", - " "8",\n", - " "16",\n", - " "13",\n", - " "12",\n", - " "0",\n", - " "17",\n", - " "8",\n", + " "9",\n", " "4",\n", - " "5",\n", - " "0",\n", - " "7",\n", " "2",\n", - " "3",\n", - " "5",\n", - " "0",\n", " "1",\n", " "2",\n", + " "9",\n", " "1",\n", - " "2"\n", + " "7",\n", + " "4",\n", + " "4",\n", + " "0",\n", + " "1"\n", " ],\n", - " "max": 24.0,\n", + " "max": 19.0,\n", + " "min": 4.0,\n", " "bins": [\n", - " 0.0,\n", - " 0.80000008,\n", - " 1.60000016,\n", - " 2.40000024,\n", - " 3.20000032,\n", - " 4.0000004,\n", - " 4.80000048,\n", - " 5.60000056,\n", - " 6.40000064,\n", - " 7.20000072,\n", - " 8.0000008,\n", - " 8.80000088,\n", - " 9.60000096,\n", - " 10.40000104,\n", - " 11.20000112,\n", - " 12.0000012,\n", - " 12.80000128,\n", - " 13.60000136,\n", - " 14.40000144,\n", - " 15.20000152,\n", - " 16.0000016,\n", - " 16.80000168,\n", - " 17.60000176,\n", - " 18.40000184,\n", - " 19.20000192,\n", - " 20.000002,\n", - " 20.80000208,\n", - " 21.60000216,\n", - " 22.40000224,\n", - " 23.20000232,\n", - " 24.0000024\n", + " 4.0,\n", + " 5.1538463,\n", + " 6.3076926,\n", + " 7.461538900000001,\n", + " 8.6153852,\n", + " 9.7692315,\n", + " 10.923077800000002,\n", + " 12.076924100000001,\n", + " 13.2307704,\n", + " 14.3846167,\n", + " 15.538463,\n", + " 16.6923093,\n", + " 17.846155600000003,\n", + " 19.0000019\n", " ],\n", - " "n": "218",\n", - " "start": 0.0,\n", - " "width": 0.0,\n", - " "min": 0.0\n", + " "n": "49",\n", + " "width": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 25.0,\n", - " "upper": 25.0,\n", - " "lower": 25.0\n", + " "estimate": 14.0,\n", + " "upper": 14.0,\n", + " "lower": 14.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3349,56 +2590,63 @@ " 1.0\n", " ],\n", " "quantileValues": [\n", - " 0.0,\n", - " 0.0,\n", - " 1.0,\n", " 4.0,\n", - " 8.0,\n", - " 13.0,\n", - " 20.0,\n", - " 23.0,\n", - " 24.0\n", + " 4.0,\n", + " 5.0,\n", + " 6.0,\n", + " 11.0,\n", + " 14.0,\n", + " 16.0,\n", + " 19.0,\n", + " 19.0\n", " ]\n", " },\n", - " "isDiscrete": true,\n", - " "min": 0.0\n", + " "isDiscrete": false\n", " },\n", - " "k": {\n", - " "count": "26",\n", - " "max": 15.0,\n", - " "mean": 6.923076923076923,\n", - " "stddev": 4.807686153842216,\n", + " "v": {\n", + " "count": "41",\n", + " "max": 29.0,\n", + " "mean": 8.902439024390244,\n", + " "stddev": 7.213892423819406,\n", " "histogram": {\n", - " "end": 15.0000015,\n", + " "end": 29.0000029,\n", " "counts": [\n", - " "6",\n", - " "2",\n", - " "4",\n", + " "12",\n", " "2",\n", - " "4",\n", + " "1",\n", " "7",\n", + " "11",\n", + " "1",\n", + " "4",\n", + " "1",\n", + " "1",\n", + " "0",\n", " "1"\n", " ],\n", - " "max": 15.0,\n", + " "max": 29.0,\n", " "bins": [\n", " 0.0,\n", - " 2.1428573571428573,\n", - " 4.285714714285715,\n", - " 6.428572071428572,\n", - " 8.57142942857143,\n", - " 10.714286785714286,\n", - " 12.857144142857145,\n", - " 15.000001500000002\n", + " 2.6363638999999996,\n", + " 5.272727799999999,\n", + " 7.909091699999999,\n", + " 10.545455599999999,\n", + " 13.181819499999998,\n", + " 15.818183399999999,\n", + " 18.454547299999998,\n", + " 21.090911199999997,\n", + " 23.727275099999996,\n", + " 26.363638999999996,\n", + " 29.000002899999995\n", " ],\n", - " "n": "26",\n", + " "n": "41",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 10.0,\n", - " "upper": 10.0,\n", - " "lower": 10.0\n", + " "estimate": 17.0,\n", + " "upper": 17.0,\n", + " "lower": 17.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3416,41 +2664,99 @@ " 0.0,\n", " 0.0,\n", " 0.0,\n", - " 3.0,\n", - " 8.0,\n", - " 11.0,\n", - " 12.0,\n", - " 15.0,\n", - " 15.0\n", + " 1.0,\n", + " 10.0,\n", + " 13.0,\n", + " 21.0,\n", + " 29.0,\n", + " 29.0\n", " ]\n", " },\n", " "min": 0.0,\n", " "isDiscrete": false\n", " },\n", - " ".": {\n", - " "count": "3",\n", - " "min": 2.0,\n", - " "max": 2.0,\n", - " "mean": 2.0,\n", + " "o": {\n", + " "count": "209",\n", + " "max": 26.0,\n", + " "mean": 8.578947368421053,\n", + " "stddev": 5.471494033951124,\n", " "histogram": {\n", - " "start": 2.0,\n", - " "end": 2.0000002,\n", + " "end": 26.0000026,\n", " "counts": [\n", - " "3"\n", + " "3",\n", + " "27",\n", + " "7",\n", + " "16",\n", + " "11",\n", + " "3",\n", + " "3",\n", + " "0",\n", + " "8",\n", + " "18",\n", + " "25",\n", + " "16",\n", + " "10",\n", + " "20",\n", + " "6",\n", + " "0",\n", + " "8",\n", + " "6",\n", + " "6",\n", + " "3",\n", + " "2",\n", + " "2",\n", + " "0",\n", + " "5",\n", + " "2",\n", + " "0",\n", + " "1",\n", + " "0",\n", + " "0",\n", + " "1"\n", " ],\n", - " "max": 2.0,\n", - " "min": 2.0,\n", + " "max": 26.0,\n", " "bins": [\n", - " 2.0,\n", - " 2.0000002\n", + " 0.0,\n", + " 0.8666667533333333,\n", + " 1.7333335066666666,\n", + " 2.60000026,\n", + " 3.4666670133333333,\n", + " 4.333333766666667,\n", + " 5.20000052,\n", + " 6.0666672733333336,\n", + " 6.9333340266666665,\n", + " 7.8000007799999995,\n", + " 8.666667533333333,\n", + " 9.533334286666667,\n", + " 10.40000104,\n", + " 11.266667793333333,\n", + " 12.133334546666667,\n", + " 13.0000013,\n", + " 13.866668053333333,\n", + " 14.733334806666667,\n", + " 15.600001559999999,\n", + " 16.466668313333333,\n", + " 17.333335066666667,\n", + " 18.20000182,\n", + " 19.066668573333335,\n", + " 19.933335326666665,\n", + " 20.80000208,\n", + " 21.666668833333333,\n", + " 22.533335586666666,\n", + " 23.40000234,\n", + " 24.266669093333334,\n", + " 25.133335846666665,\n", + " 26.0000026\n", " ],\n", - " "n": "3",\n", - " "width": 0.0\n", + " "n": "209",\n", + " "start": 0.0,\n", + " "width": 0.0,\n", + " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 1.0,\n", - " "upper": 1.0,\n", - " "lower": 1.0\n", + " "estimate": 24.0,\n", + " "upper": 24.0,\n", + " "lower": 24.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3465,102 +2771,102 @@ " 1.0\n", " ],\n", " "quantileValues": [\n", - " 2.0,\n", - " 2.0,\n", - " 2.0,\n", - " 2.0,\n", - " 2.0,\n", - " 2.0,\n", - " 2.0,\n", - " 2.0,\n", - " 2.0\n", + " 0.0,\n", + " 0.0,\n", + " 1.0,\n", + " 3.0,\n", + " 9.0,\n", + " 12.0,\n", + " 19.0,\n", + " 21.0,\n", + " 26.0\n", " ]\n", " },\n", - " "stddev": 0.0,\n", - " "isDiscrete": false\n", + " "isDiscrete": true,\n", + " "min": 0.0\n", " },\n", - " "n": {\n", - " "count": "342",\n", - " "max": 27.0,\n", - " "mean": 8.175438596491228,\n", - " "stddev": 5.595209954997227,\n", + " "s": {\n", + " "count": "225",\n", + " "max": 26.0,\n", + " "mean": 8.675555555555556,\n", + " "stddev": 5.708435000832556,\n", " "histogram": {\n", - " "end": 27.0000027,\n", + " "end": 26.0000026,\n", " "counts": [\n", - " "4",\n", + " "20",\n", + " "2",\n", + " "13",\n", + " "9",\n", + " "26",\n", " "12",\n", - " "44",\n", - " "21",\n", - " "38",\n", - " "27",\n", - " "22",\n", " "14",\n", - " "10",\n", - " "18",\n", " "0",\n", - " "14",\n", - " "20",\n", - " "19",\n", - " "10",\n", - " "14",\n", + " "5",\n", + " "6",\n", + " "8",\n", + " "22",\n", + " "17",\n", " "15",\n", - " "9",\n", + " "11",\n", + " "0",\n", " "10",\n", - " "4",\n", + " "10",\n", + " "3",\n", + " "3",\n", + " "7",\n", + " "3",\n", " "0",\n", - " "8",\n", + " "5",\n", + " "1",\n", + " "1",\n", " "1",\n", - " "0",\n", - " "2",\n", - " "2",\n", - " "2",\n", " "0",\n", " "0",\n", - " "2"\n", + " "1"\n", " ],\n", - " "max": 27.0,\n", + " "max": 26.0,\n", " "bins": [\n", " 0.0,\n", - " 0.90000009,\n", - " 1.80000018,\n", - " 2.7000002700000003,\n", - " 3.60000036,\n", - " 4.50000045,\n", - " 5.400000540000001,\n", - " 6.30000063,\n", - " 7.20000072,\n", - " 8.100000810000001,\n", - " 9.0000009,\n", - " 9.90000099,\n", - " 10.800001080000001,\n", - " 11.70000117,\n", - " 12.60000126,\n", - " 13.50000135,\n", - " 14.40000144,\n", - " 15.300001530000001,\n", - " 16.200001620000002,\n", - " 17.10000171,\n", - " 18.0000018,\n", - " 18.900001890000002,\n", - " 19.80000198,\n", - " 20.70000207,\n", - " 21.600002160000003,\n", - " 22.50000225,\n", + " 0.8666667533333333,\n", + " 1.7333335066666666,\n", + " 2.60000026,\n", + " 3.4666670133333333,\n", + " 4.333333766666667,\n", + " 5.20000052,\n", + " 6.0666672733333336,\n", + " 6.9333340266666665,\n", + " 7.8000007799999995,\n", + " 8.666667533333333,\n", + " 9.533334286666667,\n", + " 10.40000104,\n", + " 11.266667793333333,\n", + " 12.133334546666667,\n", + " 13.0000013,\n", + " 13.866668053333333,\n", + " 14.733334806666667,\n", + " 15.600001559999999,\n", + " 16.466668313333333,\n", + " 17.333335066666667,\n", + " 18.20000182,\n", + " 19.066668573333335,\n", + " 19.933335326666665,\n", + " 20.80000208,\n", + " 21.666668833333333,\n", + " 22.533335586666666,\n", " 23.40000234,\n", - " 24.30000243,\n", - " 25.20000252,\n", - " 26.10000261,\n", - " 27.0000027\n", + " 24.266669093333334,\n", + " 25.133335846666665,\n", + " 26.0000026\n", " ],\n", - " "n": "342",\n", + " "n": "225",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 26.0,\n", - " "upper": 26.0,\n", - " "lower": 26.0\n", + " "estimate": 25.0,\n", + " "upper": 25.0,\n", + " "lower": 25.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3577,74 +2883,88 @@ " "quantileValues": [\n", " 0.0,\n", " 0.0,\n", - " 2.0,\n", + " 0.0,\n", " 4.0,\n", - " 7.0,\n", + " 9.0,\n", " 12.0,\n", - " 18.0,\n", - " 24.0,\n", - " 27.0\n", + " 19.0,\n", + " 22.0,\n", + " 26.0\n", " ]\n", " },\n", " "isDiscrete": true,\n", " "min": 0.0\n", " },\n", - " "y": {\n", - " "count": "67",\n", - " "max": 20.0,\n", - " "mean": 8.283582089552239,\n", - " "stddev": 4.670364239086173,\n", + " "b": {\n", + " "count": "96",\n", + " "max": 22.0,\n", + " "mean": 9.03125,\n", + " "stddev": 5.406532354963127,\n", " "histogram": {\n", - " "end": 20.000002,\n", + " "end": 22.0000022,\n", " "counts": [\n", - " "2",\n", - " "5",\n", + " "9",\n", + " "0",\n", " "5",\n", + " "2",\n", + " "1",\n", + " "2",\n", + " "11",\n", + " "9",\n", " "4",\n", + " "16",\n", " "4",\n", - " "11",\n", - " "6",\n", - " "6",\n", - " "1",\n", - " "7",\n", + " "8",\n", + " "0",\n", + " "3",\n", " "4",\n", - " "5",\n", - " "2",\n", - " "1",\n", " "1",\n", + " "4",\n", " "1",\n", + " "2",\n", + " "4",\n", + " "4",\n", + " "0",\n", + " "0",\n", " "2"\n", " ],\n", - " "max": 20.0,\n", + " "max": 22.0,\n", " "bins": [\n", " 0.0,\n", - " 1.176470705882353,\n", - " 2.352941411764706,\n", - " 3.529412117647059,\n", - " 4.705882823529412,\n", - " 5.882353529411764,\n", - " 7.058824235294118,\n", - " 8.23529494117647,\n", - " 9.411765647058823,\n", - " 10.588236352941177,\n", - " 11.764707058823529,\n", - " 12.941177764705882,\n", - " 14.117648470588236,\n", - " 15.294119176470588,\n", - " 16.47058988235294,\n", - " 17.647060588235295,\n", - " 18.823531294117647,\n", - " 20.000002\n", + " 0.9166667583333333,\n", + " 1.8333335166666667,\n", + " 2.750000275,\n", + " 3.6666670333333333,\n", + " 4.583333791666667,\n", + " 5.50000055,\n", + " 6.416667308333333,\n", + " 7.333334066666667,\n", + " 8.250000825,\n", + " 9.166667583333334,\n", + " 10.083334341666667,\n", + " 11.0000011,\n", + " 11.916667858333334,\n", + " 12.833334616666667,\n", + " 13.750001375,\n", + " 14.666668133333333,\n", + " 15.583334891666667,\n", + " 16.50000165,\n", + " 17.416668408333333,\n", + " 18.333335166666668,\n", + " 19.250001925,\n", + " 20.166668683333334,\n", + " 21.083335441666666,\n", + " 22.0000022\n", " ],\n", - " "n": "67",\n", + " "n": "96",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 21.0,\n", - " "upper": 21.0,\n", - " "lower": 21.0\n", + " "estimate": 20.0,\n", + " "upper": 20.0,\n", + " "lower": 20.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3661,100 +2981,54 @@ " "quantileValues": [\n", " 0.0,\n", " 0.0,\n", - " 2.0,\n", - " 5.0,\n", - " 8.0,\n", - " 11.0,\n", - " 17.0,\n", - " 20.0,\n", - " 20.0\n", - " ]\n", - " },\n", - " "min": 0.0,\n", - " "isDiscrete": false\n", - " },\n", - " "s": {\n", - " "count": "183",\n", - " "max": 26.0,\n", - " "mean": 7.775956284153006,\n", - " "stddev": 5.398317914477687,\n", - " "histogram": {\n", - " "end": 26.0000026,\n", - " "counts": [\n", - " "21",\n", - " "4",\n", - " "6",\n", - " "9",\n", - " "23",\n", - " "11",\n", - " "14",\n", - " "0",\n", - " "10",\n", - " "2",\n", - " "4",\n", - " "17",\n", - " "12",\n", - " "15",\n", + " 0.0,\n", + " 6.0,\n", + " 9.0,\n", + " 12.0,\n", + " 19.0,\n", + " 22.0,\n", + " 22.0\n", + " ]\n", + " },\n", + " "min": 0.0,\n", + " "isDiscrete": false\n", + " },\n", + " "f": {\n", + " "count": "26",\n", + " "max": 17.0,\n", + " "mean": 3.8461538461538463,\n", + " "stddev": 4.182748452319911,\n", + " "histogram": {\n", + " "end": 17.0000017,\n", + " "counts": [\n", " "13",\n", - " "0",\n", - " "6",\n", - " "4",\n", - " "2",\n", - " "3",\n", - " "0",\n", - " "1",\n", - " "0",\n", " "3",\n", - " "1",\n", - " "0",\n", - " "1",\n", + " "4",\n", + " "5",\n", " "0",\n", " "0",\n", " "1"\n", " ],\n", - " "max": 26.0,\n", + " "max": 17.0,\n", " "bins": [\n", " 0.0,\n", - " 0.8666667533333333,\n", - " 1.7333335066666666,\n", - " 2.60000026,\n", - " 3.4666670133333333,\n", - " 4.333333766666667,\n", - " 5.20000052,\n", - " 6.0666672733333336,\n", - " 6.9333340266666665,\n", - " 7.8000007799999995,\n", - " 8.666667533333333,\n", - " 9.533334286666667,\n", - " 10.40000104,\n", - " 11.266667793333333,\n", - " 12.133334546666667,\n", - " 13.0000013,\n", - " 13.866668053333333,\n", - " 14.733334806666667,\n", - " 15.600001559999999,\n", - " 16.466668313333333,\n", - " 17.333335066666667,\n", - " 18.20000182,\n", - " 19.066668573333335,\n", - " 19.933335326666665,\n", - " 20.80000208,\n", - " 21.666668833333333,\n", - " 22.533335586666666,\n", - " 23.40000234,\n", - " 24.266669093333334,\n", - " 25.133335846666665,\n", - " 26.0000026\n", + " 2.428571671428571,\n", + " 4.857143342857142,\n", + " 7.285715014285714,\n", + " 9.714286685714285,\n", + " 12.142858357142856,\n", + " 14.571430028571427,\n", + " 17.0000017\n", " ],\n", - " "n": "183",\n", + " "n": "26",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 23.0,\n", - " "upper": 23.0,\n", - " "lower": 23.0\n", + " "estimate": 10.0,\n", + " "upper": 10.0,\n", + " "lower": 10.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3772,99 +3046,99 @@ " 0.0,\n", " 0.0,\n", " 0.0,\n", - " 4.0,\n", + " 0.0,\n", + " 3.0,\n", " 7.0,\n", - " 12.0,\n", + " 9.0,\n", " 17.0,\n", - " 23.0,\n", - " 26.0\n", + " 17.0\n", " ]\n", " },\n", - " "isDiscrete": true,\n", - " "min": 0.0\n", + " "min": 0.0,\n", + " "isDiscrete": false\n", " },\n", - " "h": {\n", - " "count": "141",\n", - " "max": 21.0,\n", - " "mean": 6.50354609929078,\n", - " "stddev": 5.015154339563777,\n", + " "l": {\n", + " "count": "291",\n", + " "max": 27.0,\n", + " "mean": 8.140893470790378,\n", + " "stddev": 5.5669044724922125,\n", " "histogram": {\n", - " "end": 21.0000021,\n", + " "end": 27.0000027,\n", " "counts": [\n", - " "10",\n", - " "20",\n", - " "4",\n", - " "0",\n", - " "20",\n", + " "17",\n", + " "18",\n", + " "25",\n", + " "19",\n", + " "13",\n", + " "15",\n", " "11",\n", + " "18",\n", + " "18",\n", + " "19",\n", " "0",\n", - " "6",\n", - " "3",\n", - " "5",\n", - " "0",\n", - " "15",\n", + " "24",\n", + " "26",\n", + " "12",\n", + " "9",\n", " "9",\n", - " "0",\n", - " "6",\n", " "8",\n", - " "0",\n", - " "6",\n", - " "3",\n", - " "3",\n", + " "2",\n", + " "10",\n", + " "4",\n", " "0",\n", " "5",\n", - " "1",\n", + " "4",\n", + " "2",\n", + " "2",\n", " "0",\n", - " "3",\n", " "1",\n", " "0",\n", - " "1",\n", " "0",\n", - " "1"\n", + " "0"\n", " ],\n", - " "max": 21.0,\n", + " "max": 27.0,\n", " "bins": [\n", " 0.0,\n", - " 0.70000007,\n", - " 1.40000014,\n", - " 2.10000021,\n", - " 2.80000028,\n", - " 3.5000003499999996,\n", - " 4.20000042,\n", - " 4.90000049,\n", - " 5.60000056,\n", - " 6.3000006299999995,\n", - " 7.000000699999999,\n", - " 7.70000077,\n", - " 8.40000084,\n", - " 9.10000091,\n", - " 9.80000098,\n", - " 10.50000105,\n", - " 11.20000112,\n", - " 11.90000119,\n", - " 12.600001259999999,\n", - " 13.300001329999999,\n", - " 14.000001399999999,\n", - " 14.70000147,\n", - " 15.40000154,\n", - " 16.10000161,\n", - " 16.80000168,\n", - " 17.50000175,\n", - " 18.20000182,\n", - " 18.90000189,\n", - " 19.60000196,\n", - " 20.300002029999998,\n", - " 21.0000021\n", + " 0.90000009,\n", + " 1.80000018,\n", + " 2.7000002700000003,\n", + " 3.60000036,\n", + " 4.50000045,\n", + " 5.400000540000001,\n", + " 6.30000063,\n", + " 7.20000072,\n", + " 8.100000810000001,\n", + " 9.0000009,\n", + " 9.90000099,\n", + " 10.800001080000001,\n", + " 11.70000117,\n", + " 12.60000126,\n", + " 13.50000135,\n", + " 14.40000144,\n", + " 15.300001530000001,\n", + " 16.200001620000002,\n", + " 17.10000171,\n", + " 18.0000018,\n", + " 18.900001890000002,\n", + " 19.80000198,\n", + " 20.70000207,\n", + " 21.600002160000003,\n", + " 22.50000225,\n", + " 23.40000234,\n", + " 24.30000243,\n", + " 25.20000252,\n", + " 26.10000261,\n", + " 27.0000027\n", " ],\n", - " "n": "141",\n", + " "n": "291",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 21.0,\n", - " "upper": 21.0,\n", - " "lower": 21.0\n", + " "estimate": 25.0,\n", + " "upper": 25.0,\n", + " "lower": 25.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3883,98 +3157,86 @@ " 0.0,\n", " 0.0,\n", " 3.0,\n", - " 5.0,\n", - " 10.0,\n", - " 15.0,\n", - " 19.0,\n", - " 21.0\n", + " 8.0,\n", + " 11.0,\n", + " 18.0,\n", + " 22.0,\n", + " 27.0\n", " ]\n", " },\n", - " "min": 0.0,\n", - " "isDiscrete": false\n", + " "isDiscrete": true,\n", + " "min": 0.0\n", " },\n", - " "d": {\n", - " "count": "183",\n", - " "max": 29.0,\n", - " "mean": 8.33879781420765,\n", - " "stddev": 6.098547176802646,\n", + " "g": {\n", + " "count": "95",\n", + " "max": 21.0,\n", + " "mean": 7.863157894736842,\n", + " "stddev": 5.747544390203282,\n", " "histogram": {\n", - " "end": 29.0000029,\n", + " "end": 21.0000021,\n", " "counts": [\n", - " "20",\n", - " "10",\n", - " "8",\n", - " "8",\n", - " "8",\n", - " "10",\n", " "11",\n", - " "20",\n", - " "7",\n", - " "13",\n", + " "2",\n", + " "9",\n", + " "10",\n", + " "1",\n", + " "2",\n", " "6",\n", " "6",\n", + " "0",\n", " "6",\n", - " "9",\n", - " "9",\n", - " "7",\n", " "8",\n", - " "2",\n", - " "3",\n", - " "7",\n", - " "1",\n", - " "1",\n", + " "5",\n", " "1",\n", + " "6",\n", + " "3",\n", + " "5",\n", " "0",\n", + " "2",\n", + " "5",\n", + " "2",\n", " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "1",\n", + " "2",\n", + " "2",\n", " "1"\n", " ],\n", - " "max": 29.0,\n", + " "max": 21.0,\n", " "bins": [\n", " 0.0,\n", - " 0.9666667633333332,\n", - " 1.9333335266666665,\n", - " 2.9000002899999995,\n", - " 3.866667053333333,\n", - " 4.833333816666666,\n", - " 5.800000579999999,\n", - " 6.766667343333332,\n", - " 7.733334106666666,\n", - " 8.700000869999998,\n", - " 9.666667633333333,\n", - " 10.633334396666665,\n", - " 11.600001159999998,\n", - " 12.566667923333332,\n", - " 13.533334686666665,\n", - " 14.50000145,\n", - " 15.466668213333332,\n", - " 16.433334976666664,\n", - " 17.400001739999997,\n", - " 18.366668503333333,\n", - " 19.333335266666666,\n", - " 20.300002029999998,\n", - " 21.26666879333333,\n", - " 22.233335556666663,\n", - " 23.200002319999996,\n", - " 24.166669083333332,\n", - " 25.133335846666665,\n", - " 26.100002609999997,\n", - " 27.06666937333333,\n", - " 28.033336136666662,\n", - " 29.0000029\n", + " 0.8750000875,\n", + " 1.750000175,\n", + " 2.6250002625,\n", + " 3.50000035,\n", + " 4.3750004375,\n", + " 5.250000525,\n", + " 6.1250006125,\n", + " 7.0000007,\n", + " 7.8750007875,\n", + " 8.750000875,\n", + " 9.6250009625,\n", + " 10.50000105,\n", + " 11.3750011375,\n", + " 12.250001225,\n", + " 13.1250013125,\n", + " 14.0000014,\n", + " 14.8750014875,\n", + " 15.750001575,\n", + " 16.6250016625,\n", + " 17.50000175,\n", + " 18.3750018375,\n", + " 19.250001925,\n", + " 20.1250020125,\n", + " 21.0000021\n", " ],\n", - " "n": "183",\n", + " "n": "95",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 25.0,\n", - " "upper": 25.0,\n", - " "lower": 25.0\n", + " "estimate": 21.0,\n", + " "upper": 21.0,\n", + " "lower": 21.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -3993,98 +3255,54 @@ " 0.0,\n", " 0.0,\n", " 3.0,\n", - " 7.0,\n", - " 13.0,\n", + " 8.0,\n", + " 12.0,\n", " 19.0,\n", - " 28.0,\n", - " 29.0\n", + " 21.0,\n", + " 21.0\n", " ]\n", " },\n", - " "isDiscrete": true,\n", - " "min": 0.0\n", + " "min": 0.0,\n", + " "isDiscrete": false\n", " },\n", - " "m": {\n", - " "count": "141",\n", - " "max": 25.0,\n", - " "mean": 6.0,\n", - " "stddev": 5.651801229949363,\n", + " "k": {\n", + " "count": "30",\n", + " "max": 11.0,\n", + " "mean": 3.7333333333333334,\n", + " "stddev": 3.9122560149403287,\n", " "histogram": {\n", - " "end": 25.0000025,\n", + " "end": 11.0000011,\n", " "counts": [\n", - " "37",\n", - " "8",\n", - " "12",\n", - " "5",\n", - " "1",\n", - " "5",\n", + " "13",\n", " "0",\n", - " "6",\n", - " "8",\n", - " "15",\n", - " "12",\n", " "5",\n", - " "0",\n", - " "4",\n", " "3",\n", - " "3",\n", - " "8",\n", - " "1",\n", - " "0",\n", - " "2",\n", - " "1",\n", - " "2",\n", - " "0",\n", - " "1",\n", - " "0",\n", - " "0",\n", - " "0",\n", " "0",\n", + " "5",\n", " "1",\n", - " "1"\n", + " "3"\n", " ],\n", - " "max": 25.0,\n", + " "max": 11.0,\n", " "bins": [\n", " 0.0,\n", - " 0.8333334166666667,\n", - " 1.6666668333333334,\n", - " 2.5000002500000003,\n", - " 3.333333666666667,\n", - " 4.1666670833333335,\n", - " 5.0000005000000005,\n", - " 5.833333916666667,\n", - " 6.666667333333334,\n", - " 7.500000750000001,\n", - " 8.333334166666667,\n", - " 9.166667583333334,\n", - " 10.000001000000001,\n", - " 10.833334416666668,\n", - " 11.666667833333333,\n", - " 12.50000125,\n", - " 13.333334666666667,\n", - " 14.166668083333334,\n", - " 15.000001500000002,\n", - " 15.833334916666667,\n", - " 16.666668333333334,\n", - " 17.500001750000003,\n", - " 18.333335166666668,\n", - " 19.166668583333333,\n", - " 20.000002000000002,\n", - " 20.833335416666667,\n", - " 21.666668833333336,\n", - " 22.50000225,\n", - " 23.333335666666667,\n", - " 24.166669083333336,\n", - " 25.0000025\n", + " 1.3750001375,\n", + " 2.750000275,\n", + " 4.1250004125,\n", + " 5.50000055,\n", + " 6.8750006875,\n", + " 8.250000825,\n", + " 9.6250009625,\n", + " 11.0000011\n", " ],\n", - " "n": "141",\n", + " "n": "30",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 22.0,\n", - " "upper": 22.0,\n", - " "lower": 22.0\n", + " "estimate": 9.0,\n", + " "upper": 9.0,\n", + " "lower": 9.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -4103,59 +3321,44 @@ " 0.0,\n", " 0.0,\n", " 0.0,\n", - " 6.0,\n", - " 9.0,\n", - " 16.0,\n", - " 24.0,\n", - " 25.0\n", + " 3.0,\n", + " 8.0,\n", + " 11.0,\n", + " 11.0,\n", + " 11.0\n", " ]\n", " },\n", " "min": 0.0,\n", " "isDiscrete": false\n", " },\n", - " "j": {\n", - " "count": "50",\n", - " "max": 21.0,\n", - " "mean": 3.1,\n", - " "stddev": 4.643406560898574,\n", + " "q": {\n", + " "count": "18",\n", + " "min": 4.0,\n", + " "max": 20.0,\n", + " "mean": 10.055555555555555,\n", + " "stddev": 4.304200714517119,\n", " "histogram": {\n", - " "end": 21.0000021,\n", + " "start": 4.0,\n", + " "end": 20.000002,\n", " "counts": [\n", - " "30",\n", - " "4",\n", - " "1",\n", + " "6",\n", " "3",\n", - " "4",\n", - " "1",\n", - " "5",\n", - " "1",\n", - " "0",\n", - " "0",\n", - " "0",\n", - " "0",\n", + " "6",\n", + " "2",\n", " "1"\n", " ],\n", - " "max": 21.0,\n", + " "max": 20.0,\n", + " "min": 4.0,\n", " "bins": [\n", - " 0.0,\n", - " 1.615384776923077,\n", - " 3.230769553846154,\n", - " 4.846154330769231,\n", - " 6.461539107692308,\n", - " 8.076923884615384,\n", - " 9.692308661538462,\n", - " 11.307693438461538,\n", - " 12.923078215384615,\n", - " 14.538462992307693,\n", - " 16.15384776923077,\n", - " 17.769232546153845,\n", - " 19.384617323076924,\n", - " 21.0000021\n", + " 4.0,\n", + " 7.2000003999999995,\n", + " 10.400000799999999,\n", + " 13.600001199999998,\n", + " 16.800001599999998,\n", + " 20.000002\n", " ],\n", - " "n": "50",\n", - " "start": 0.0,\n", - " "width": 0.0,\n", - " "min": 0.0\n", + " "n": "18",\n", + " "width": 0.0\n", " },\n", " "uniqueCount": {\n", " "estimate": 10.0,\n", @@ -4175,53 +3378,51 @@ " 1.0\n", " ],\n", " "quantileValues": [\n", - " 0.0,\n", - " 0.0,\n", - " 0.0,\n", - " 0.0,\n", - " 0.0,\n", + " 4.0,\n", + " 4.0,\n", + " 4.0,\n", " 6.0,\n", - " 10.0,\n", - " 21.0,\n", - " 21.0\n", + " 11.0,\n", + " 13.0,\n", + " 20.0,\n", + " 20.0,\n", + " 20.0\n", " ]\n", " },\n", - " "min": 0.0,\n", " "isDiscrete": false\n", " },\n", - " "q": {\n", + " "w": {\n", " "count": "18",\n", - " "min": 3.0,\n", - " "max": 21.0,\n", - " "mean": 7.055555555555555,\n", - " "stddev": 5.285632270290096,\n", + " "max": 14.0,\n", + " "mean": 7.277777777777778,\n", + " "stddev": 4.0410475571907245,\n", " "histogram": {\n", - " "start": 3.0,\n", - " "end": 21.0000021,\n", + " "end": 14.0000014,\n", " "counts": [\n", - " "14",\n", - " "0",\n", - " "1",\n", + " "3",\n", " "2",\n", - " "1"\n", + " "4",\n", + " "7",\n", + " "2"\n", " ],\n", - " "max": 21.0,\n", - " "min": 3.0,\n", + " "max": 14.0,\n", " "bins": [\n", - " 3.0,\n", - " 6.60000042,\n", - " 10.20000084,\n", - " 13.800001259999998,\n", - " 17.40000168,\n", - " 21.0000021\n", + " 0.0,\n", + " 2.80000028,\n", + " 5.60000056,\n", + " 8.40000084,\n", + " 11.20000112,\n", + " 14.000001399999999\n", " ],\n", " "n": "18",\n", - " "width": 0.0\n", + " "start": 0.0,\n", + " "width": 0.0,\n", + " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 7.0,\n", - " "upper": 7.0,\n", - " "lower": 7.0\n", + " "estimate": 9.0,\n", + " "upper": 9.0,\n", + " "lower": 9.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -4236,102 +3437,44 @@ " 1.0\n", " ],\n", " "quantileValues": [\n", - " 3.0,\n", - " 3.0,\n", - " 3.0,\n", - " 3.0,\n", - " 6.0,\n", - " 6.0,\n", - " 21.0,\n", - " 21.0,\n", - " 21.0\n", + " 0.0,\n", + " 0.0,\n", + " 0.0,\n", + " 5.0,\n", + " 9.0,\n", + " 10.0,\n", + " 14.0,\n", + " 14.0,\n", + " 14.0\n", " ]\n", " },\n", + " "min": 0.0,\n", " "isDiscrete": false\n", " },\n", - " "u": {\n", - " "count": "183",\n", - " "min": 1.0,\n", - " "max": 25.0,\n", - " "mean": 8.743169398907105,\n", - " "stddev": 5.866148446129323,\n", + " ".": {\n", + " "count": "1",\n", + " "min": 3.0,\n", + " "max": 3.0,\n", + " "mean": 3.0,\n", " "histogram": {\n", - " "start": 1.0,\n", - " "end": 25.0000025,\n", + " "start": 3.0,\n", + " "end": 3.0000003,\n", " "counts": [\n", - " "20",\n", - " "16",\n", - " "10",\n", - " "9",\n", - " "6",\n", - " "0",\n", - " "3",\n", - " "13",\n", - " "17",\n", - " "11",\n", - " "0",\n", - " "16",\n", - " "12",\n", - " "7",\n", - " "9",\n", - " "0",\n", - " "4",\n", - " "6",\n", - " "3",\n", - " "5",\n", - " "0",\n", - " "3",\n", - " "2",\n", - " "2",\n", - " "2",\n", - " "0",\n", - " "2",\n", - " "3",\n", - " "1",\n", " "1"\n", " ],\n", - " "max": 25.0,\n", - " "min": 1.0,\n", + " "max": 3.0,\n", + " "min": 3.0,\n", " "bins": [\n", - " 1.0,\n", - " 1.8000000833333334,\n", - " 2.600000166666667,\n", - " 3.40000025,\n", - " 4.200000333333334,\n", - " 5.000000416666667,\n", - " 5.8000005,\n", - " 6.600000583333333,\n", - " 7.400000666666667,\n", - " 8.200000750000001,\n", - " 9.000000833333335,\n", - " 9.800000916666667,\n", - " 10.600001,\n", - " 11.400001083333335,\n", - " 12.200001166666667,\n", - " 13.00000125,\n", - " 13.800001333333334,\n", - " 14.600001416666668,\n", - " 15.400001500000002,\n", - " 16.200001583333332,\n", - " 17.00000166666667,\n", - " 17.80000175,\n", - " 18.600001833333334,\n", - " 19.400001916666668,\n", - " 20.200002,\n", - " 21.000002083333335,\n", - " 21.80000216666667,\n", - " 22.600002250000003,\n", - " 23.400002333333333,\n", - " 24.200002416666667,\n", - " 25.0000025\n", + " 3.0,\n", + " 3.0000003\n", " ],\n", - " "n": "183",\n", + " "n": "1",\n", " "width": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 25.0,\n", - " "upper": 25.0,\n", - " "lower": 25.0\n", + " "estimate": 1.0,\n", + " "upper": 1.0,\n", + " "lower": 1.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -4346,101 +3489,76 @@ " 1.0\n", " ],\n", " "quantileValues": [\n", - " 1.0,\n", - " 1.0,\n", - " 1.0,\n", " 3.0,\n", - " 8.0,\n", - " 12.0,\n", - " 20.0,\n", - " 24.0,\n", - " 25.0\n", + " 3.0,\n", + " 3.0,\n", + " 3.0,\n", + " 3.0,\n", + " 3.0,\n", + " 3.0,\n", + " 3.0,\n", + " 3.0\n", " ]\n", " },\n", - " "isDiscrete": true\n", + " "stddev": 0.0,\n", + " "isDiscrete": false\n", " },\n", - " "i": {\n", - " "count": "305",\n", - " "max": 27.0,\n", - " "mean": 7.409836065573771,\n", - " "stddev": 5.598334600752663,\n", + " "y": {\n", + " "count": "67",\n", + " "max": 24.0,\n", + " "mean": 8.402985074626866,\n", + " "stddev": 5.586942844549129,\n", " "histogram": {\n", - " "end": 27.0000027,\n", + " "end": 24.0000024,\n", " "counts": [\n", - " "2",\n", - " "21",\n", - " "22",\n", - " "51",\n", - " "38",\n", - " "23",\n", - " "17",\n", - " "6",\n", " "8",\n", - " "16",\n", - " "0",\n", - " "15",\n", - " "17",\n", - " "17",\n", - " "7",\n", - " "6",\n", - " "6",\n", - " "6",\n", " "5",\n", " "6",\n", - " "0",\n", - " "3",\n", " "4",\n", - " "2",\n", - " "2",\n", + " "10",\n", " "0",\n", " "4",\n", + " "11",\n", + " "5",\n", + " "7",\n", + " "0",\n", + " "1",\n", + " "3",\n", " "0",\n", + " "2",\n", " "0",\n", " "1"\n", " ],\n", - " "max": 27.0,\n", + " "max": 24.0,\n", " "bins": [\n", " 0.0,\n", - " 0.90000009,\n", - " 1.80000018,\n", - " 2.7000002700000003,\n", - " 3.60000036,\n", - " 4.50000045,\n", - " 5.400000540000001,\n", - " 6.30000063,\n", - " 7.20000072,\n", - " 8.100000810000001,\n", - " 9.0000009,\n", - " 9.90000099,\n", - " 10.800001080000001,\n", - " 11.70000117,\n", - " 12.60000126,\n", - " 13.50000135,\n", - " 14.40000144,\n", - " 15.300001530000001,\n", - " 16.200001620000002,\n", - " 17.10000171,\n", - " 18.0000018,\n", - " 18.900001890000002,\n", - " 19.80000198,\n", - " 20.70000207,\n", - " 21.600002160000003,\n", - " 22.50000225,\n", - " 23.40000234,\n", - " 24.30000243,\n", - " 25.20000252,\n", - " 26.10000261,\n", - " 27.0000027\n", + " 1.4117648470588235,\n", + " 2.823529694117647,\n", + " 4.23529454117647,\n", + " 5.647059388235294,\n", + " 7.058824235294118,\n", + " 8.47058908235294,\n", + " 9.882353929411765,\n", + " 11.294118776470588,\n", + " 12.705883623529411,\n", + " 14.117648470588236,\n", + " 15.529413317647059,\n", + " 16.94117816470588,\n", + " 18.352943011764705,\n", + " 19.76470785882353,\n", + " 21.176472705882354,\n", + " 22.588237552941177,\n", + " 24.0000024\n", " ],\n", - " "n": "305",\n", + " "n": "67",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 25.0,\n", - " "upper": 25.0,\n", - " "lower": 25.0\n", + " "estimate": 20.0,\n", + " "upper": 20.0,\n", + " "lower": 20.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -4456,101 +3574,101 @@ " ],\n", " "quantileValues": [\n", " 0.0,\n", + " 0.0,\n", " 1.0,\n", - " 1.0,\n", - " 3.0,\n", - " 5.0,\n", - " 11.0,\n", - " 19.0,\n", + " 4.0,\n", + " 9.0,\n", + " 12.0,\n", + " 18.0,\n", " 24.0,\n", - " 27.0\n", + " 24.0\n", " ]\n", " },\n", - " "isDiscrete": true,\n", - " "min": 0.0\n", + " "min": 0.0,\n", + " "isDiscrete": false\n", " },\n", - " "r": {\n", - " "count": "396",\n", - " "max": 28.0,\n", - " "mean": 8.530303030303031,\n", - " "stddev": 5.763401853124454,\n", + " "t": {\n", + " "count": "203",\n", + " "max": 25.0,\n", + " "mean": 8.251231527093596,\n", + " "stddev": 5.891001357212906,\n", " "histogram": {\n", - " "end": 28.0000028,\n", + " "end": 25.0000025,\n", " "counts": [\n", - " "11",\n", + " "10",\n", + " "5",\n", " "18",\n", - " "53",\n", - " "25",\n", - " "17",\n", - " "19",\n", - " "13",\n", " "20",\n", - " "19",\n", - " "26",\n", - " "27",\n", - " "28",\n", - " "34",\n", - " "15",\n", - " "21",\n", + " "12",\n", + " "25",\n", " "0",\n", - " "7",\n", + " "9",\n", " "8",\n", - " "6",\n", " "7",\n", - " "2",\n", - " "5",\n", + " "9",\n", + " "12",\n", " "0",\n", - " "6",\n", - " "3",\n", - " "4",\n", + " "7",\n", + " "9",\n", + " "17",\n", + " "10",\n", + " "1",\n", " "0",\n", + " "4",\n", + " "2",\n", + " "1",\n", + " "3",\n", + " "3",\n", " "0",\n", + " "7",\n", + " "1",\n", + " "2",\n", " "0",\n", - " "2"\n", + " "1"\n", " ],\n", - " "max": 28.0,\n", + " "max": 25.0,\n", " "bins": [\n", " 0.0,\n", - " 0.9333334266666667,\n", - " 1.8666668533333335,\n", - " 2.8000002800000003,\n", - " 3.733333706666667,\n", - " 4.666667133333334,\n", - " 5.600000560000001,\n", - " 6.533333986666667,\n", - " 7.466667413333334,\n", - " 8.40000084,\n", - " 9.333334266666668,\n", - " 10.266667693333334,\n", - " 11.200001120000001,\n", - " 12.133334546666667,\n", - " 13.066667973333335,\n", - " 14.0000014,\n", - " 14.933334826666668,\n", - " 15.866668253333335,\n", - " 16.80000168,\n", - " 17.73333510666667,\n", - " 18.666668533333336,\n", - " 19.60000196,\n", - " 20.533335386666668,\n", - " 21.466668813333335,\n", - " 22.400002240000003,\n", - " 23.33333566666667,\n", - " 24.266669093333334,\n", - " 25.20000252,\n", - " 26.13333594666667,\n", - " 27.066669373333337,\n", - " 28.0000028\n", + " 0.8333334166666667,\n", + " 1.6666668333333334,\n", + " 2.5000002500000003,\n", + " 3.333333666666667,\n", + " 4.1666670833333335,\n", + " 5.0000005000000005,\n", + " 5.833333916666667,\n", + " 6.666667333333334,\n", + " 7.500000750000001,\n", + " 8.333334166666667,\n", + " 9.166667583333334,\n", + " 10.000001000000001,\n", + " 10.833334416666668,\n", + " 11.666667833333333,\n", + " 12.50000125,\n", + " 13.333334666666667,\n", + " 14.166668083333334,\n", + " 15.000001500000002,\n", + " 15.833334916666667,\n", + " 16.666668333333334,\n", + " 17.500001750000003,\n", + " 18.333335166666668,\n", + " 19.166668583333333,\n", + " 20.000002000000002,\n", + " 20.833335416666667,\n", + " 21.666668833333336,\n", + " 22.50000225,\n", + " 23.333335666666667,\n", + " 24.166669083333336,\n", + " 25.0000025\n", " ],\n", - " "n": "396",\n", + " "n": "203",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 26.0,\n", - " "upper": 26.0,\n", - " "lower": 26.0\n", + " "estimate": 25.0,\n", + " "upper": 25.0,\n", + " "lower": 25.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -4569,50 +3687,98 @@ " 0.0,\n", " 1.0,\n", " 3.0,\n", - " 9.0,\n", - " 12.0,\n", - " 20.0,\n", - " 24.0,\n", - " 28.0\n", + " 7.0,\n", + " 13.0,\n", + " 21.0,\n", + " 23.0,\n", + " 25.0\n", " ]\n", " },\n", " "isDiscrete": true,\n", " "min": 0.0\n", " },\n", - " "w": {\n", - " "count": "23",\n", - " "max": 15.0,\n", - " "mean": 6.391304347826087,\n", - " "stddev": 3.951284376167308,\n", + " "e": {\n", + " "count": "549",\n", + " "max": 30.0,\n", + " "mean": 9.123861566484518,\n", + " "stddev": 5.484147262107393,\n", " "histogram": {\n", - " "end": 15.0000015,\n", + " "end": 30.000003,\n", " "counts": [\n", + " "36",\n", + " "15",\n", + " "24",\n", + " "50",\n", + " "36",\n", + " "40",\n", + " "45",\n", + " "37",\n", + " "29",\n", + " "39",\n", + " "37",\n", + " "27",\n", + " "19",\n", + " "22",\n", + " "20",\n", + " "16",\n", + " "7",\n", + " "13",\n", + " "8",\n", + " "10",\n", + " "7",\n", " "4",\n", - " "5",\n", + " "2",\n", " "4",\n", - " "7",\n", " "1",\n", - " "2"\n", + " "1",\n", + " "0",\n", + " "0",\n", + " "0",\n", + " "0"\n", " ],\n", - " "max": 15.0,\n", + " "max": 30.0,\n", " "bins": [\n", " 0.0,\n", - " 2.50000025,\n", - " 5.0000005,\n", - " 7.50000075,\n", - " 10.000001,\n", - " 12.500001249999999,\n", - " 15.0000015\n", + " 1.0000001,\n", + " 2.0000002,\n", + " 3.0000003,\n", + " 4.0000004,\n", + " 5.0000005000000005,\n", + " 6.0000006,\n", + " 7.0000007,\n", + " 8.0000008,\n", + " 9.0000009,\n", + " 10.000001000000001,\n", + " 11.0000011,\n", + " 12.0000012,\n", + " 13.000001300000001,\n", + " 14.0000014,\n", + " 15.000001500000002,\n", + " 16.0000016,\n", + " 17.000001700000002,\n", + " 18.0000018,\n", + " 19.0000019,\n", + " 20.000002000000002,\n", + " 21.0000021,\n", + " 22.0000022,\n", + " 23.000002300000002,\n", + " 24.0000024,\n", + " 25.0000025,\n", + " 26.000002600000002,\n", + " 27.000002700000003,\n", + " 28.0000028,\n", + " 29.000002900000002,\n", + " 30.000003000000003\n", " ],\n", - " "n": "23",\n", + " "n": "549",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 10.0,\n", - " "upper": 10.0,\n", - " "lower": 10.0\n", + " "estimate": 28.0,\n", + " "upper": 28.0,\n", + " "lower": 28.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -4628,101 +3794,101 @@ " ],\n", " "quantileValues": [\n", " 0.0,\n", - " 0.0,\n", - " 0.0,\n", + " 1.0,\n", + " 1.0,\n", " 5.0,\n", - " 7.0,\n", " 8.0,\n", - " 13.0,\n", - " 15.0,\n", - " 15.0\n", + " 12.0,\n", + " 20.0,\n", + " 24.0,\n", + " 30.0\n", " ]\n", " },\n", - " "min": 0.0,\n", - " "isDiscrete": false\n", + " "isDiscrete": true,\n", + " "min": 0.0\n", " },\n", - " "o": {\n", - " "count": "240",\n", - " "max": 25.0,\n", - " "mean": 8.095833333333333,\n", - " "stddev": 5.386639225698916,\n", + " "h": {\n", + " "count": "119",\n", + " "max": 20.0,\n", + " "mean": 6.411764705882353,\n", + " "stddev": 5.036160369388707,\n", " "histogram": {\n", - " "end": 25.0000025,\n", + " "end": 20.000002,\n", " "counts": [\n", - " "6",\n", - " "33",\n", - " "4",\n", + " "8",\n", + " "15",\n", + " "2",\n", + " "0",\n", " "19",\n", - " "10",\n", - " "7",\n", + " "11",\n", " "0",\n", - " "14",\n", - " "10",\n", - " "22",\n", - " "18",\n", - " "26",\n", + " "9",\n", + " "3",\n", + " "0",\n", + " "6",\n", + " "9",\n", " "0",\n", - " "23",\n", - " "8",\n", - " "7",\n", " "6",\n", " "8",\n", " "0",\n", " "6",\n", - " "2",\n", - " "1",\n", + " "3",\n", " "0",\n", + " "3",\n", + " "1",\n", " "0",\n", + " "1",\n", + " "3",\n", " "0",\n", " "1",\n", - " "4",\n", - " "4",\n", " "0",\n", - " "1"\n", + " "0",\n", + " "3",\n", + " "2"\n", " ],\n", - " "max": 25.0,\n", + " "max": 20.0,\n", " "bins": [\n", " 0.0,\n", - " 0.8333334166666667,\n", - " 1.6666668333333334,\n", - " 2.5000002500000003,\n", - " 3.333333666666667,\n", - " 4.1666670833333335,\n", - " 5.0000005000000005,\n", - " 5.833333916666667,\n", - " 6.666667333333334,\n", - " 7.500000750000001,\n", - " 8.333334166666667,\n", - " 9.166667583333334,\n", - " 10.000001000000001,\n", - " 10.833334416666668,\n", - " 11.666667833333333,\n", - " 12.50000125,\n", - " 13.333334666666667,\n", - " 14.166668083333334,\n", - " 15.000001500000002,\n", - " 15.833334916666667,\n", - " 16.666668333333334,\n", - " 17.500001750000003,\n", - " 18.333335166666668,\n", - " 19.166668583333333,\n", - " 20.000002000000002,\n", - " 20.833335416666667,\n", - " 21.666668833333336,\n", - " 22.50000225,\n", - " 23.333335666666667,\n", - " 24.166669083333336,\n", - " 25.0000025\n", + " 0.6666667333333333,\n", + " 1.3333334666666665,\n", + " 2.0000001999999997,\n", + " 2.666666933333333,\n", + " 3.3333336666666664,\n", + " 4.000000399999999,\n", + " 4.666667133333333,\n", + " 5.333333866666666,\n", + " 6.000000599999999,\n", + " 6.666667333333333,\n", + " 7.333334066666666,\n", + " 8.000000799999999,\n", + " 8.666667533333332,\n", + " 9.333334266666666,\n", + " 10.000001,\n", + " 10.666667733333332,\n", + " 11.333334466666665,\n", + " 12.000001199999998,\n", + " 12.666667933333333,\n", + " 13.333334666666666,\n", + " 14.000001399999999,\n", + " 14.666668133333332,\n", + " 15.333334866666664,\n", + " 16.000001599999997,\n", + " 16.66666833333333,\n", + " 17.333335066666663,\n", + " 18.0000018,\n", + " 18.666668533333333,\n", + " 19.333335266666666,\n", + " 20.000002\n", " ],\n", - " "n": "240",\n", + " "n": "119",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 23.0,\n", - " "upper": 23.0,\n", - " "lower": 23.0\n", + " "estimate": 20.0,\n", + " "upper": 20.0,\n", + " "lower": 20.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -4739,100 +3905,70 @@ " "quantileValues": [\n", " 0.0,\n", " 0.0,\n", - " 1.0,\n", + " 0.0,\n", " 3.0,\n", - " 8.0,\n", - " 11.0,\n", + " 5.0,\n", + " 10.0,\n", " 17.0,\n", - " 23.0,\n", - " 25.0\n", + " 20.0,\n", + " 20.0\n", " ]\n", " },\n", - " "isDiscrete": true,\n", - " "min": 0.0\n", + " "min": 0.0,\n", + " "isDiscrete": false\n", " },\n", - " "a": {\n", - " "count": "441",\n", - " "max": 29.0,\n", - " "mean": 6.913832199546485,\n", - " "stddev": 5.819779288142129,\n", + " "p": {\n", + " "count": "60",\n", + " "max": 20.0,\n", + " "mean": 7.2,\n", + " "stddev": 5.3259836363732145,\n", " "histogram": {\n", - " "end": 29.0000029,\n", + " "end": 20.000002,\n", " "counts": [\n", - " "42",\n", - " "76",\n", - " "20",\n", - " "18",\n", - " "33",\n", - " "22",\n", - " "14",\n", - " "20",\n", - " "28",\n", - " "21",\n", - " "29",\n", - " "25",\n", - " "24",\n", - " "15",\n", - " "13",\n", + " "11",\n", + " "3",\n", " "7",\n", - " "5",\n", - " "8",\n", - " "4",\n", + " "2",\n", " "3",\n", + " "8",\n", + " "7",\n", + " "6",\n", " "4",\n", - " "2",\n", - " "0",\n", - " "1",\n", " "1",\n", " "2",\n", - " "0",\n", - " "1",\n", " "2",\n", - " "1"\n", + " "2",\n", + " "0",\n", + " "2"\n", " ],\n", - " "max": 29.0,\n", + " "max": 20.0,\n", " "bins": [\n", " 0.0,\n", - " 0.9666667633333332,\n", - " 1.9333335266666665,\n", - " 2.9000002899999995,\n", - " 3.866667053333333,\n", - " 4.833333816666666,\n", - " 5.800000579999999,\n", - " 6.766667343333332,\n", - " 7.733334106666666,\n", - " 8.700000869999998,\n", - " 9.666667633333333,\n", - " 10.633334396666665,\n", - " 11.600001159999998,\n", - " 12.566667923333332,\n", - " 13.533334686666665,\n", - " 14.50000145,\n", - " 15.466668213333332,\n", - " 16.433334976666664,\n", - " 17.400001739999997,\n", - " 18.366668503333333,\n", - " 19.333335266666666,\n", - " 20.300002029999998,\n", - " 21.26666879333333,\n", - " 22.233335556666663,\n", - " 23.200002319999996,\n", - " 24.166669083333332,\n", - " 25.133335846666665,\n", - " 26.100002609999997,\n", - " 27.06666937333333,\n", - " 28.033336136666662,\n", - " 29.0000029\n", + " 1.3333334666666665,\n", + " 2.666666933333333,\n", + " 4.000000399999999,\n", + " 5.333333866666666,\n", + " 6.666667333333333,\n", + " 8.000000799999999,\n", + " 9.333334266666666,\n", + " 10.666667733333332,\n", + " 12.000001199999998,\n", + " 13.333334666666666,\n", + " 14.666668133333332,\n", + " 16.000001599999997,\n", + " 17.333335066666663,\n", + " 18.666668533333333,\n", + " 20.000002\n", " ],\n", - " "n": "441",\n", + " "n": "60",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 30.0,\n", - " "upper": 30.0,\n", - " "lower": 30.0\n", + " "estimate": 18.0,\n", + " "upper": 18.0,\n", + " "lower": 18.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -4850,75 +3986,65 @@ " 0.0,\n", " 0.0,\n", " 0.0,\n", - " 1.0,\n", - " 6.0,\n", - " 11.0,\n", + " 3.0,\n", + " 7.0,\n", + " 10.0,\n", " 17.0,\n", - " 25.0,\n", - " 29.0\n", + " 20.0,\n", + " 20.0\n", " ]\n", " },\n", - " "isDiscrete": true,\n", - " "min": 0.0\n", + " "min": 0.0,\n", + " "isDiscrete": false\n", " },\n", - " "p": {\n", - " "count": "71",\n", - " "max": 24.0,\n", - " "mean": 7.140845070422535,\n", - " "stddev": 5.54023149245044,\n", + " "j": {\n", + " "count": "49",\n", + " "max": 20.0,\n", + " "mean": 3.7755102040816326,\n", + " "stddev": 5.420890556151149,\n", " "histogram": {\n", - " "end": 24.0000024,\n", + " "end": 20.000002,\n", " "counts": [\n", - " "11",\n", - " "8",\n", - " "7",\n", + " "29",\n", + " "2",\n", " "0",\n", - " "3",\n", - " "19",\n", + " "2",\n", " "4",\n", " "5",\n", " "2",\n", " "1",\n", - " "3",\n", - " "3",\n", - " "2",\n", " "1",\n", " "0",\n", - " "1",\n", " "0",\n", + " "2",\n", " "1"\n", " ],\n", - " "max": 24.0,\n", + " "max": 20.0,\n", " "bins": [\n", " 0.0,\n", - " 1.3333334666666667,\n", - " 2.6666669333333335,\n", - " 4.0000004,\n", - " 5.333333866666667,\n", - " 6.666667333333334,\n", - " 8.0000008,\n", - " 9.333334266666668,\n", - " 10.666667733333334,\n", - " 12.0000012,\n", - " 13.333334666666667,\n", - " 14.666668133333335,\n", - " 16.0000016,\n", - " 17.333335066666667,\n", - " 18.666668533333336,\n", - " 20.000002000000002,\n", - " 21.333335466666668,\n", - " 22.666668933333334,\n", - " 24.0000024\n", + " 1.5384616923076921,\n", + " 3.0769233846153843,\n", + " 4.615385076923077,\n", + " 6.153846769230769,\n", + " 7.6923084615384605,\n", + " 9.230770153846153,\n", + " 10.769231846153845,\n", + " 12.307693538461537,\n", + " 13.846155230769229,\n", + " 15.384616923076921,\n", + " 16.923078615384615,\n", + " 18.461540307692307,\n", + " 20.000002\n", " ],\n", - " "n": "71",\n", + " "n": "49",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 18.0,\n", - " "upper": 18.0,\n", - " "lower": 18.0\n", + " "estimate": 11.0,\n", + " "upper": 11.0,\n", + " "lower": 11.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -4936,53 +4062,99 @@ " 0.0,\n", " 0.0,\n", " 0.0,\n", - " 2.0,\n", + " 0.0,\n", + " 0.0,\n", " 7.0,\n", - " 10.0,\n", " 17.0,\n", - " 24.0,\n", - " 24.0\n", + " 20.0,\n", + " 20.0\n", " ]\n", " },\n", " "min": 0.0,\n", " "isDiscrete": false\n", " },\n", - " "z": {\n", - " "count": "25",\n", - " "max": 23.0,\n", - " "mean": 11.16,\n", - " "stddev": 5.934924880176103,\n", + " "n": {\n", + " "count": "309",\n", + " "max": 25.0,\n", + " "mean": 8.533980582524272,\n", + " "stddev": 5.848990701001409,\n", " "histogram": {\n", - " "end": 23.0000023,\n", + " "end": 25.0000025,\n", " "counts": [\n", - " "5",\n", + " "8",\n", + " "14",\n", + " "24",\n", + " "21",\n", + " "32",\n", + " "31",\n", " "0",\n", - " "1",\n", + " "16",\n", " "13",\n", - " "2",\n", + " "9",\n", + " "10",\n", + " "13",\n", + " "0",\n", + " "18",\n", + " "16",\n", + " "24",\n", + " "10",\n", + " "12",\n", + " "0",\n", + " "11",\n", " "3",\n", - " "1"\n", + " "3",\n", + " "4",\n", + " "3",\n", + " "0",\n", + " "2",\n", + " "6",\n", + " "2",\n", + " "1",\n", + " "3"\n", " ],\n", - " "max": 23.0,\n", + " "max": 25.0,\n", " "bins": [\n", " 0.0,\n", - " 3.285714614285714,\n", - " 6.571429228571428,\n", - " 9.857143842857141,\n", - " 13.142858457142855,\n", - " 16.42857307142857,\n", - " 19.714287685714282,\n", - " 23.0000023\n", + " 0.8333334166666667,\n", + " 1.6666668333333334,\n", + " 2.5000002500000003,\n", + " 3.333333666666667,\n", + " 4.1666670833333335,\n", + " 5.0000005000000005,\n", + " 5.833333916666667,\n", + " 6.666667333333334,\n", + " 7.500000750000001,\n", + " 8.333334166666667,\n", + " 9.166667583333334,\n", + " 10.000001000000001,\n", + " 10.833334416666668,\n", + " 11.666667833333333,\n", + " 12.50000125,\n", + " 13.333334666666667,\n", + " 14.166668083333334,\n", + " 15.000001500000002,\n", + " 15.833334916666667,\n", + " 16.666668333333334,\n", + " 17.500001750000003,\n", + " 18.333335166666668,\n", + " 19.166668583333333,\n", + " 20.000002000000002,\n", + " 20.833335416666667,\n", + " 21.666668833333336,\n", + " 22.50000225,\n", + " 23.333335666666667,\n", + " 24.166669083333336,\n", + " 25.0000025\n", " ],\n", - " "n": "25",\n", + " "n": "309",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 12.0,\n", - " "upper": 12.0,\n", - " "lower": 12.0\n", + " "estimate": 26.0,\n", + " "upper": 26.0,\n", + " "lower": 26.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -4999,100 +4171,100 @@ " "quantileValues": [\n", " 0.0,\n", " 0.0,\n", - " 0.0,\n", - " 10.0,\n", - " 12.0,\n", + " 1.0,\n", + " 4.0,\n", + " 7.0,\n", " 13.0,\n", - " 19.0,\n", - " 23.0,\n", - " 23.0\n", + " 20.0,\n", + " 24.0,\n", + " 25.0\n", " ]\n", " },\n", - " "min": 0.0,\n", - " "isDiscrete": false\n", + " "isDiscrete": true,\n", + " "min": 0.0\n", " },\n", - " "NITL": {\n", - " "count": "1416",\n", - " "max": 25.0,\n", - " "mean": 3.9166666666666665,\n", - " "stddev": 3.8794709000165732,\n", + " "c": {\n", + " "count": "133",\n", + " "max": 22.0,\n", + " "mean": 6.368421052631579,\n", + " "stddev": 5.246172752459105,\n", " "histogram": {\n", - " "end": 25.0000025,\n", + " "end": 22.0000022,\n", " "counts": [\n", - " "203",\n", - " "199",\n", - " "205",\n", - " "214",\n", - " "182",\n", - " "71",\n", - " "0",\n", - " "84",\n", - " "56",\n", - " "50",\n", - " "44",\n", + " "25",\n", + " "1",\n", " "18",\n", " "0",\n", - " "16",\n", - " "10",\n", - " "14",\n", + " "4",\n", + " "5",\n", + " "7",\n", + " "0",\n", " "6",\n", - " "12",\n", + " "18",\n", + " "7",\n", " "0",\n", + " "13",\n", " "6",\n", " "2",\n", - " "10",\n", - " "4",\n", " "0",\n", + " "3",\n", + " "4",\n", " "0",\n", " "2",\n", + " "3",\n", + " "1",\n", " "0",\n", + " "1",\n", " "4",\n", + " "2",\n", + " "0",\n", + " "0",\n", " "0",\n", - " "4"\n", + " "1"\n", " ],\n", - " "max": 25.0,\n", + " "max": 22.0,\n", " "bins": [\n", " 0.0,\n", - " 0.8333334166666667,\n", - " 1.6666668333333334,\n", - " 2.5000002500000003,\n", - " 3.333333666666667,\n", - " 4.1666670833333335,\n", - " 5.0000005000000005,\n", - " 5.833333916666667,\n", - " 6.666667333333334,\n", - " 7.500000750000001,\n", - " 8.333334166666667,\n", - " 9.166667583333334,\n", - " 10.000001000000001,\n", - " 10.833334416666668,\n", - " 11.666667833333333,\n", - " 12.50000125,\n", - " 13.333334666666667,\n", - " 14.166668083333334,\n", - " 15.000001500000002,\n", - " 15.833334916666667,\n", - " 16.666668333333334,\n", - " 17.500001750000003,\n", + " 0.7333334066666667,\n", + " 1.4666668133333334,\n", + " 2.20000022,\n", + " 2.9333336266666667,\n", + " 3.6666670333333333,\n", + " 4.40000044,\n", + " 5.133333846666667,\n", + " 5.8666672533333335,\n", + " 6.60000066,\n", + " 7.333334066666667,\n", + " 8.066667473333334,\n", + " 8.80000088,\n", + " 9.533334286666667,\n", + " 10.266667693333334,\n", + " 11.0000011,\n", + " 11.733334506666667,\n", + " 12.466667913333334,\n", + " 13.20000132,\n", + " 13.933334726666667,\n", + " 14.666668133333333,\n", + " 15.40000154,\n", + " 16.13333494666667,\n", + " 16.866668353333335,\n", + " 17.60000176,\n", " 18.333335166666668,\n", - " 19.166668583333333,\n", - " 20.000002000000002,\n", - " 20.833335416666667,\n", - " 21.666668833333336,\n", - " 22.50000225,\n", - " 23.333335666666667,\n", - " 24.166669083333336,\n", - " 25.0000025\n", + " 19.066668573333335,\n", + " 19.80000198,\n", + " 20.533335386666668,\n", + " 21.266668793333334,\n", + " 22.0000022\n", " ],\n", - " "n": "1416",\n", + " "n": "133",\n", " "start": 0.0,\n", " "width": 0.0,\n", " "min": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 25.0,\n", - " "upper": 25.0,\n", - " "lower": 25.0\n", + " "estimate": 21.0,\n", + " "upper": 21.0,\n", + " "lower": 21.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -5110,27 +4282,685 @@ " 0.0,\n", " 0.0,\n", " 0.0,\n", - " 1.0,\n", - " 3.0,\n", - " 5.0,\n", - " 12.0,\n", + " 2.0,\n", + " 7.0,\n", + " 9.0,\n", " 18.0,\n", - " 25.0\n", + " 19.0,\n", + " 22.0\n", " ]\n", " },\n", - " "isDiscrete": true,\n", - " "min": 0.0\n", + " "min": 0.0,\n", + " "isDiscrete": false\n", " }\n", " }\n", - " }\n", + " }\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 484.4890618044652,\n", + " "upper": 490.8307581556479,\n", + " "lower": 478.30163089687073\n", + " }\n", + " },\n", + " "nulls": {\n", + " "counters": {\n", + " "count": "500",\n", + " "nullCount": "500"\n", + " },\n", + " "schema": {\n", + " "inferredType": {\n", + " "type": "NULL",\n", + " "ratio": 1.0\n", + " },\n", + " "typeCounts": {\n", + " "NULL": "500"\n", + " }\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 0.0,\n", + " "upper": 0.0,\n", + " "lower": 0.0\n", + " }\n", + " },\n", + " "3mixture_distribution": {\n", + " "counters": {\n", + " "count": "500"\n", + " },\n", + " "schema": {\n", + " "inferredType": {\n", + " "type": "FRACTIONAL",\n", + " "ratio": 1.0\n", + " },\n", + " "typeCounts": {\n", + " "FRACTIONAL": "500"\n", + " }\n", + " },\n", + " "numberSummary": {\n", + " "count": "500",\n", + " "min": -0.22412673400690727,\n", + " "max": 1.114671960649972,\n", + " "mean": 0.3435011723301205,\n", + " "stddev": 0.2977493194713015,\n", + " "histogram": {\n", + " "start": -0.22412674129009247,\n", + " "end": 1.114672057039094,\n", + " "counts": [\n", + " "2",\n", + " "1",\n", + " "4",\n", + " "9",\n", + " "24",\n", + " "36",\n", + " "39",\n", + " "50",\n", + " "53",\n", + " "19",\n", + " "22",\n", + " "11",\n", + " "19",\n", + " "8",\n", + " "12",\n", + " "22",\n", + " "21",\n", + " "16",\n", + " "20",\n", + " "20",\n", + " "14",\n", + " "25",\n", + " "14",\n", + " "15",\n", + " "5",\n", + " "7",\n", + " "7",\n", + " "0",\n", + " "0",\n", + " "5"\n", + " ],\n", + " "max": 1.1146719455718994,\n", + " "min": -0.22412674129009247,\n", + " "bins": [\n", + " -0.22412674129009247,\n", + " -0.17950011467911958,\n", + " -0.1348734880681467,\n", + " -0.09024686145717384,\n", + " -0.04562023484620095,\n", + " -0.0009936082352280662,\n", + " 0.04363301837574479,\n", + " 0.08825964498671768,\n", + " 0.13288627159769056,\n", + " 0.17751289820866345,\n", + " 0.22213952481963634,\n", + " 0.2667661514306092,\n", + " 0.31139277804158205,\n", + " 0.356019404652555,\n", + " 0.4006460312635278,\n", + " 0.44527265787450077,\n", + " 0.4898992844854736,\n", + " 0.5345259110964464,\n", + " 0.5791525377074194,\n", + " 0.6237791643183922,\n", + " 0.6684057909293651,\n", + " 0.713032417540338,\n", + " 0.7576590441513109,\n", + " 0.8022856707622839,\n", + " 0.8469122973732566,\n", + " 0.8915389239842295,\n", + " 0.9361655505952025,\n", + " 0.9807921772061752,\n", + " 1.0254188038171481,\n", + " 1.070045430428121,\n", + " 1.114672057039094\n", + " ],\n", + " "n": "500",\n", + " "width": 0.0\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 392.0,\n", + " "upper": 392.0,\n", + " "lower": 392.0\n", + " },\n", + " "quantiles": {\n", + " "quantiles": [\n", + " 0.0,\n", + " 0.01,\n", + " 0.05,\n", + " 0.25,\n", + " 0.5,\n", + " 0.75,\n", + " 0.95,\n", + " 0.99,\n", + " 1.0\n", + " ],\n", + " "quantileValues": [\n", + " -0.22412674129009247,\n", + " -0.10392321646213531,\n", + " -0.03044695034623146,\n", + " 0.10102330893278122,\n", + " 0.2549934387207031,\n", + " 0.5919684171676636,\n", + " 0.8376786708831787,\n", + " 1.0891504287719727,\n", + " 1.1146719455718994\n", + " ]\n", + " },\n", + " "isDiscrete": false\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 392.4525354216179,\n", + " "upper": 397.58952407235466,\n", + " "lower": 387.4405070006098\n", + " }\n", + " },\n", + " "mixture_distribution": {\n", + " "counters": {\n", + " "count": "500"\n", + " },\n", + " "schema": {\n", + " "inferredType": {\n", + " "type": "FRACTIONAL",\n", + " "ratio": 1.0\n", + " },\n", + " "typeCounts": {\n", + " "FRACTIONAL": "500"\n", + " }\n", + " },\n", + " "numberSummary": {\n", + " "count": "500",\n", + " "min": -0.10251425866576072,\n", + " "max": 1.1264764129674782,\n", + " "mean": 0.3623900059826091,\n", + " "stddev": 0.2977045322459776,\n", + " "histogram": {\n", + " "start": -0.10251425951719284,\n", + " "end": 1.1264765196987272,\n", + " "counts": [\n", + " "9",\n", + " "20",\n", + " "31",\n", + " "39",\n", + " "31",\n", + " "31",\n", + " "32",\n", + " "26",\n", + " "15",\n", + " "12",\n", + " "15",\n", + " "7",\n", + " "21",\n", + " "13",\n", + " "29",\n", + " "18",\n", + " "24",\n", + " "16",\n", + " "25",\n", + " "15",\n", + " "21",\n", + " "11",\n", + " "11",\n", + " "1",\n", + " "10",\n", + " "10",\n", + " "1",\n", + " "1",\n", + " "2",\n", + " "3"\n", + " ],\n", + " "max": 1.1264764070510864,\n", + " "min": -0.10251425951719284,\n", + " "bins": [\n", + " -0.10251425951719284,\n", + " -0.0615479002099955,\n", + " -0.020581540902798165,\n", + " 0.02038481840439918,\n", + " 0.06135117771159651,\n", + " 0.10231753701879384,\n", + " 0.1432838963259912,\n", + " 0.18425025563318853,\n", + " 0.22521661494038586,\n", + " 0.2661829742475832,\n", + " 0.3071493335547805,\n", + " 0.34811569286197785,\n", + " 0.38908205216917524,\n", + " 0.4300484114763725,\n", + " 0.4710147707835699,\n", + " 0.5119811300907672,\n", + " 0.5529474893979646,\n", + " 0.593913848705162,\n", + " 0.6348802080123592,\n", + " 0.6758465673195566,\n", + " 0.7168129266267539,\n", + " 0.7577792859339513,\n", + " 0.7987456452411485,\n", + " 0.8397120045483459,\n", + " 0.8806783638555433,\n", + " 0.9216447231627407,\n", + " 0.9626110824699379,\n", + " 1.0035774417771353,\n", + " 1.0445438010843326,\n", + " 1.08551016039153,\n", + " 1.1264765196987272\n", + " ],\n", + " "n": "500",\n", + " "width": 0.0\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 378.0,\n", + " "upper": 378.0,\n", + " "lower": 378.0\n", + " },\n", + " "quantiles": {\n", + " "quantiles": [\n", + " 0.0,\n", + " 0.01,\n", + " 0.05,\n", + " 0.25,\n", + " 0.5,\n", + " 0.75,\n", + " 0.95,\n", + " 0.99,\n", + " 1.0\n", + " ],\n", + " "quantileValues": [\n", + " -0.10251425951719284,\n", + " -0.09132802486419678,\n", + " -0.026088396087288857,\n", + " 0.0979098379611969,\n", + " 0.3183077275753021,\n", + " 0.605218231678009,\n", + " 0.8818694949150085,\n", + " 1.0541385412216187,\n", + " 1.1264764070510864\n", + " ]\n", + " },\n", + " "isDiscrete": false\n", + " },\n", + " "frequentItems": {\n", + " "items": [\n", + " {\n", + " "estimate": "21",\n", + " "jsonValue": "0.810728359321568"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.3060747924881987"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.09373209027268281"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.7416712894598707"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.10352635519717286"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.0035076539419895553"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.6300603522923754"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.58078802005507"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.013871579867173633"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.7520829312288595"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.4048253494045334"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.07474318486068397"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.31849766105643573"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.34632421124852864"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.051576592713374864"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.43003112610704164"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.012438174661524276"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.0840061470036573"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.39967599802101683"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.773921184021132"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.0838714288333991"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.10125924007817949"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.17472936051232618"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0.5748426159800704"\n", + " }\n", + " ]\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 378.0003539178598,\n", + " "upper": 378.0192271922643,\n", + " "lower": 378.0\n", + " }\n", + " },\n", + " "moah_data": {\n", + " "counters": {\n", + " "count": "3"\n", + " },\n", + " "schema": {\n", + " "inferredType": {\n", + " "type": "INTEGRAL",\n", + " "ratio": 1.0\n", + " },\n", + " "typeCounts": {\n", + " "INTEGRAL": "3"\n", + " }\n", + " },\n", + " "numberSummary": {\n", + " "count": "3",\n", + " "min": 1.0,\n", + " "max": 5.0,\n", + " "mean": 2.3333333333333335,\n", + " "stddev": 2.3094010767585034,\n", + " "histogram": {\n", + " "start": 1.0,\n", + " "end": 5.0000005,\n", + " "counts": [\n", + " "3"\n", + " ],\n", + " "max": 5.0,\n", + " "min": 1.0,\n", + " "bins": [\n", + " 1.0,\n", + " 5.0000005\n", + " ],\n", + " "n": "3",\n", + " "width": 0.0\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 2.0,\n", + " "upper": 2.0,\n", + " "lower": 2.0\n", + " },\n", + " "quantiles": {\n", + " "quantiles": [\n", + " 0.0,\n", + " 0.01,\n", + " 0.05,\n", + " 0.25,\n", + " 0.5,\n", + " 0.75,\n", + " 0.95,\n", + " 0.99,\n", + " 1.0\n", + " ],\n", + " "quantileValues": [\n", + " 1.0,\n", + " 1.0,\n", + " 1.0,\n", + " 1.0,\n", + " 1.0,\n", + " 5.0,\n", + " 5.0,\n", + " 5.0,\n", + " 5.0\n", + " ]\n", + " },\n", + " "isDiscrete": false\n", + " },\n", + " "frequentItems": {\n", + " "items": [\n", + " {\n", + " "estimate": "2",\n", + " "jsonValue": "1"\n", + " },\n", + " {\n", + " "estimate": "1",\n", + " "jsonValue": "5"\n", + " }\n", + " ]\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 2.000000004967054,\n", + " "upper": 2.000099863468538,\n", + " "lower": 2.0\n", + " }\n", + " },\n", + " "uniform_integers": {\n", + " "counters": {\n", + " "count": "500"\n", + " },\n", + " "schema": {\n", + " "inferredType": {\n", + " "type": "INTEGRAL",\n", + " "ratio": 1.0\n", + " },\n", + " "typeCounts": {\n", + " "INTEGRAL": "500"\n", + " }\n", + " },\n", + " "numberSummary": {\n", + " "count": "500",\n", + " "max": 49.0,\n", + " "mean": 24.232,\n", + " "stddev": 14.149721029420352,\n", + " "histogram": {\n", + " "end": 49.0000049,\n", + " "counts": [\n", + " "22",\n", + " "19",\n", + " "8",\n", + " "19",\n", + " "21",\n", + " "12",\n", + " "21",\n", + " "18",\n", + " "13",\n", + " "15",\n", + " "9",\n", + " "20",\n", + " "26",\n", + " "8",\n", + " "15",\n", + " "16",\n", + " "14",\n", + " "27",\n", + " "21",\n", + " "11",\n", + " "17",\n", + " "17",\n", + " "19",\n", + " "13",\n", + " "16",\n", + " "19",\n", + " "27",\n", + " "9",\n", + " "18",\n", + " "10"\n", + " ],\n", + " "max": 49.0,\n", + " "bins": [\n", + " 0.0,\n", + " 1.6333334966666666,\n", + " 3.266666993333333,\n", + " 4.90000049,\n", + " 6.533333986666666,\n", + " 8.166667483333333,\n", + " 9.80000098,\n", + " 11.433334476666666,\n", + " 13.066667973333333,\n", + " 14.70000147,\n", + " 16.333334966666666,\n", + " 17.96666846333333,\n", + " 19.60000196,\n", + " 21.233335456666666,\n", + " 22.86666895333333,\n", + " 24.50000245,\n", + " 26.133335946666666,\n", + " 27.76666944333333,\n", + " 29.40000294,\n", + " 31.033336436666666,\n", + " 32.66666993333333,\n", + " 34.30000343,\n", + " 35.93333692666666,\n", + " 37.566670423333335,\n", + " 39.20000392,\n", + " 40.833337416666666,\n", + " 42.46667091333333,\n", + " 44.10000441,\n", + " 45.73333790666666,\n", + " 47.366671403333335,\n", + " 49.0000049\n", + " ],\n", + " "n": "500",\n", + " "start": 0.0,\n", + " "width": 0.0,\n", + " "min": 0.0\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 50.0,\n", + " "upper": 50.0,\n", + " "lower": 50.0\n", + " },\n", + " "quantiles": {\n", + " "quantiles": [\n", + " 0.0,\n", + " 0.01,\n", + " 0.05,\n", + " 0.25,\n", + " 0.5,\n", + " 0.75,\n", + " 0.95,\n", + " 0.99,\n", + " 1.0\n", + " ],\n", + " "quantileValues": [\n", + " 0.0,\n", + " 0.0,\n", + " 2.0,\n", + " 12.0,\n", + " 25.0,\n", + " 36.0,\n", + " 46.0,\n", + " 48.0,\n", + " 49.0\n", + " ]\n", + " },\n", + " "min": 0.0,\n", + " "isDiscrete": false\n", + " },\n", + " "frequentItems": {\n", + " "items": [\n", + " {\n", + " "estimate": "23",\n", + " "jsonValue": "44"\n", + " },\n", + " {\n", + " "estimate": "22",\n", + " "jsonValue": "7"\n", + " },\n", + " {\n", + " "estimate": "21",\n", + " "jsonValue": "40"\n", + " },\n", + " {\n", + " "estimate": "21",\n", + " "jsonValue": "14"\n", + " },\n", + " {\n", + " "estimate": "21",\n", + " "jsonValue": "6"\n", + " },\n", + " {\n", + " "estimate": "21",\n", + " "jsonValue": "27"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "33"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "4"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "20"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "35"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "47"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "28"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "0"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "23"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "34"\n", + " },\n", + " {\n", + " "estimate": "20",\n", + " "jsonValue": "21"\n", + " }\n", + " ]\n", " },\n", " "uniqueCount": {\n", - " "estimate": 489.11696836641255,\n", - " "upper": 495.51924147870557,\n", - " "lower": 482.8704342625721\n", + " "estimate": 50.00000608464168,\n", + " "upper": 50.00250254747639,\n", + " "lower": 50.0\n", " }\n", " },\n", - " "mixture_distribution": {\n", + " "1mixture_distribution": {\n", " "counters": {\n", " "count": "500"\n", " },\n", @@ -5145,87 +4975,345 @@ " },\n", " "numberSummary": {\n", " "count": "500",\n", - " "min": -0.1678581007397846,\n", - " "max": 1.2030761395228802,\n", - " "mean": 0.3495746298632956,\n", - " "stddev": 0.3015708125758811,\n", + " "min": -0.22412673400690727,\n", + " "max": 1.1053864851747244,\n", + " "mean": 0.36538090802710876,\n", + " "stddev": 0.3011469652049299,\n", " "histogram": {\n", - " "start": -0.1678580939769745,\n", - " "end": 1.2030762444988965,\n", + " "start": -0.22412674129009247,\n", + " "end": 1.1053866061288595,\n", " "counts": [\n", " "3",\n", + " "1",\n", + " "3",\n", + " "7",\n", + " "23",\n", + " "34",\n", + " "37",\n", + " "50",\n", + " "25",\n", + " "34",\n", + " "25",\n", " "10",\n", " "12",\n", - " "29",\n", - " "34",\n", - " "39",\n", - " "39",\n", - " "44",\n", - " "24",\n", - " "15",\n", - " "29",\n", - " "14",\n", - " "18",\n", + " "9",\n", " "18",\n", - " "11",\n", - " "28",\n", + " "13",\n", + " "27",\n", + " "17",\n", + " "29",\n", " "26",\n", " "21",\n", + " "21",\n", " "8",\n", - " "19",\n", + " "11",\n", + " "6",\n", + " "13",\n", + " "10",\n", + " "2",\n", + " "2",\n", + " "3"\n", + " ],\n", + " "max": 1.10538649559021,\n", + " "min": -0.22412674129009247,\n", + " "bins": [\n", + " -0.22412674129009247,\n", + " -0.17980962970946074,\n", + " -0.135492518128829,\n", + " -0.09117540654819725,\n", + " -0.04685829496756552,\n", + " -0.002541183386933793,\n", + " 0.041775928193697964,\n", + " 0.0860930397743297,\n", + " 0.13041015135496142,\n", + " 0.17472726293559315,\n", + " 0.21904437451622488,\n", + " 0.2633614860968566,\n", + " 0.3076785976774884,\n", + " 0.35199570925812007,\n", + " 0.39631282083875186,\n", + " 0.44062993241938353,\n", + " 0.4849470440000153,\n", + " 0.5292641555806471,\n", + " 0.5735812671612788,\n", + " 0.6178983787419106,\n", + " 0.6622154903225422,\n", + " 0.706532601903174,\n", + " 0.7508497134838057,\n", + " 0.7951668250644375,\n", + " 0.8394839366450693,\n", + " 0.883801048225701,\n", + " 0.9281181598063326,\n", + " 0.9724352713869644,\n", + " 1.0167523829675962,\n", + " 1.061069494548228,\n", + " 1.1053866061288595\n", + " ],\n", + " "n": "500",\n", + " "width": 0.0\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 397.0,\n", + " "upper": 397.0,\n", + " "lower": 397.0\n", + " },\n", + " "quantiles": {\n", + " "quantiles": [\n", + " 0.0,\n", + " 0.01,\n", + " 0.05,\n", + " 0.25,\n", + " 0.5,\n", + " 0.75,\n", + " 0.95,\n", + " 0.99,\n", + " 1.0\n", + " ],\n", + " "quantileValues": [\n", + " -0.22412674129009247,\n", + " -0.09596700966358185,\n", + " -0.023086432367563248,\n", + " 0.09809838235378265,\n", + " 0.2886185944080353,\n", + " 0.6092873215675354,\n", + " 0.8906769156455994,\n", + " 1.0326509475708008,\n", + " 1.10538649559021\n", + " ]\n", + " },\n", + " "isDiscrete": false\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 397.8019689565045,\n", + " "upper": 403.00897876107854,\n", + " "lower": 392.7216226868568\n", + " }\n", + " },\n", + " "4mixture_distribution": {\n", + " "counters": {\n", + " "count": "500"\n", + " },\n", + " "schema": {\n", + " "inferredType": {\n", + " "type": "FRACTIONAL",\n", + " "ratio": 1.0\n", + " },\n", + " "typeCounts": {\n", + " "FRACTIONAL": "500"\n", + " }\n", + " },\n", + " "numberSummary": {\n", + " "count": "500",\n", + " "min": -0.22412673400690727,\n", + " "max": 1.114671960649972,\n", + " "mean": 0.37038728304757695,\n", + " "stddev": 0.30773905210979274,\n", + " "histogram": {\n", + " "start": -0.22412674129009247,\n", + " "end": 1.114672057039094,\n", + " "counts": [\n", + " "2",\n", + " "1",\n", + " "5",\n", + " "9",\n", + " "26",\n", + " "38",\n", + " "35",\n", + " "45",\n", + " "36",\n", + " "23",\n", + " "18",\n", " "10",\n", + " "14",\n", " "7",\n", + " "8",\n", + " "18",\n", + " "24",\n", + " "20",\n", + " "32",\n", + " "27",\n", + " "19",\n", + " "20",\n", + " "10",\n", + " "22",\n", " "10",\n", + " "9",\n", + " "7",\n", + " "3",\n", + " "1",\n", + " "1"\n", + " ],\n", + " "max": 1.1146719455718994,\n", + " "min": -0.22412674129009247,\n", + " "bins": [\n", + " -0.22412674129009247,\n", + " -0.17950011467911958,\n", + " -0.1348734880681467,\n", + " -0.09024686145717384,\n", + " -0.04562023484620095,\n", + " -0.0009936082352280662,\n", + " 0.04363301837574479,\n", + " 0.08825964498671768,\n", + " 0.13288627159769056,\n", + " 0.17751289820866345,\n", + " 0.22213952481963634,\n", + " 0.2667661514306092,\n", + " 0.31139277804158205,\n", + " 0.356019404652555,\n", + " 0.4006460312635278,\n", + " 0.44527265787450077,\n", + " 0.4898992844854736,\n", + " 0.5345259110964464,\n", + " 0.5791525377074194,\n", + " 0.6237791643183922,\n", + " 0.6684057909293651,\n", + " 0.713032417540338,\n", + " 0.7576590441513109,\n", + " 0.8022856707622839,\n", + " 0.8469122973732566,\n", + " 0.8915389239842295,\n", + " 0.9361655505952025,\n", + " 0.9807921772061752,\n", + " 1.0254188038171481,\n", + " 1.070045430428121,\n", + " 1.114672057039094\n", + " ],\n", + " "n": "500",\n", + " "width": 0.0\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 391.0,\n", + " "upper": 391.0,\n", + " "lower": 391.0\n", + " },\n", + " "quantiles": {\n", + " "quantiles": [\n", + " 0.0,\n", + " 0.01,\n", + " 0.05,\n", + " 0.25,\n", + " 0.5,\n", + " 0.75,\n", + " 0.95,\n", + " 0.99,\n", + " 1.0\n", + " ],\n", + " "quantileValues": [\n", + " -0.22412674129009247,\n", + " -0.10392321646213531,\n", + " -0.03281860426068306,\n", + " 0.093732088804245,\n", + " 0.31439441442489624,\n", + " 0.6341730952262878,\n", + " 0.8818694949150085,\n", + " 1.015080213546753,\n", + " 1.1146719455718994\n", + " ]\n", + " },\n", + " "isDiscrete": false\n", + " },\n", + " "uniqueCount": {\n", + " "estimate": 390.3283384939663,\n", + " "upper": 395.43752257083906,\n", + " "lower": 385.3434382844291\n", + " }\n", + " },\n", + " "2mixture_distribution": {\n", + " "counters": {\n", + " "count": "500"\n", + " },\n", + " "schema": {\n", + " "inferredType": {\n", + " "type": "FRACTIONAL",\n", + " "ratio": 1.0\n", + " },\n", + " "typeCounts": {\n", + " "FRACTIONAL": "500"\n", + " }\n", + " },\n", + " "numberSummary": {\n", + " "count": "500",\n", + " "min": -0.10674421000398768,\n", + " "max": 1.1053864851747244,\n", + " "mean": 0.3683211716807866,\n", + " "stddev": 0.30172529426586026,\n", + " "histogram": {\n", + " "start": -0.1067442074418068,\n", + " "end": 1.1053866061288595,\n", + " "counts": [\n", + " "5",\n", + " "16",\n", + " "35",\n", + " "31",\n", + " "26",\n", + " "51",\n", + " "43",\n", + " "21",\n", + " "9",\n", + " "5",\n", + " "9",\n", + " "5",\n", + " "14",\n", " "12",\n", - " "4",\n", - " "6",\n", - " "4",\n", + " "26",\n", + " "21",\n", + " "19",\n", + " "26",\n", + " "34",\n", + " "19",\n", + " "12",\n", + " "16",\n", + " "10",\n", + " "5",\n", + " "8",\n", + " "8",\n", + " "9",\n", " "0",\n", - " "2",\n", + " "1",\n", " "4"\n", " ],\n", - " "max": 1.2030761241912842,\n", - " "min": -0.1678580939769745,\n", + " "max": 1.10538649559021,\n", + " "min": -0.1067442074418068,\n", " "bins": [\n", - " -0.1678580939769745,\n", - " -0.12216028269444545,\n", - " -0.07646247141191642,\n", - " -0.03076466012938739,\n", - " 0.014933151153141644,\n", - " 0.06063096243567068,\n", - " 0.10632877371819971,\n", - " 0.15202658500072874,\n", - " 0.19772439628325778,\n", - " 0.2434222075657868,\n", - " 0.28912001884831584,\n", - " 0.3348178301308449,\n", - " 0.3805156414133739,\n", - " 0.42621345269590294,\n", - " 0.47191126397843197,\n", - " 0.517609075260961,\n", - " 0.56330688654349,\n", - " 0.6090046978260191,\n", - " 0.6547025091085481,\n", - " 0.7004003203910771,\n", - " 0.7460981316736062,\n", - " 0.7917959429561352,\n", - " 0.8374937542386642,\n", - " 0.8831915655211933,\n", - " 0.9288893768037223,\n", - " 0.9745871880862513,\n", - " 1.0202849993687804,\n", - " 1.0659828106513094,\n", - " 1.1116806219338384,\n", - " 1.1573784332163675,\n", - " 1.2030762444988965\n", + " -0.1067442074418068,\n", + " -0.06633984698945125,\n", + " -0.02593548653709571,\n", + " 0.014468873915259833,\n", + " 0.054873234367615376,\n", + " 0.09527759481997092,\n", + " 0.13568195527232646,\n", + " 0.17608631572468203,\n", + " 0.21649067617703754,\n", + " 0.25689503662939306,\n", + " 0.29729939708174863,\n", + " 0.3377037575341042,\n", + " 0.3781081179864597,\n", + " 0.4185124784388152,\n", + " 0.45891683889117085,\n", + " 0.49932119934352637,\n", + " 0.5397255597958819,\n", + " 0.5801299202482374,\n", + " 0.6205342807005929,\n", + " 0.6609386411529485,\n", + " 0.701343001605304,\n", + " 0.7417473620576596,\n", + " 0.7821517225100152,\n", + " 0.8225560829623707,\n", + " 0.8629604434147262,\n", + " 0.9033648038670818,\n", + " 0.9437691643194372,\n", + " 0.9841735247717929,\n", + " 1.0245778852241485,\n", + " 1.064982245676504,\n", + " 1.1053866061288595\n", " ],\n", " "n": "500",\n", " "width": 0.0\n", " },\n", " "uniqueCount": {\n", - " "estimate": 395.0,\n", - " "upper": 395.0,\n", - " "lower": 395.0\n", + " "estimate": 388.0,\n", + " "upper": 388.0,\n", + " "lower": 388.0\n", " },\n", " "quantiles": {\n", " "quantiles": [\n", @@ -5240,23 +5328,23 @@ " 1.0\n", " ],\n", " "quantileValues": [\n", - " -0.1678580939769745,\n", - " -0.10851538181304932,\n", - " -0.030673090368509293,\n", - " 0.10142821073532104,\n", - " 0.29170140624046326,\n", - " 0.5776665210723877,\n", - " 0.9004654288291931,\n", - " 1.135074496269226,\n", - " 1.2030761241912842\n", + " -0.1067442074418068,\n", + " -0.061271585524082184,\n", + " -0.02141886204481125,\n", + " 0.10602302104234695,\n", + " 0.3303629159927368,\n", + " 0.6244019865989685,\n", + " 0.8883137106895447,\n", + " 1.0597796440124512,\n", + " 1.10538649559021\n", " ]\n", " },\n", " "isDiscrete": false\n", " },\n", " "uniqueCount": {\n", - " "estimate": 395.6590322794867,\n", - " "upper": 400.83799221714565,\n", - " "lower": 390.6060535474652\n", + " "estimate": 388.1956270751823,\n", + " "upper": 393.2768951281674,\n", + " "lower": 383.237963816053\n", " }\n", " }\n", " }\n", @@ -5839,7 +5927,7 @@ " return svgEl._groups[0][0].outerHTML;\n", " }\n", "\n", - " const profileFromCSVfile = {"uniform_integers": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "INTEGRAL", "ratio": 1.0}, "typeCounts": {"INTEGRAL": "500"}}, "numberSummary": {"count": "500", "max": 49.0, "mean": 24.816, "stddev": 14.895297370899826, "histogram": {"end": 49.0000049, "counts": ["20", "26", "13", "17", "18", "12", "16", "15", "11", "13", "15", "21", "20", "8", "17", "16", "10", "26", "22", "11", "14", "15", "22", "18", "5", "23", "11", "10", "24", "31"], "max": 49.0, "bins": [0.0, 1.6333334966666666, 3.266666993333333, 4.90000049, 6.533333986666666, 8.166667483333333, 9.80000098, 11.433334476666666, 13.066667973333333, 14.70000147, 16.333334966666666, 17.96666846333333, 19.60000196, 21.233335456666666, 22.86666895333333, 24.50000245, 26.133335946666666, 27.76666944333333, 29.40000294, 31.033336436666666, 32.66666993333333, 34.30000343, 35.93333692666666, 37.566670423333335, 39.20000392, 40.833337416666666, 42.46667091333333, 44.10000441, 45.73333790666666, 47.366671403333335, 49.0000049], "n": "500", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 50.0, "upper": 50.0, "lower": 50.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 12.0, 26.0, 37.0, 48.0, 49.0, 49.0]}, "min": 0.0, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "22", "jsonValue": "6"}, {"estimate": "22", "jsonValue": "0"}, {"estimate": "22", "jsonValue": "17"}, {"estimate": "22", "jsonValue": "9"}, {"estimate": "21", "jsonValue": "26"}, {"estimate": "21", "jsonValue": "18"}, {"estimate": "21", "jsonValue": "31"}, {"estimate": "21", "jsonValue": "45"}, {"estimate": "21", "jsonValue": "35"}, {"estimate": "21", "jsonValue": "2"}, {"estimate": "21", "jsonValue": "39"}, {"estimate": "21", "jsonValue": "28"}, {"estimate": "21", "jsonValue": "12"}, {"estimate": "21", "jsonValue": "32"}, {"estimate": "21", "jsonValue": "11"}, {"estimate": "21", "jsonValue": "46"}, {"estimate": "21", "jsonValue": "34"}, {"estimate": "21", "jsonValue": "27"}]}, "uniqueCount": {"estimate": 50.00000608464168, "upper": 50.00250254747639, "lower": 50.0}}}\n", + " const profileFromCSVfile = {"uniform_integers": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "INTEGRAL", "ratio": 1.0}, "typeCounts": {"INTEGRAL": "500"}}, "numberSummary": {"count": "500", "max": 49.0, "mean": 24.386, "stddev": 14.177270329226845, "histogram": {"end": 49.0000049, "counts": ["15", "28", "10", "20", "13", "12", "24", "20", "7", "18", "10", "11", "28", "13", "17", "24", "13", "22", "19", "10", "18", "9", "26", "21", "11", "22", "12", "10", "23", "14"], "max": 49.0, "bins": [0.0, 1.6333334966666666, 3.266666993333333, 4.90000049, 6.533333986666666, 8.166667483333333, 9.80000098, 11.433334476666666, 13.066667973333333, 14.70000147, 16.333334966666666, 17.96666846333333, 19.60000196, 21.233335456666666, 22.86666895333333, 24.50000245, 26.133335946666666, 27.76666944333333, 29.40000294, 31.033336436666666, 32.66666993333333, 34.30000343, 35.93333692666666, 37.566670423333335, 39.20000392, 40.833337416666666, 42.46667091333333, 44.10000441, 45.73333790666666, 47.366671403333335, 49.0000049], "n": "500", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 50.0, "upper": 50.0, "lower": 50.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 12.0, 25.0, 37.0, 46.0, 49.0, 49.0]}, "min": 0.0, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "22", "jsonValue": "27"}, {"estimate": "22", "jsonValue": "3"}, {"estimate": "22", "jsonValue": "17"}, {"estimate": "22", "jsonValue": "46"}, {"estimate": "20", "jsonValue": "22"}, {"estimate": "20", "jsonValue": "21"}, {"estimate": "20", "jsonValue": "45"}, {"estimate": "20", "jsonValue": "30"}, {"estimate": "20", "jsonValue": "23"}, {"estimate": "20", "jsonValue": "6"}, {"estimate": "20", "jsonValue": "38"}, {"estimate": "20", "jsonValue": "25"}, {"estimate": "20", "jsonValue": "42"}, {"estimate": "20", "jsonValue": "48"}, {"estimate": "20", "jsonValue": "20"}, {"estimate": "20", "jsonValue": "5"}, {"estimate": "20", "jsonValue": "26"}]}, "uniqueCount": {"estimate": 50.00000608464168, "upper": 50.00250254747639, "lower": 50.0}}}\n", "\n", " Handlebars.registerHelper("getDoubleHistogramChart",(column,key) => {\n", " const columnKey = key.data.key\n", @@ -5868,7 +5956,7 @@ "\n", " function initHandlebarsTemplate() {\n", " // Replace this context with JSON from .py file\n", - " const context = {"uniform_integers": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "INTEGRAL", "ratio": 1.0}, "typeCounts": {"INTEGRAL": "500"}}, "numberSummary": {"count": "500", "max": 49.0, "mean": 23.836, "stddev": 14.568788666406446, "histogram": {"end": 49.0000049, "counts": ["21", "24", "12", "19", "25", "8", "20", "26", "8", "24", "9", "22", "18", "6", "15", "22", "8", "17", "19", "11", "16", "12", "19", "19", "14", "25", "21", "8", "14", "18"], "max": 49.0, "bins": [0.0, 1.6333334966666666, 3.266666993333333, 4.90000049, 6.533333986666666, 8.166667483333333, 9.80000098, 11.433334476666666, 13.066667973333333, 14.70000147, 16.333334966666666, 17.96666846333333, 19.60000196, 21.233335456666666, 22.86666895333333, 24.50000245, 26.133335946666666, 27.76666944333333, 29.40000294, 31.033336436666666, 32.66666993333333, 34.30000343, 35.93333692666666, 37.566670423333335, 39.20000392, 40.833337416666666, 42.46667091333333, 44.10000441, 45.73333790666666, 47.366671403333335, 49.0000049], "n": "500", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 50.0, "upper": 50.0, "lower": 50.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 11.0, 24.0, 37.0, 47.0, 49.0, 49.0]}, "min": 0.0, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "22", "jsonValue": "1"}, {"estimate": "22", "jsonValue": "36"}, {"estimate": "22", "jsonValue": "13"}, {"estimate": "22", "jsonValue": "45"}, {"estimate": "22", "jsonValue": "48"}, {"estimate": "22", "jsonValue": "10"}, {"estimate": "22", "jsonValue": "23"}, {"estimate": "21", "jsonValue": "34"}, {"estimate": "21", "jsonValue": "40"}, {"estimate": "21", "jsonValue": "30"}, {"estimate": "21", "jsonValue": "18"}, {"estimate": "21", "jsonValue": "33"}, {"estimate": "21", "jsonValue": "2"}, {"estimate": "21", "jsonValue": "12"}, {"estimate": "21", "jsonValue": "8"}, {"estimate": "21", "jsonValue": "7"}, {"estimate": "21", "jsonValue": "38"}]}, "uniqueCount": {"estimate": 50.00000608464168, "upper": 50.00250254747639, "lower": 50.0}}};\n", + " const context = {"uniform_integers": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "INTEGRAL", "ratio": 1.0}, "typeCounts": {"INTEGRAL": "500"}}, "numberSummary": {"count": "500", "max": 49.0, "mean": 24.232, "stddev": 14.149721029420352, "histogram": {"end": 49.0000049, "counts": ["22", "19", "8", "19", "21", "12", "21", "18", "13", "15", "9", "20", "26", "8", "15", "16", "14", "27", "21", "11", "17", "17", "19", "13", "16", "19", "27", "9", "18", "10"], "max": 49.0, "bins": [0.0, 1.6333334966666666, 3.266666993333333, 4.90000049, 6.533333986666666, 8.166667483333333, 9.80000098, 11.433334476666666, 13.066667973333333, 14.70000147, 16.333334966666666, 17.96666846333333, 19.60000196, 21.233335456666666, 22.86666895333333, 24.50000245, 26.133335946666666, 27.76666944333333, 29.40000294, 31.033336436666666, 32.66666993333333, 34.30000343, 35.93333692666666, 37.566670423333335, 39.20000392, 40.833337416666666, 42.46667091333333, 44.10000441, 45.73333790666666, 47.366671403333335, 49.0000049], "n": "500", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 50.0, "upper": 50.0, "lower": 50.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 12.0, 25.0, 36.0, 46.0, 48.0, 49.0]}, "min": 0.0, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "23", "jsonValue": "44"}, {"estimate": "22", "jsonValue": "7"}, {"estimate": "21", "jsonValue": "40"}, {"estimate": "21", "jsonValue": "14"}, {"estimate": "21", "jsonValue": "6"}, {"estimate": "21", "jsonValue": "27"}, {"estimate": "20", "jsonValue": "33"}, {"estimate": "20", "jsonValue": "4"}, {"estimate": "20", "jsonValue": "20"}, {"estimate": "20", "jsonValue": "35"}, {"estimate": "20", "jsonValue": "47"}, {"estimate": "20", "jsonValue": "28"}, {"estimate": "20", "jsonValue": "0"}, {"estimate": "20", "jsonValue": "23"}, {"estimate": "20", "jsonValue": "34"}, {"estimate": "20", "jsonValue": "21"}]}, "uniqueCount": {"estimate": 50.00000608464168, "upper": 50.00250254747639, "lower": 50.0}}};\n", " // Config handlebars and pass data to HBS template\n", " const source = document.getElementById("entry-template").innerHTML;\n", " const template = Handlebars.compile(source);\n", @@ -6333,7 +6421,7 @@ " return svgEl._groups[0][0].outerHTML;\n", " } \n", "\n", - " const profileFromCSVfile = {"strings": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "STRING", "ratio": 1.0}, "typeCounts": {"STRING": "500"}}, "stringSummary": {"uniqueCount": {"estimate": 494.0, "upper": 494.0, "lower": 494.0}, "length": {"count": "500", "min": 4.0, "max": 31.0, "mean": 12.032, "stddev": 6.5041204760007805, "histogram": {"start": 4.0, "end": 31.0000031, "counts": ["37", "119", "19", "0", "1", "5", "11", "18", "41", "44", "0", "41", "39", "27", "14", "12", "4", "11", "5", "10", "0", "8", "8", "8", "5", "3", "2", "3", "1", "4"], "max": 31.0, "min": 4.0, "bins": [4.0, 4.900000103333333, 5.800000206666667, 6.70000031, 7.600000413333333, 8.500000516666667, 9.40000062, 10.300000723333333, 11.200000826666667, 12.10000093, 13.000001033333334, 13.900001136666667, 14.80000124, 15.700001343333334, 16.600001446666667, 17.50000155, 18.400001653333334, 19.300001756666667, 20.20000186, 21.100001963333334, 22.000002066666667, 22.90000217, 23.800002273333334, 24.700002376666667, 25.60000248, 26.500002583333334, 27.400002686666667, 28.30000279, 29.200002893333334, 30.100002996666667, 31.0000031], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 4.0, 5.0, 12.0, 16.0, 25.0, 30.0, 31.0]}, "isDiscrete": true}, "tokenLength": {"count": "500", "min": 2.0, "max": 5.0, "mean": 2.198, "stddev": 0.5962440893024066, "histogram": {"start": 2.0, "end": 5.0000005, "counts": ["443", "0", "0", "0", "0", "0", "0", "0", "0", "25", "0", "0", "0", "0", "0", "0", "0", "0", "0", "25", "0", "0", "0", "0", "0", "0", "0", "0", "0", "7"], "max": 5.0, "min": 2.0, "bins": [2.0, 2.100000016666667, 2.200000033333333, 2.30000005, 2.4000000666666668, 2.500000083333333, 2.6000001, 2.7000001166666667, 2.800000133333333, 2.90000015, 3.0000001666666662, 3.100000183333333, 3.2000002, 3.3000002166666667, 3.400000233333333, 3.50000025, 3.600000266666666, 3.700000283333333, 3.8000002999999998, 3.9000003166666666, 4.0000003333333325, 4.10000035, 4.200000366666666, 4.300000383333333, 4.4000004, 4.500000416666666, 4.600000433333333, 4.700000449999999, 4.800000466666666, 4.900000483333333, 5.0000005], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 4.0, "upper": 4.0, "lower": 4.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 5.0, 5.0]}, "isDiscrete": true}, "charPosTracker": {"characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}", "charPosMap": {"o": {"count": "265", "max": 26.0, "mean": 8.422641509433962, "stddev": 5.801209432074107, "histogram": {"end": 26.0000026, "counts": ["4", "32", "10", "30", "11", "11", "6", "0", "13", "18", "18", "26", "19", "16", "8", "0", "4", "6", "4", "4", "7", "6", "0", "2", "4", "2", "2", "2", "0", "0"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "265", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 8.0, 12.0, 19.0, 23.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "s": {"count": "195", "max": 26.0, "mean": 8.533333333333333, "stddev": 5.561527145707361, "histogram": {"end": 26.0000026, "counts": ["13", "4", "14", "4", "21", "12", "11", "0", "11", "8", "12", "14", "17", "11", "11", "0", "9", "5", "2", "2", "2", "3", "0", "3", "1", "2", "1", "0", "1", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "195", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 12.0, 19.0, 25.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "l": {"count": "314", "max": 25.0, "mean": 8.719745222929935, "stddev": 5.619835244710718, "histogram": {"end": 25.0000025, "counts": ["12", "18", "17", "18", "18", "21", "0", "25", "9", "18", "24", "21", "0", "16", "18", "17", "11", "10", "0", "10", "7", "7", "2", "4", "0", "3", "5", "1", "0", "2"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "314", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 9.0, 13.0, 19.0, 22.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "n": {"count": "363", "max": 30.0, "mean": 8.606060606060606, "stddev": 6.001534487634099, "histogram": {"end": 30.000003, "counts": ["20", "31", "31", "33", "38", "20", "12", "7", "13", "22", "26", "32", "14", "18", "8", "5", "2", "4", "4", "5", "3", "5", "1", "2", "3", "0", "2", "2", "0", "0"], "max": 30.0, "bins": [0.0, 1.0000001, 2.0000002, 3.0000003, 4.0000004, 5.0000005000000005, 6.0000006, 7.0000007, 8.0000008, 9.0000009, 10.000001000000001, 11.0000011, 12.0000012, 13.000001300000001, 14.0000014, 15.000001500000002, 16.0000016, 17.000001700000002, 18.0000018, 19.0000019, 20.000002000000002, 21.0000021, 22.0000022, 23.000002300000002, 24.0000024, 25.0000025, 26.000002600000002, 27.000002700000003, 28.0000028, 29.000002900000002, 30.000003000000003], "n": "363", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 29.0, "upper": 29.0, "lower": 29.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 7.0, 12.0, 20.0, 27.0, 30.0]}, "isDiscrete": true, "min": 0.0}, "k": {"count": "21", "max": 13.0, "mean": 4.666666666666667, "stddev": 4.175324338699131, "histogram": {"end": 13.0000013, "counts": ["6", "6", "2", "3", "2", "2"], "max": 13.0, "bins": [0.0, 2.1666668833333333, 4.333333766666667, 6.5000006500000005, 8.666667533333333, 10.833334416666666, 13.000001300000001], "n": "21", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 4.0, 8.0, 13.0, 13.0, 13.0]}, "min": 0.0, "isDiscrete": false}, "e": {"count": "611", "max": 29.0, "mean": 9.224222585924714, "stddev": 5.7119778529855365, "histogram": {"end": 29.0000029, "counts": ["4", "40", "9", "27", "60", "44", "39", "57", "41", "33", "43", "28", "30", "24", "28", "19", "15", "12", "9", "14", "7", "5", "5", "9", "0", "6", "1", "0", "2", "0"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "611", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 30.0, "upper": 30.0, "lower": 30.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 5.0, 8.0, 13.0, 20.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "b": {"count": "103", "max": 25.0, "mean": 8.54368932038835, "stddev": 6.172006218830064, "histogram": {"end": 25.0000025, "counts": ["15", "0", "9", "3", "1", "0", "3", "6", "14", "18", "8", "4", "3", "1", "1", "2", "0", "3", "4", "2", "2", "0", "0", "0", "3", "1"], "max": 25.0, "bins": [0.0, 0.9615385576923077, 1.9230771153846153, 2.8846156730769232, 3.8461542307692307, 4.807692788461538, 5.7692313461538465, 6.730769903846154, 7.692308461538461, 8.653847019230769, 9.615385576923076, 10.576924134615384, 11.538462692307693, 12.50000125, 13.461539807692308, 14.423078365384615, 15.384616923076923, 16.34615548076923, 17.307694038461538, 18.269232596153845, 19.230771153846153, 20.19230971153846, 21.153848269230767, 22.115386826923075, 23.076925384615386, 24.038463942307693, 25.0000025], "n": "103", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 9.0, 11.0, 20.0, 24.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "g": {"count": "114", "max": 27.0, "mean": 6.517543859649122, "stddev": 5.741068409308515, "histogram": {"end": 27.0000027, "counts": ["18", "0", "16", "16", "4", "3", "3", "7", "7", "7", "9", "9", "4", "1", "0", "1", "1", "1", "2", "0", "0", "1", "0", "1", "0", "2", "0", "0", "1"], "max": 27.0, "bins": [0.0, 0.931034575862069, 1.862069151724138, 2.7931037275862067, 3.724138303448276, 4.655172879310345, 5.5862074551724135, 6.517242031034483, 7.448276606896552, 8.37931118275862, 9.31034575862069, 10.24138033448276, 11.172414910344827, 12.103449486206896, 13.034484062068966, 13.965518637931034, 14.896553213793103, 15.827587789655173, 16.75862236551724, 17.68965694137931, 18.62069151724138, 19.551726093103447, 20.48276066896552, 21.413795244827586, 22.344829820689654, 23.275864396551725, 24.206898972413793, 25.13793354827586, 26.068968124137932, 27.0000027], "n": "114", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 10.0, 17.0, 24.0, 27.0]}, "min": 0.0, "isDiscrete": false}, "p": {"count": "73", "max": 22.0, "mean": 7.205479452054795, "stddev": 5.54516532192581, "histogram": {"end": 22.0000022, "counts": ["15", "3", "1", "5", "5", "5", "12", "7", "2", "3", "2", "4", "2", "2", "1", "1", "2", "0", "1"], "max": 22.0, "bins": [0.0, 1.157894852631579, 2.315789705263158, 3.473684557894737, 4.631579410526316, 5.789474263157896, 6.947369115789474, 8.105263968421054, 9.263158821052633, 10.421053673684211, 11.578948526315791, 12.73684337894737, 13.894738231578948, 15.052633084210528, 16.21052793684211, 17.368422789473687, 18.526317642105266, 19.684212494736844, 20.842107347368422, 22.000002200000004], "n": "73", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 7.0, 10.0, 18.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "r": {"count": "415", "max": 29.0, "mean": 8.269879518072289, "stddev": 5.9490131309172485, "histogram": {"end": 29.0000029, "counts": ["12", "20", "63", "32", "15", "26", "14", "17", "19", "24", "26", "38", "24", "18", "15", "13", "3", "2", "5", "6", "5", "5", "3", "2", "3", "3", "0", "1", "1", "0"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "415", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 29.0, "upper": 29.0, "lower": 29.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 8.0, 12.0, 20.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "m": {"count": "160", "max": 26.0, "mean": 5.88125, "stddev": 5.5563119244025385, "histogram": {"end": 26.0000026, "counts": ["43", "7", "16", "5", "3", "2", "9", "0", "12", "16", "11", "6", "6", "5", "2", "0", "3", "3", "2", "5", "0", "2", "0", "1", "0", "0", "0", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "160", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 6.0, 9.0, 17.0, 20.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "d": {"count": "170", "max": 30.0, "mean": 8.964705882352941, "stddev": 6.360839992952307, "histogram": {"end": 30.000003, "counts": ["25", "4", "8", "10", "8", "17", "11", "5", "8", "6", "9", "8", "8", "3", "10", "9", "7", "3", "4", "1", "1", "0", "2", "0", "0", "2", "0", "0", "0", "1"], "max": 30.0, "bins": [0.0, 1.0000001, 2.0000002, 3.0000003, 4.0000004, 5.0000005000000005, 6.0000006, 7.0000007, 8.0000008, 9.0000009, 10.000001000000001, 11.0000011, 12.0000012, 13.000001300000001, 14.0000014, 15.000001500000002, 16.0000016, 17.000001700000002, 18.0000018, 19.0000019, 20.000002000000002, 21.0000021, 22.0000022, 23.000002300000002, 24.0000024, 25.0000025, 26.000002600000002, 27.000002700000003, 28.0000028, 29.000002900000002, 30.000003000000003], "n": "170", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 14.0, 19.0, 26.0, 30.0]}, "min": 0.0, "isDiscrete": false}, "a": {"count": "467", "max": 29.0, "mean": 7.132762312633833, "stddev": 6.239801763216667, "histogram": {"end": 29.0000029, "counts": ["50", "77", "31", "12", "25", "22", "15", "22", "26", "32", "33", "28", "14", "16", "10", "7", "7", "4", "6", "4", "4", "7", "5", "2", "2", "0", "2", "0", "3", "1"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "467", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 28.0, "upper": 28.0, "lower": 28.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 7.0, 11.0, 20.0, 26.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "w": {"count": "20", "max": 11.0, "mean": 6.4, "stddev": 3.604091242492416, "histogram": {"end": 11.0000011, "counts": ["4", "1", "2", "7", "6"], "max": 11.0, "bins": [0.0, 2.20000022, 4.40000044, 6.600000660000001, 8.80000088, 11.0000011], "n": "20", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 6.0, 7.0, 10.0, 11.0, 11.0, 11.0]}, "min": 0.0, "isDiscrete": false}, "q": {"count": "12", "min": 3.0, "max": 13.0, "mean": 8.25, "stddev": 3.4410622038709344, "histogram": {"start": 3.0, "end": 13.0000013, "counts": ["5", "1", "6"], "max": 13.0, "min": 3.0, "bins": [3.0, 6.333333766666666, 9.666667533333332, 13.0000013], "n": "12", "width": 0.0}, "uniqueCount": {"estimate": 6.0, "upper": 6.0, "lower": 6.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 3.0, 6.0, 10.0, 12.0, 13.0, 13.0, 13.0]}, "isDiscrete": false}, "t": {"count": "216", "max": 28.0, "mean": 9.00462962962963, "stddev": 6.142870842510783, "histogram": {"end": 28.0000028, "counts": ["11", "1", "13", "17", "12", "27", "12", "12", "13", "7", "11", "7", "19", "11", "8", "0", "4", "4", "4", "2", "2", "2", "6", "3", "4", "2", "1", "0", "0", "1"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "216", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 8.0, 13.0, 22.0, 24.0, 28.0]}, "isDiscrete": true, "min": 0.0}, "z": {"count": "39", "max": 30.0, "mean": 12.564102564102564, "stddev": 6.8740353267505325, "histogram": {"end": 30.000003, "counts": ["6", "0", "4", "9", "9", "6", "2", "1", "1", "1"], "max": 30.0, "bins": [0.0, 3.0000003, 6.0000006, 9.0000009, 12.0000012, 15.0000015, 18.0000018, 21.0000021, 24.0000024, 27.0000027, 30.000003], "n": "39", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 18.0, "upper": 18.0, "lower": 18.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 9.0, 13.0, 16.0, 27.0, 30.0, 30.0]}, "min": 0.0, "isDiscrete": false}, "i": {"count": "346", "max": 29.0, "mean": 7.554913294797688, "stddev": 5.822359860081348, "histogram": {"end": 29.0000029, "counts": ["2", "46", "18", "36", "43", "17", "27", "8", "14", "17", "15", "20", "22", "21", "9", "4", "1", "1", "6", "0", "3", "5", "1", "2", "3", "2", "2", "1", "0", "0"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "346", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 28.0, "upper": 28.0, "lower": 28.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 3.0, 6.0, 11.0, 20.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "v": {"count": "52", "max": 25.0, "mean": 9.23076923076923, "stddev": 7.78539453233635, "histogram": {"end": 25.0000025, "counts": ["10", "6", "3", "7", "3", "7", "1", "5", "1", "1", "2", "3", "3"], "max": 25.0, "bins": [0.0, 1.9230771153846153, 3.8461542307692307, 5.7692313461538465, 7.692308461538461, 9.615385576923076, 11.538462692307693, 13.461539807692308, 15.384616923076923, 17.307694038461538, 19.230771153846153, 21.153848269230767, 23.076925384615386, 25.0000025], "n": "52", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 9.0, 15.0, 24.0, 25.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "u": {"count": "197", "min": 1.0, "max": 27.0, "mean": 9.076142131979696, "stddev": 6.404661037096623, "histogram": {"start": 1.0, "end": 27.0000027, "counts": ["33", "10", "14", "5", "1", "5", "16", "0", "9", "15", "12", "15", "8", "10", "6", "0", "6", "4", "5", "3", "4", "5", "0", "1", "4", "2", "2", "1", "0", "1"], "max": 27.0, "min": 1.0, "bins": [1.0, 1.8666667566666666, 2.733333513333333, 3.6000002700000002, 4.466667026666666, 5.333333783333334, 6.2000005400000004, 7.066667296666667, 7.933334053333334, 8.80000081, 9.666667566666668, 10.533334323333333, 11.400001080000001, 12.266667836666667, 13.133334593333334, 14.00000135, 14.866668106666667, 15.733334863333335, 16.60000162, 17.466668376666668, 18.333335133333335, 19.20000189, 20.066668646666667, 20.933335403333334, 21.800002160000002, 22.66666891666667, 23.533335673333333, 24.40000243, 25.266669186666668, 26.133335943333336, 27.0000027], "n": "197", "width": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 3.0, 9.0, 13.0, 22.0, 25.0, 27.0]}, "isDiscrete": true}, "y": {"count": "61", "min": 1.0, "max": 26.0, "mean": 9.19672131147541, "stddev": 5.287783631891996, "histogram": {"start": 1.0, "end": 26.0000026, "counts": ["4", "10", "5", "6", "6", "3", "8", "7", "6", "1", "3", "0", "0", "0", "1", "1"], "max": 26.0, "min": 1.0, "bins": [1.0, 2.5625001625, 4.125000325, 5.6875004874999995, 7.25000065, 8.8125008125, 10.375000974999999, 11.9375011375, 13.5000013, 15.062501462499998, 16.625001625, 18.1875017875, 19.750001949999998, 21.3125021125, 22.875002275, 24.437502437499997, 26.0000026], "n": "61", "width": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 2.0, 5.0, 8.0, 13.0, 17.0, 26.0, 26.0]}, "isDiscrete": false}, "NITL": {"count": "1388", "max": 25.0, "mean": 4.326368876080692, "stddev": 4.334362864520889, "histogram": {"end": 25.0000025, "counts": ["179", "185", "194", "198", "175", "79", "0", "79", "62", "65", "28", "21", "0", "19", "3", "14", "13", "15", "0", "14", "8", "12", "8", "4", "0", "5", "0", "0", "4", "4"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "1388", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 3.0, 6.0, 15.0, 20.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "h": {"count": "141", "max": 21.0, "mean": 6.695035460992908, "stddev": 4.975573566953071, "histogram": {"end": 21.0000021, "counts": ["11", "15", "4", "0", "23", "5", "0", "12", "6", "5", "0", "7", "9", "0", "9", "6", "0", "8", "9", "4", "0", "1", "3", "0", "1", "1", "0", "0", "1", "1"], "max": 21.0, "bins": [0.0, 0.70000007, 1.40000014, 2.10000021, 2.80000028, 3.5000003499999996, 4.20000042, 4.90000049, 5.60000056, 6.3000006299999995, 7.000000699999999, 7.70000077, 8.40000084, 9.10000091, 9.80000098, 10.50000105, 11.20000112, 11.90000119, 12.600001259999999, 13.300001329999999, 14.000001399999999, 14.70000147, 15.40000154, 16.10000161, 16.80000168, 17.50000175, 18.20000182, 18.90000189, 19.60000196, 20.300002029999998, 21.0000021], "n": "141", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 6.0, 10.0, 15.0, 20.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "j": {"count": "55", "max": 22.0, "mean": 4.8, "stddev": 6.421607044738649, "histogram": {"end": 22.0000022, "counts": ["31", "1", "0", "3", "2", "8", "1", "0", "3", "2", "1", "0", "2", "1"], "max": 22.0, "bins": [0.0, 1.5714287285714286, 3.142857457142857, 4.714286185714286, 6.285714914285714, 7.857143642857142, 9.428572371428572, 11.0000011, 12.571429828571429, 14.142858557142857, 15.714287285714285, 17.285716014285715, 18.857144742857145, 20.42857347142857, 22.0000022], "n": "55", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 14.0, "upper": 14.0, "lower": 14.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 0.0, 9.0, 19.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "f": {"count": "30", "max": 15.0, "mean": 5.133333333333334, "stddev": 4.761435116413548, "histogram": {"end": 15.0000015, "counts": ["10", "3", "1", "8", "4", "1", "0", "3"], "max": 15.0, "bins": [0.0, 1.8750001875, 3.750000375, 5.6250005625, 7.50000075, 9.3750009375, 11.250001125, 13.1250013125, 15.0000015], "n": "30", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 11.0, "upper": 11.0, "lower": 11.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 6.0, 8.0, 15.0, 15.0, 15.0]}, "min": 0.0, "isDiscrete": false}, ".": {"count": "3", "min": 2.0, "max": 16.0, "mean": 11.333333333333334, "stddev": 8.082903768654761, "histogram": {"start": 2.0, "end": 16.0000016, "counts": ["3"], "max": 16.0, "min": 2.0, "bins": [2.0, 16.0000016], "n": "3", "width": 0.0}, "uniqueCount": {"estimate": 2.0, "upper": 2.0, "lower": 2.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 16.0, 16.0, 16.0, 16.0, 16.0]}, "isDiscrete": false}, "-": {"count": "38", "min": 3.0, "max": 18.0, "mean": 10.289473684210526, "stddev": 3.8966922545045546, "histogram": {"start": 3.0, "end": 18.0000018, "counts": ["2", "4", "3", "12", "2", "1", "2", "8", "2", "2"], "max": 18.0, "min": 3.0, "bins": [3.0, 4.50000018, 6.00000036, 7.50000054, 9.00000072, 10.5000009, 12.00000108, 13.50000126, 15.00000144, 16.50000162, 18.0000018], "n": "38", "width": 0.0}, "uniqueCount": {"estimate": 14.0, "upper": 14.0, "lower": 14.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 4.0, 8.0, 9.0, 14.0, 17.0, 18.0, 18.0]}, "isDiscrete": false}, "c": {"count": "147", "max": 28.0, "mean": 6.619047619047619, "stddev": 5.640282385495238, "histogram": {"end": 28.0000028, "counts": ["22", "1", "29", "5", "4", "7", "5", "15", "7", "15", "8", "8", "5", "2", "1", "0", "1", "0", "2", "2", "3", "1", "2", "1", "0", "0", "0", "0", "0", "1"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "147", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 10.0, 19.0, 22.0, 28.0]}, "min": 0.0, "isDiscrete": false}}}}, "uniqueCount": {"estimate": 489.9685443520635, "upper": 496.3819641274016, "lower": 483.7111347342245}}}\n", + " const profileFromCSVfile = {"strings": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "STRING", "ratio": 1.0}, "typeCounts": {"STRING": "500"}}, "stringSummary": {"uniqueCount": {"estimate": 492.0, "upper": 492.0, "lower": 492.0}, "length": {"count": "500", "min": 4.0, "max": 30.0, "mean": 11.32, "stddev": 6.227613213155204, "histogram": {"start": 4.0, "end": 30.000003, "counts": ["49", "119", "31", "1", "0", "6", "12", "0", "23", "30", "41", "43", "32", "26", "14", "0", "10", "6", "3", "12", "11", "10", "0", "8", "5", "4", "2", "1", "0", "1"], "max": 30.0, "min": 4.0, "bins": [4.0, 4.8666667666666665, 5.733333533333333, 6.6000003, 7.466667066666666, 8.333333833333334, 9.2000006, 10.066667366666668, 10.933334133333332, 11.8000009, 12.666667666666667, 13.533334433333334, 14.4000012, 15.266667966666667, 16.133334733333335, 17.0000015, 17.866668266666665, 18.733335033333333, 19.6000018, 20.466668566666666, 21.333335333333334, 22.2000021, 23.066668866666667, 23.933335633333332, 24.8000024, 25.666669166666665, 26.533335933333333, 27.400002699999998, 28.266669466666666, 29.13333623333333, 30.000003], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 4.0, 5.0, 12.0, 15.0, 23.0, 26.0, 30.0]}, "isDiscrete": true}, "tokenLength": {"count": "500", "min": 2.0, "max": 6.0, "mean": 2.156, "stddev": 0.5442945094579332, "histogram": {"start": 2.0, "end": 6.0000006, "counts": ["456", "0", "0", "0", "0", "0", "0", "19", "0", "0", "0", "0", "0", "0", "19", "0", "0", "0", "0", "0", "0", "0", "5", "0", "0", "0", "0", "0", "0", "1"], "max": 6.0, "min": 2.0, "bins": [2.0, 2.133333353333333, 2.266666706666667, 2.40000006, 2.533333413333333, 2.6666667666666664, 2.80000012, 2.933333473333333, 3.0666668266666663, 3.20000018, 3.333333533333333, 3.4666668866666663, 3.60000024, 3.733333593333333, 3.8666669466666663, 4.0000003, 4.133333653333333, 4.266667006666666, 4.40000036, 4.533333713333333, 4.666667066666666, 4.80000042, 4.933333773333333, 5.066667126666666, 5.20000048, 5.333333833333333, 5.466667186666666, 5.60000054, 5.733333893333333, 5.866667246666666, 6.0000006], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 5.0, "upper": 5.0, "lower": 5.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 5.0, 6.0]}, "isDiscrete": true}, "charPosTracker": {"characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}", "charPosMap": {"NITL": {"count": "1458", "max": 23.0, "mean": 3.799039780521262, "stddev": 3.7921385516055293, "histogram": {"end": 23.0000023, "counts": ["210", "212", "220", "212", "0", "204", "69", "82", "0", "63", "45", "31", "0", "16", "12", "8", "10", "0", "18", "8", "6", "0", "12", "6", "4", "0", "0", "6", "4", "0"], "max": 23.0, "bins": [0.0, 0.7666667433333333, 1.5333334866666666, 2.3000002299999998, 3.066666973333333, 3.8333337166666666, 4.6000004599999995, 5.366667203333333, 6.133333946666666, 6.90000069, 7.666667433333333, 8.433334176666666, 9.200000919999999, 9.966667663333332, 10.733334406666666, 11.50000115, 12.266667893333333, 13.033334636666666, 13.80000138, 14.566668123333333, 15.333334866666666, 16.10000161, 16.86666835333333, 17.633335096666666, 18.400001839999998, 19.166668583333333, 19.933335326666665, 20.70000207, 21.46666881333333, 22.233335556666667, 23.0000023], "n": "1458", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 24.0, "upper": 24.0, "lower": 24.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 3.0, 5.0, 13.0, 18.0, 23.0]}, "isDiscrete": true, "min": 0.0}, "b": {"count": "94", "max": 21.0, "mean": 7.680851063829787, "stddev": 5.302084730906186, "histogram": {"end": 21.0000021, "counts": ["14", "0", "8", "1", "2", "7", "3", "11", "0", "10", "6", "7", "4", "5", "5", "0", "0", "2", "2", "2", "2", "1", "1", "1"], "max": 21.0, "bins": [0.0, 0.8750000875, 1.750000175, 2.6250002625, 3.50000035, 4.3750004375, 5.250000525, 6.1250006125, 7.0000007, 7.8750007875, 8.750000875, 9.6250009625, 10.50000105, 11.3750011375, 12.250001225, 13.1250013125, 14.0000014, 14.8750014875, 15.750001575, 16.6250016625, 17.50000175, 18.3750018375, 19.250001925, 20.1250020125, 21.0000021], "n": "94", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 11.0, 18.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "y": {"count": "76", "max": 20.0, "mean": 7.2631578947368425, "stddev": 4.526568740382003, "histogram": {"end": 20.000002, "counts": ["8", "5", "7", "7", "4", "6", "2", "3", "8", "5", "6", "4", "7", "0", "2", "1", "0", "0", "1"], "max": 20.0, "bins": [0.0, 1.0526316842105263, 2.1052633684210527, 3.157895052631579, 4.210526736842105, 5.263158421052632, 6.315790105263158, 7.368421789473684, 8.42105347368421, 9.473685157894737, 10.526316842105263, 11.57894852631579, 12.631580210526316, 13.684211894736842, 14.736843578947369, 15.789475263157895, 16.84210694736842, 17.894738631578946, 18.947370315789474, 20.000002000000002], "n": "76", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 7.0, 11.0, 15.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "e": {"count": "534", "max": 26.0, "mean": 9.151685393258427, "stddev": 5.408754192935618, "histogram": {"end": 26.0000026, "counts": ["5", "29", "14", "23", "41", "43", "34", "0", "40", "39", "39", "31", "31", "30", "24", "0", "30", "10", "18", "9", "3", "10", "0", "9", "9", "5", "2", "3", "0", "3"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "534", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 5.0, 8.0, 13.0, 20.0, 24.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "z": {"count": "23", "max": 25.0, "mean": 12.0, "stddev": 6.543560331973858, "histogram": {"end": 25.0000025, "counts": ["4", "0", "7", "9", "1", "2"], "max": 25.0, "bins": [0.0, 4.1666670833333335, 8.333334166666667, 12.50000125, 16.666668333333334, 20.833335416666667, 25.0000025], "n": "23", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 13.0, "upper": 13.0, "lower": 13.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 10.0, 13.0, 15.0, 23.0, 25.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "r": {"count": "382", "max": 27.0, "mean": 8.712041884816754, "stddev": 6.07095503461867, "histogram": {"end": 27.0000027, "counts": ["16", "17", "47", "31", "10", "20", "7", "23", "20", "18", "0", "32", "27", "16", "16", "15", "15", "5", "10", "7", "0", "6", "6", "4", "7", "3", "1", "2", "0", "1"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "382", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 9.0, 13.0, 20.0, 24.0, 27.0]}, "isDiscrete": true, "min": 0.0}, ".": {"count": "2", "min": 2.0, "max": 16.0, "mean": 9.0, "stddev": 9.899494936611665, "histogram": {"start": 2.0, "end": 16.0000016, "counts": ["2"], "max": 16.0, "min": 2.0, "bins": [2.0, 16.0000016], "n": "2", "width": 0.0}, "uniqueCount": {"estimate": 2.0, "upper": 2.0, "lower": 2.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 16.0, 16.0, 16.0, 16.0, 16.0]}, "isDiscrete": false}, "o": {"count": "244", "max": 28.0, "mean": 8.668032786885245, "stddev": 5.451662130255297, "histogram": {"end": 28.0000028, "counts": ["3", "26", "10", "20", "10", "8", "6", "11", "20", "21", "25", "16", "19", "11", "6", "0", "6", "4", "5", "5", "2", "2", "4", "2", "1", "0", "0", "0", "0", "1"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "244", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 9.0, 12.0, 18.0, 22.0, 28.0]}, "isDiscrete": true, "min": 0.0}, "c": {"count": "163", "max": 26.0, "mean": 6.147239263803681, "stddev": 5.032282363707194, "histogram": {"end": 26.0000026, "counts": ["30", "2", "25", "6", "3", "12", "5", "0", "17", "10", "13", "10", "10", "6", "1", "0", "3", "2", "1", "3", "3", "0", "0", "0", "0", "0", "0", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "163", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 9.0, 15.0, 18.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "m": {"count": "126", "max": 22.0, "mean": 6.412698412698413, "stddev": 5.439514450786711, "histogram": {"end": 22.0000022, "counts": ["24", "9", "7", "0", "6", "2", "10", "0", "8", "12", "10", "0", "6", "4", "7", "0", "5", "4", "0", "0", "1", "2", "0", "4", "1", "1", "0", "2", "0", "1"], "max": 22.0, "bins": [0.0, 0.7333334066666667, 1.4666668133333334, 2.20000022, 2.9333336266666667, 3.6666670333333333, 4.40000044, 5.133333846666667, 5.8666672533333335, 6.60000066, 7.333334066666667, 8.066667473333334, 8.80000088, 9.533334286666667, 10.266667693333334, 11.0000011, 11.733334506666667, 12.466667913333334, 13.20000132, 13.933334726666667, 14.666668133333333, 15.40000154, 16.13333494666667, 16.866668353333335, 17.60000176, 18.333335166666668, 19.066668573333335, 19.80000198, 20.533335386666668, 21.266668793333334, 22.0000022], "n": "126", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 6.0, 10.0, 17.0, 20.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "f": {"count": "39", "max": 22.0, "mean": 7.17948717948718, "stddev": 6.197927475636704, "histogram": {"end": 22.0000022, "counts": ["11", "4", "6", "4", "5", "1", "3", "3", "0", "2"], "max": 22.0, "bins": [0.0, 2.20000022, 4.40000044, 6.600000660000001, 8.80000088, 11.0000011, 13.200001320000002, 15.400001540000002, 17.60000176, 19.80000198, 22.0000022], "n": "39", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 10.0, 21.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "n": {"count": "327", "max": 26.0, "mean": 8.611620795107033, "stddev": 5.509522108861392, "histogram": {"end": 26.0000026, "counts": ["4", "10", "32", "24", "23", "28", "14", "0", "20", "15", "16", "17", "22", "26", "23", "0", "10", "8", "6", "2", "4", "2", "0", "11", "4", "2", "2", "0", "0", "2"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "327", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 4.0, 8.0, 12.0, 20.0, 23.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "t": {"count": "201", "max": 27.0, "mean": 8.373134328358208, "stddev": 5.9291714958217945, "histogram": {"end": 27.0000027, "counts": ["16", "2", "14", "10", "12", "32", "11", "7", "8", "8", "0", "12", "12", "9", "8", "10", "7", "5", "1", "4", "0", "2", "3", "2", "2", "1", "0", "1", "0", "2"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "201", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 7.0, 12.0, 20.0, 25.0, 27.0]}, "isDiscrete": true, "min": 0.0}, "w": {"count": "21", "max": 18.0, "mean": 7.666666666666667, "stddev": 4.953113498935123, "histogram": {"end": 18.0000018, "counts": ["4", "3", "5", "7", "0", "2"], "max": 18.0, "bins": [0.0, 3.0000003, 6.0000006, 9.0000009, 12.0000012, 15.0000015, 18.0000018], "n": "21", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 8.0, 10.0, 17.0, 18.0, 18.0]}, "min": 0.0, "isDiscrete": false}, "k": {"count": "32", "max": 14.0, "mean": 5.1875, "stddev": 4.4680767313710446, "histogram": {"end": 14.0000014, "counts": ["9", "4", "5", "4", "1", "3", "4", "2"], "max": 14.0, "bins": [0.0, 1.750000175, 3.50000035, 5.250000525, 7.0000007, 8.750000875, 10.50000105, 12.250001225, 14.0000014], "n": "32", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 13.0, "upper": 13.0, "lower": 13.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 5.0, 10.0, 13.0, 14.0, 14.0]}, "min": 0.0, "isDiscrete": false}, "j": {"count": "49", "max": 19.0, "mean": 3.489795918367347, "stddev": 4.878193180623641, "histogram": {"end": 19.0000019, "counts": ["27", "0", "6", "2", "3", "3", "5", "0", "0", "1", "0", "1", "1"], "max": 19.0, "bins": [0.0, 1.4615386076923078, 2.9230772153846156, 4.384615823076923, 5.846154430769231, 7.307693038461539, 8.769231646153846, 10.230770253846154, 11.692308861538462, 13.15384746923077, 14.615386076923079, 16.076924684615385, 17.538463292307693, 19.0000019], "n": "49", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 11.0, "upper": 11.0, "lower": 11.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 0.0, 7.0, 14.0, 19.0, 19.0]}, "min": 0.0, "isDiscrete": false}, "a": {"count": "419", "max": 25.0, "mean": 6.563245823389021, "stddev": 5.57829739971057, "histogram": {"end": 25.0000025, "counts": ["43", "65", "25", "20", "33", "20", "0", "22", "20", "22", "30", "25", "0", "17", "23", "11", "8", "3", "0", "3", "4", "6", "4", "3", "0", "4", "4", "2", "1", "1"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "419", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 6.0, 10.0, 18.0, 22.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "i": {"count": "316", "max": 25.0, "mean": 7.1613924050632916, "stddev": 5.368564877944947, "histogram": {"end": 25.0000025, "counts": ["0", "32", "28", "37", "42", "12", "0", "34", "9", "10", "16", "14", "0", "15", "14", "13", "7", "5", "0", "2", "4", "5", "6", "4", "0", "1", "4", "0", "0", "2"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "316", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 3.0, 6.0, 11.0, 19.0, 22.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "d": {"count": "158", "max": 24.0, "mean": 8.854430379746836, "stddev": 6.328407241043985, "histogram": {"end": 24.0000024, "counts": ["14", "9", "6", "7", "8", "0", "9", "16", "8", "8", "0", "9", "5", "5", "7", "0", "6", "7", "9", "4", "0", "4", "4", "1", "2", "0", "6", "0", "2", "2"], "max": 24.0, "bins": [0.0, 0.80000008, 1.60000016, 2.40000024, 3.20000032, 4.0000004, 4.80000048, 5.60000056, 6.40000064, 7.20000072, 8.0000008, 8.80000088, 9.60000096, 10.40000104, 11.20000112, 12.0000012, 12.80000128, 13.60000136, 14.40000144, 15.20000152, 16.0000016, 16.80000168, 17.60000176, 18.40000184, 19.20000192, 20.000002, 20.80000208, 21.60000216, 22.40000224, 23.20000232, 24.0000024], "n": "158", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 24.0, "upper": 24.0, "lower": 24.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 14.0, 21.0, 24.0, 24.0]}, "min": 0.0, "isDiscrete": false}, "g": {"count": "79", "max": 23.0, "mean": 8.468354430379748, "stddev": 5.911387192481579, "histogram": {"end": 23.0000023, "counts": ["9", "8", "7", "0", "2", "3", "8", "12", "2", "5", "4", "2", "7", "2", "1", "0", "3", "2", "1", "1"], "max": 23.0, "bins": [0.0, 1.1500001149999999, 2.3000002299999998, 3.4500003449999994, 4.6000004599999995, 5.750000575, 6.900000689999999, 8.050000805, 9.200000919999999, 10.350001034999998, 11.50000115, 12.650001264999998, 13.800001379999998, 14.950001494999999, 16.10000161, 17.250001724999997, 18.400001839999998, 19.550001955, 20.700002069999996, 21.850002184999997, 23.0000023], "n": "79", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 9.0, 12.0, 20.0, 23.0, 23.0]}, "min": 0.0, "isDiscrete": false}, "q": {"count": "9", "min": 3.0, "max": 19.0, "mean": 10.0, "stddev": 4.527692569068708, "histogram": {"start": 3.0, "end": 19.0000019, "counts": ["3", "5", "1"], "max": 19.0, "min": 3.0, "bins": [3.0, 8.333333966666668, 13.666667933333335, 19.0000019], "n": "9", "width": 0.0}, "uniqueCount": {"estimate": 7.0, "upper": 7.0, "lower": 7.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 3.0, 7.0, 10.0, 12.0, 19.0, 19.0, 19.0]}, "isDiscrete": false}, "s": {"count": "183", "max": 29.0, "mean": 8.158469945355192, "stddev": 5.644410038173769, "histogram": {"end": 29.0000029, "counts": ["13", "4", "12", "15", "17", "12", "8", "7", "7", "8", "17", "17", "14", "10", "3", "3", "2", "1", "2", "2", "2", "2", "2", "1", "1", "0", "0", "0", "0", "1"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "183", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 12.0, 19.0, 24.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "p": {"count": "65", "max": 19.0, "mean": 6.246153846153846, "stddev": 4.45123146314158, "histogram": {"end": 19.0000019, "counts": ["13", "1", "2", "4", "6", "6", "10", "8", "7", "2", "0", "1", "2", "0", "1", "0", "2"], "max": 19.0, "bins": [0.0, 1.1176471705882354, 2.2352943411764707, 3.352941511764706, 4.4705886823529415, 5.588235852941176, 6.705883023529412, 7.823530194117648, 8.941177364705883, 10.058824535294118, 11.176471705882353, 12.29411887647059, 13.411766047058824, 14.52941321764706, 15.647060388235296, 16.76470755882353, 17.882354729411766, 19.0000019], "n": "65", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 7.0, 8.0, 14.0, 19.0, 19.0]}, "min": 0.0, "isDiscrete": false}, "v": {"count": "49", "max": 21.0, "mean": 8.26530612244898, "stddev": 5.585604675577813, "histogram": {"end": 21.0000021, "counts": ["8", "4", "3", "2", "8", "2", "9", "2", "4", "3", "2", "1", "1"], "max": 21.0, "bins": [0.0, 1.615384776923077, 3.230769553846154, 4.846154330769231, 6.461539107692308, 8.076923884615384, 9.692308661538462, 11.307693438461538, 12.923078215384615, 14.538462992307693, 16.15384776923077, 17.769232546153845, 19.384617323076924, 21.0000021], "n": "49", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 12.0, 17.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "-": {"count": "37", "min": 4.0, "max": 17.0, "mean": 10.81081081081081, "stddev": 3.7920812069205327, "histogram": {"start": 4.0, "end": 17.0000017, "counts": ["2", "5", "2", "6", "2", "0", "8", "5", "3", "4"], "max": 17.0, "min": 4.0, "bins": [4.0, 5.30000017, 6.600000339999999, 7.90000051, 9.200000679999999, 10.50000085, 11.80000102, 13.100001189999999, 14.40000136, 15.70000153, 17.0000017], "n": "37", "width": 0.0}, "uniqueCount": {"estimate": 12.0, "upper": 12.0, "lower": 12.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 5.0, 8.0, 12.0, 14.0, 16.0, 17.0, 17.0]}, "isDiscrete": false}, "l": {"count": "294", "max": 26.0, "mean": 7.7312925170068025, "stddev": 5.973711496249351, "histogram": {"end": 26.0000026, "counts": ["23", "21", "24", "25", "16", "17", "14", "0", "14", "21", "15", "13", "22", "15", "10", "0", "8", "7", "3", "2", "7", "5", "0", "2", "0", "1", "3", "4", "2", "0"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "294", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 7.0, 11.0, 19.0, 24.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "u": {"count": "147", "min": 1.0, "max": 25.0, "mean": 8.979591836734693, "stddev": 5.7439299559718675, "histogram": {"start": 1.0, "end": 25.0000025, "counts": ["22", "9", "10", "3", "2", "0", "2", "4", "9", "12", "0", "15", "14", "5", "8", "0", "6", "4", "9", "4", "0", "2", "2", "1", "2", "0", "0", "1", "0", "1"], "max": 25.0, "min": 1.0, "bins": [1.0, 1.8000000833333334, 2.600000166666667, 3.40000025, 4.200000333333334, 5.000000416666667, 5.8000005, 6.600000583333333, 7.400000666666667, 8.200000750000001, 9.000000833333335, 9.800000916666667, 10.600001, 11.400001083333335, 12.200001166666667, 13.00000125, 13.800001333333334, 14.600001416666668, 15.400001500000002, 16.200001583333332, 17.00000166666667, 17.80000175, 18.600001833333334, 19.400001916666668, 20.200002, 21.000002083333335, 21.80000216666667, 22.600002250000003, 23.400002333333333, 24.200002416666667, 25.0000025], "n": "147", "width": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 3.0, 10.0, 13.0, 18.0, 23.0, 25.0]}, "isDiscrete": false}, "h": {"count": "133", "max": 20.0, "mean": 6.69172932330827, "stddev": 5.048522812946947, "histogram": {"end": 20.000002, "counts": ["3", "26", "2", "0", "20", "6", "0", "8", "4", "0", "5", "10", "0", "12", "10", "0", "3", "5", "0", "7", "0", "0", "4", "2", "0", "0", "2", "0", "3", "1"], "max": 20.0, "bins": [0.0, 0.6666667333333333, 1.3333334666666665, 2.0000001999999997, 2.666666933333333, 3.3333336666666664, 4.000000399999999, 4.666667133333333, 5.333333866666666, 6.000000599999999, 6.666667333333333, 7.333334066666666, 8.000000799999999, 8.666667533333332, 9.333334266666666, 10.000001, 10.666667733333332, 11.333334466666665, 12.000001199999998, 12.666667933333333, 13.333334666666666, 14.000001399999999, 14.666668133333332, 15.333334866666664, 16.000001599999997, 16.66666833333333, 17.333335066666663, 18.0000018, 18.666668533333333, 19.333335266666666, 20.000002], "n": "133", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 6.0, 10.0, 16.0, 19.0, 20.0]}, "min": 0.0, "isDiscrete": false}}}}, "uniqueCount": {"estimate": 493.4092653351172, "upper": 499.8677222628368, "lower": 487.10791411976174}}}\n", "\n", " Handlebars.registerHelper("getDoubleHistogramChart",(column,key) => {\n", " const columnKey = key.data.key\n", @@ -6362,7 +6450,7 @@ "\n", " function initHandlebarsTemplate() {\n", " // Replace this context with JSON from .py file\n", - " const context = {"strings": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "STRING", "ratio": 1.0}, "typeCounts": {"STRING": "500"}}, "stringSummary": {"uniqueCount": {"estimate": 486.0, "upper": 486.0, "lower": 486.0}, "length": {"count": "500", "min": 3.0, "max": 30.0, "mean": 11.44, "stddev": 6.118600701884233, "histogram": {"start": 3.0, "end": 30.000003, "counts": ["1", "37", "127", "25", "1", "0", "5", "5", "23", "38", "0", "53", "41", "30", "22", "16", "14", "10", "10", "9", "0", "4", "5", "8", "7", "5", "0", "0", "0", "4"], "max": 30.0, "min": 3.0, "bins": [3.0, 3.9000000999999997, 4.8000001999999995, 5.7000003, 6.6000004, 7.5000005, 8.4000006, 9.3000007, 10.2000008, 11.1000009, 12.000001, 12.900001099999999, 13.8000012, 14.7000013, 15.6000014, 16.5000015, 17.4000016, 18.3000017, 19.2000018, 20.1000019, 21.000002, 21.9000021, 22.800002199999998, 23.700002299999998, 24.6000024, 25.5000025, 26.4000026, 27.3000027, 28.2000028, 29.1000029, 30.000003], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 4.0, 4.0, 5.0, 12.0, 15.0, 23.0, 26.0, 30.0]}, "isDiscrete": true}, "tokenLength": {"count": "500", "min": 2.0, "max": 6.0, "mean": 2.158, "stddev": 0.5344223184232276, "histogram": {"start": 2.0, "end": 6.0000006, "counts": ["451", "0", "0", "0", "0", "0", "0", "24", "0", "0", "0", "0", "0", "0", "19", "0", "0", "0", "0", "0", "0", "0", "5", "0", "0", "0", "0", "0", "0", "1"], "max": 6.0, "min": 2.0, "bins": [2.0, 2.133333353333333, 2.266666706666667, 2.40000006, 2.533333413333333, 2.6666667666666664, 2.80000012, 2.933333473333333, 3.0666668266666663, 3.20000018, 3.333333533333333, 3.4666668866666663, 3.60000024, 3.733333593333333, 3.8666669466666663, 4.0000003, 4.133333653333333, 4.266667006666666, 4.40000036, 4.533333713333333, 4.666667066666666, 4.80000042, 4.933333773333333, 5.066667126666666, 5.20000048, 5.333333833333333, 5.466667186666666, 5.60000054, 5.733333893333333, 5.866667246666666, 6.0000006], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 5.0, "upper": 5.0, "lower": 5.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 5.0, 6.0]}, "isDiscrete": true}, "charPosTracker": {"characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}", "charPosMap": {"v": {"count": "46", "max": 25.0, "mean": 7.6521739130434785, "stddev": 6.763356797410744, "histogram": {"end": 25.0000025, "counts": ["16", "4", "2", "3", "5", "7", "1", "2", "2", "2", "1", "1"], "max": 25.0, "bins": [0.0, 2.0833335416666667, 4.1666670833333335, 6.250000625, 8.333334166666667, 10.416667708333334, 12.50000125, 14.583334791666667, 16.666668333333334, 18.750001875000002, 20.833335416666667, 22.916668958333332, 25.0000025], "n": "46", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 11.0, 20.0, 25.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "f": {"count": "26", "max": 11.0, "mean": 5.423076923076923, "stddev": 3.2640230014272498, "histogram": {"end": 11.0000011, "counts": ["3", "5", "0", "9", "2", "4", "3"], "max": 11.0, "bins": [0.0, 1.5714287285714286, 3.142857457142857, 4.714286185714286, 6.285714914285714, 7.857143642857142, 9.428572371428572, 11.0000011], "n": "26", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 5.0, 9.0, 10.0, 11.0, 11.0]}, "min": 0.0, "isDiscrete": false}, "l": {"count": "260", "max": 29.0, "mean": 8.265384615384615, "stddev": 5.608421846152051, "histogram": {"end": 29.0000029, "counts": ["8", "19", "19", "18", "10", "16", "16", "16", "17", "22", "18", "14", "16", "14", "6", "3", "8", "2", "0", "6", "2", "2", "2", "2", "0", "2", "0", "0", "0", "2"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "260", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 8.0, 12.0, 19.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "b": {"count": "111", "max": 21.0, "mean": 7.675675675675675, "stddev": 5.170127767301416, "histogram": {"end": 21.0000021, "counts": ["19", "1", "4", "3", "0", "2", "7", "6", "0", "6", "7", "14", "0", "12", "9", "9", "0", "2", "1", "1", "0", "1", "1", "1", "0", "3", "1", "1"], "max": 21.0, "bins": [0.0, 0.750000075, 1.50000015, 2.250000225, 3.0000003, 3.750000375, 4.50000045, 5.250000525, 6.0000006, 6.750000675, 7.50000075, 8.250000825, 9.0000009, 9.750000974999999, 10.50000105, 11.250001125, 12.0000012, 12.750001274999999, 13.50000135, 14.250001425, 15.0000015, 15.750001574999999, 16.50000165, 17.250001725, 18.0000018, 18.750001875, 19.500001949999998, 20.250002025, 21.0000021], "n": "111", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 22.0, "upper": 22.0, "lower": 22.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 9.0, 11.0, 18.0, 20.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "-": {"count": "30", "min": 4.0, "max": 18.0, "mean": 10.0, "stddev": 4.051393970406764, "histogram": {"start": 4.0, "end": 18.0000018, "counts": ["2", "8", "7", "3", "0", "4", "4", "2"], "max": 18.0, "min": 4.0, "bins": [4.0, 5.750000225, 7.50000045, 9.250000674999999, 11.0000009, 12.750001125, 14.50000135, 16.250001575, 18.0000018], "n": "30", "width": 0.0}, "uniqueCount": {"estimate": 13.0, "upper": 13.0, "lower": 13.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 5.0, 7.0, 8.0, 14.0, 17.0, 18.0, 18.0]}, "isDiscrete": false}, "e": {"count": "559", "max": 26.0, "mean": 8.606440071556351, "stddev": 5.3174185964624145, "histogram": {"end": 26.0000026, "counts": ["10", "43", "13", "16", "50", "54", "34", "0", "44", "39", "38", "34", "36", "25", "27", "0", "22", "12", "10", "14", "6", "8", "0", "6", "6", "6", "4", "0", "0", "2"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "559", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 5.0, 8.0, 12.0, 19.0, 23.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "c": {"count": "134", "max": 27.0, "mean": 6.723880597014926, "stddev": 5.825006748900252, "histogram": {"end": 27.0000027, "counts": ["27", "1", "16", "7", "4", "6", "7", "8", "13", "6", "0", "7", "7", "8", "0", "4", "2", "2", "0", "2", "0", "2", "1", "3", "0", "0", "0", "0", "0", "1"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "134", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 10.0, 19.0, 21.0, 27.0]}, "min": 0.0, "isDiscrete": false}, "g": {"count": "82", "max": 22.0, "mean": 6.7560975609756095, "stddev": 4.962976445666541, "histogram": {"end": 22.0000022, "counts": ["9", "12", "13", "1", "0", "2", "9", "4", "6", "8", "5", "5", "2", "0", "2", "1", "0", "2", "0", "0", "1"], "max": 22.0, "bins": [0.0, 1.0476191523809524, 2.0952383047619048, 3.142857457142857, 4.1904766095238095, 5.238095761904762, 6.285714914285714, 7.333334066666667, 8.380953219047619, 9.428572371428572, 10.476191523809524, 11.523810676190475, 12.571429828571429, 13.619048980952382, 14.666668133333333, 15.714287285714285, 16.761906438095238, 17.80952559047619, 18.857144742857145, 19.904763895238094, 20.952383047619048, 22.0000022], "n": "82", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 10.0, 15.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "t": {"count": "218", "max": 24.0, "mean": 8.711009174311927, "stddev": 5.630231751531398, "histogram": {"end": 24.0000024, "counts": ["8", "6", "15", "18", "8", "0", "27", "13", "12", "5", "0", "8", "16", "13", "12", "0", "17", "8", "4", "5", "0", "7", "2", "3", "5", "0", "1", "2", "1", "2"], "max": 24.0, "bins": [0.0, 0.80000008, 1.60000016, 2.40000024, 3.20000032, 4.0000004, 4.80000048, 5.60000056, 6.40000064, 7.20000072, 8.0000008, 8.80000088, 9.60000096, 10.40000104, 11.20000112, 12.0000012, 12.80000128, 13.60000136, 14.40000144, 15.20000152, 16.0000016, 16.80000168, 17.60000176, 18.40000184, 19.20000192, 20.000002, 20.80000208, 21.60000216, 22.40000224, 23.20000232, 24.0000024], "n": "218", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 8.0, 13.0, 20.0, 23.0, 24.0]}, "isDiscrete": true, "min": 0.0}, "k": {"count": "26", "max": 15.0, "mean": 6.923076923076923, "stddev": 4.807686153842216, "histogram": {"end": 15.0000015, "counts": ["6", "2", "4", "2", "4", "7", "1"], "max": 15.0, "bins": [0.0, 2.1428573571428573, 4.285714714285715, 6.428572071428572, 8.57142942857143, 10.714286785714286, 12.857144142857145, 15.000001500000002], "n": "26", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 8.0, 11.0, 12.0, 15.0, 15.0]}, "min": 0.0, "isDiscrete": false}, ".": {"count": "3", "min": 2.0, "max": 2.0, "mean": 2.0, "histogram": {"start": 2.0, "end": 2.0000002, "counts": ["3"], "max": 2.0, "min": 2.0, "bins": [2.0, 2.0000002], "n": "3", "width": 0.0}, "uniqueCount": {"estimate": 1.0, "upper": 1.0, "lower": 1.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "stddev": 0.0, "isDiscrete": false}, "n": {"count": "342", "max": 27.0, "mean": 8.175438596491228, "stddev": 5.595209954997227, "histogram": {"end": 27.0000027, "counts": ["4", "12", "44", "21", "38", "27", "22", "14", "10", "18", "0", "14", "20", "19", "10", "14", "15", "9", "10", "4", "0", "8", "1", "0", "2", "2", "2", "0", "0", "2"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "342", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 4.0, 7.0, 12.0, 18.0, 24.0, 27.0]}, "isDiscrete": true, "min": 0.0}, "y": {"count": "67", "max": 20.0, "mean": 8.283582089552239, "stddev": 4.670364239086173, "histogram": {"end": 20.000002, "counts": ["2", "5", "5", "4", "4", "11", "6", "6", "1", "7", "4", "5", "2", "1", "1", "1", "2"], "max": 20.0, "bins": [0.0, 1.176470705882353, 2.352941411764706, 3.529412117647059, 4.705882823529412, 5.882353529411764, 7.058824235294118, 8.23529494117647, 9.411765647058823, 10.588236352941177, 11.764707058823529, 12.941177764705882, 14.117648470588236, 15.294119176470588, 16.47058988235294, 17.647060588235295, 18.823531294117647, 20.000002], "n": "67", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 5.0, 8.0, 11.0, 17.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "s": {"count": "183", "max": 26.0, "mean": 7.775956284153006, "stddev": 5.398317914477687, "histogram": {"end": 26.0000026, "counts": ["21", "4", "6", "9", "23", "11", "14", "0", "10", "2", "4", "17", "12", "15", "13", "0", "6", "4", "2", "3", "0", "1", "0", "3", "1", "0", "1", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "183", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 7.0, 12.0, 17.0, 23.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "h": {"count": "141", "max": 21.0, "mean": 6.50354609929078, "stddev": 5.015154339563777, "histogram": {"end": 21.0000021, "counts": ["10", "20", "4", "0", "20", "11", "0", "6", "3", "5", "0", "15", "9", "0", "6", "8", "0", "6", "3", "3", "0", "5", "1", "0", "3", "1", "0", "1", "0", "1"], "max": 21.0, "bins": [0.0, 0.70000007, 1.40000014, 2.10000021, 2.80000028, 3.5000003499999996, 4.20000042, 4.90000049, 5.60000056, 6.3000006299999995, 7.000000699999999, 7.70000077, 8.40000084, 9.10000091, 9.80000098, 10.50000105, 11.20000112, 11.90000119, 12.600001259999999, 13.300001329999999, 14.000001399999999, 14.70000147, 15.40000154, 16.10000161, 16.80000168, 17.50000175, 18.20000182, 18.90000189, 19.60000196, 20.300002029999998, 21.0000021], "n": "141", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 5.0, 10.0, 15.0, 19.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "d": {"count": "183", "max": 29.0, "mean": 8.33879781420765, "stddev": 6.098547176802646, "histogram": {"end": 29.0000029, "counts": ["20", "10", "8", "8", "8", "10", "11", "20", "7", "13", "6", "6", "6", "9", "9", "7", "8", "2", "3", "7", "1", "1", "1", "0", "0", "0", "0", "0", "1", "1"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "183", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 7.0, 13.0, 19.0, 28.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "m": {"count": "141", "max": 25.0, "mean": 6.0, "stddev": 5.651801229949363, "histogram": {"end": 25.0000025, "counts": ["37", "8", "12", "5", "1", "5", "0", "6", "8", "15", "12", "5", "0", "4", "3", "3", "8", "1", "0", "2", "1", "2", "0", "1", "0", "0", "0", "0", "1", "1"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "141", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 22.0, "upper": 22.0, "lower": 22.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 6.0, 9.0, 16.0, 24.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "j": {"count": "50", "max": 21.0, "mean": 3.1, "stddev": 4.643406560898574, "histogram": {"end": 21.0000021, "counts": ["30", "4", "1", "3", "4", "1", "5", "1", "0", "0", "0", "0", "1"], "max": 21.0, "bins": [0.0, 1.615384776923077, 3.230769553846154, 4.846154330769231, 6.461539107692308, 8.076923884615384, 9.692308661538462, 11.307693438461538, 12.923078215384615, 14.538462992307693, 16.15384776923077, 17.769232546153845, 19.384617323076924, 21.0000021], "n": "50", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 0.0, 6.0, 10.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "q": {"count": "18", "min": 3.0, "max": 21.0, "mean": 7.055555555555555, "stddev": 5.285632270290096, "histogram": {"start": 3.0, "end": 21.0000021, "counts": ["14", "0", "1", "2", "1"], "max": 21.0, "min": 3.0, "bins": [3.0, 6.60000042, 10.20000084, 13.800001259999998, 17.40000168, 21.0000021], "n": "18", "width": 0.0}, "uniqueCount": {"estimate": 7.0, "upper": 7.0, "lower": 7.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 3.0, 3.0, 6.0, 6.0, 21.0, 21.0, 21.0]}, "isDiscrete": false}, "u": {"count": "183", "min": 1.0, "max": 25.0, "mean": 8.743169398907105, "stddev": 5.866148446129323, "histogram": {"start": 1.0, "end": 25.0000025, "counts": ["20", "16", "10", "9", "6", "0", "3", "13", "17", "11", "0", "16", "12", "7", "9", "0", "4", "6", "3", "5", "0", "3", "2", "2", "2", "0", "2", "3", "1", "1"], "max": 25.0, "min": 1.0, "bins": [1.0, 1.8000000833333334, 2.600000166666667, 3.40000025, 4.200000333333334, 5.000000416666667, 5.8000005, 6.600000583333333, 7.400000666666667, 8.200000750000001, 9.000000833333335, 9.800000916666667, 10.600001, 11.400001083333335, 12.200001166666667, 13.00000125, 13.800001333333334, 14.600001416666668, 15.400001500000002, 16.200001583333332, 17.00000166666667, 17.80000175, 18.600001833333334, 19.400001916666668, 20.200002, 21.000002083333335, 21.80000216666667, 22.600002250000003, 23.400002333333333, 24.200002416666667, 25.0000025], "n": "183", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 3.0, 8.0, 12.0, 20.0, 24.0, 25.0]}, "isDiscrete": true}, "i": {"count": "305", "max": 27.0, "mean": 7.409836065573771, "stddev": 5.598334600752663, "histogram": {"end": 27.0000027, "counts": ["2", "21", "22", "51", "38", "23", "17", "6", "8", "16", "0", "15", "17", "17", "7", "6", "6", "6", "5", "6", "0", "3", "4", "2", "2", "0", "4", "0", "0", "1"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "305", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 3.0, 5.0, 11.0, 19.0, 24.0, 27.0]}, "isDiscrete": true, "min": 0.0}, "r": {"count": "396", "max": 28.0, "mean": 8.530303030303031, "stddev": 5.763401853124454, "histogram": {"end": 28.0000028, "counts": ["11", "18", "53", "25", "17", "19", "13", "20", "19", "26", "27", "28", "34", "15", "21", "0", "7", "8", "6", "7", "2", "5", "0", "6", "3", "4", "0", "0", "0", "2"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "396", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 9.0, 12.0, 20.0, 24.0, 28.0]}, "isDiscrete": true, "min": 0.0}, "w": {"count": "23", "max": 15.0, "mean": 6.391304347826087, "stddev": 3.951284376167308, "histogram": {"end": 15.0000015, "counts": ["4", "5", "4", "7", "1", "2"], "max": 15.0, "bins": [0.0, 2.50000025, 5.0000005, 7.50000075, 10.000001, 12.500001249999999, 15.0000015], "n": "23", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 7.0, 8.0, 13.0, 15.0, 15.0]}, "min": 0.0, "isDiscrete": false}, "o": {"count": "240", "max": 25.0, "mean": 8.095833333333333, "stddev": 5.386639225698916, "histogram": {"end": 25.0000025, "counts": ["6", "33", "4", "19", "10", "7", "0", "14", "10", "22", "18", "26", "0", "23", "8", "7", "6", "8", "0", "6", "2", "1", "0", "0", "0", "1", "4", "4", "0", "1"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "240", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 8.0, 11.0, 17.0, 23.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "a": {"count": "441", "max": 29.0, "mean": 6.913832199546485, "stddev": 5.819779288142129, "histogram": {"end": 29.0000029, "counts": ["42", "76", "20", "18", "33", "22", "14", "20", "28", "21", "29", "25", "24", "15", "13", "7", "5", "8", "4", "3", "4", "2", "0", "1", "1", "2", "0", "1", "2", "1"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "441", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 30.0, "upper": 30.0, "lower": 30.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 6.0, 11.0, 17.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "p": {"count": "71", "max": 24.0, "mean": 7.140845070422535, "stddev": 5.54023149245044, "histogram": {"end": 24.0000024, "counts": ["11", "8", "7", "0", "3", "19", "4", "5", "2", "1", "3", "3", "2", "1", "0", "1", "0", "1"], "max": 24.0, "bins": [0.0, 1.3333334666666667, 2.6666669333333335, 4.0000004, 5.333333866666667, 6.666667333333334, 8.0000008, 9.333334266666668, 10.666667733333334, 12.0000012, 13.333334666666667, 14.666668133333335, 16.0000016, 17.333335066666667, 18.666668533333336, 20.000002000000002, 21.333335466666668, 22.666668933333334, 24.0000024], "n": "71", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 18.0, "upper": 18.0, "lower": 18.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 10.0, 17.0, 24.0, 24.0]}, "min": 0.0, "isDiscrete": false}, "z": {"count": "25", "max": 23.0, "mean": 11.16, "stddev": 5.934924880176103, "histogram": {"end": 23.0000023, "counts": ["5", "0", "1", "13", "2", "3", "1"], "max": 23.0, "bins": [0.0, 3.285714614285714, 6.571429228571428, 9.857143842857141, 13.142858457142855, 16.42857307142857, 19.714287685714282, 23.0000023], "n": "25", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 12.0, "upper": 12.0, "lower": 12.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 10.0, 12.0, 13.0, 19.0, 23.0, 23.0]}, "min": 0.0, "isDiscrete": false}, "NITL": {"count": "1416", "max": 25.0, "mean": 3.9166666666666665, "stddev": 3.8794709000165732, "histogram": {"end": 25.0000025, "counts": ["203", "199", "205", "214", "182", "71", "0", "84", "56", "50", "44", "18", "0", "16", "10", "14", "6", "12", "0", "6", "2", "10", "4", "0", "0", "2", "0", "4", "0", "4"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "1416", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 3.0, 5.0, 12.0, 18.0, 25.0]}, "isDiscrete": true, "min": 0.0}}}}, "uniqueCount": {"estimate": 489.11696836641255, "upper": 495.51924147870557, "lower": 482.8704342625721}}};\n", + " const context = {"strings": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "STRING", "ratio": 1.0}, "typeCounts": {"STRING": "500"}}, "stringSummary": {"uniqueCount": {"estimate": 487.0, "upper": 487.0, "lower": 487.0}, "length": {"count": "500", "min": 3.0, "max": 34.0, "mean": 11.34, "stddev": 6.336616242981867, "histogram": {"start": 3.0, "end": 34.0000034, "counts": ["39", "136", "35", "0", "0", "3", "9", "19", "33", "39", "33", "30", "20", "23", "11", "11", "5", "11", "12", "14", "6", "5", "3", "3", "0", "0", "0", "0", "0", "0"], "max": 34.0, "min": 3.0, "bins": [3.0, 4.033333446666667, 5.066666893333333, 6.100000339999999, 7.133333786666666, 8.166667233333333, 9.200000679999999, 10.233334126666666, 11.266667573333333, 12.30000102, 13.333334466666667, 14.366667913333332, 15.40000136, 16.433334806666664, 17.46666825333333, 18.5000017, 19.533335146666666, 20.566668593333333, 21.60000204, 22.633335486666667, 23.666668933333334, 24.700002379999997, 25.733335826666664, 26.76666927333333, 27.80000272, 28.833336166666665, 29.866669613333332, 30.90000306, 31.933336506666663, 32.96666995333333, 34.0000034], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 4.0, 4.0, 5.0, 12.0, 15.0, 23.0, 26.0, 34.0]}, "isDiscrete": true}, "tokenLength": {"count": "500", "min": 2.0, "max": 6.0, "mean": 2.13, "stddev": 0.4874168137237381, "histogram": {"start": 2.0, "end": 6.0000006, "counts": ["459", "0", "0", "0", "0", "0", "0", "21", "0", "0", "0", "0", "0", "0", "16", "0", "0", "0", "0", "0", "0", "0", "2", "0", "0", "0", "0", "0", "0", "2"], "max": 6.0, "min": 2.0, "bins": [2.0, 2.133333353333333, 2.266666706666667, 2.40000006, 2.533333413333333, 2.6666667666666664, 2.80000012, 2.933333473333333, 3.0666668266666663, 3.20000018, 3.333333533333333, 3.4666668866666663, 3.60000024, 3.733333593333333, 3.8666669466666663, 4.0000003, 4.133333653333333, 4.266667006666666, 4.40000036, 4.533333713333333, 4.666667066666666, 4.80000042, 4.933333773333333, 5.066667126666666, 5.20000048, 5.333333833333333, 5.466667186666666, 5.60000054, 5.733333893333333, 5.866667246666666, 6.0000006], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 5.0, "upper": 5.0, "lower": 5.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 4.0, 6.0]}, "isDiscrete": true}, "charPosTracker": {"characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}", "charPosMap": {"z": {"count": "23", "max": 21.0, "mean": 10.08695652173913, "stddev": 6.4025069200790465, "histogram": {"end": 21.0000021, "counts": ["7", "0", "1", "7", "7", "1"], "max": 21.0, "bins": [0.0, 3.50000035, 7.0000007, 10.50000105, 14.0000014, 17.50000175, 21.0000021], "n": "23", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 11.0, 16.0, 17.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "u": {"count": "184", "min": 1.0, "max": 24.0, "mean": 7.668478260869565, "stddev": 5.732076924499296, "histogram": {"start": 1.0, "end": 24.0000024, "counts": ["37", "14", "13", "3", "0", "6", "7", "11", "0", "17", "12", "11", "0", "9", "7", "9", "4", "0", "1", "6", "8", "0", "2", "0", "0", "0", "3", "3", "0", "1"], "max": 24.0, "min": 1.0, "bins": [1.0, 1.7666667466666666, 2.533333493333333, 3.30000024, 4.066666986666666, 4.833333733333333, 5.60000048, 6.366667226666666, 7.133333973333333, 7.90000072, 8.666667466666667, 9.433334213333334, 10.20000096, 10.966667706666668, 11.733334453333333, 12.5000012, 13.266667946666667, 14.033334693333334, 14.80000144, 15.566668186666666, 16.333334933333333, 17.100001680000002, 17.866668426666667, 18.633335173333332, 19.40000192, 20.166668666666666, 20.933335413333335, 21.70000216, 22.466668906666666, 23.233335653333334, 24.0000024], "n": "184", "width": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 2.0, 8.0, 11.0, 17.0, 22.0, 24.0]}, "isDiscrete": true}, "a": {"count": "407", "max": 33.0, "mean": 6.995085995085995, "stddev": 5.880583013720373, "histogram": {"end": 33.0000033, "counts": ["99", "29", "22", "19", "24", "15", "20", "22", "27", "44", "21", "10", "9", "9", "6", "3", "8", "5", "4", "7", "1", "0", "1", "0", "0", "0", "0", "0", "0", "2"], "max": 33.0, "bins": [0.0, 1.10000011, 2.20000022, 3.3000003300000005, 4.40000044, 5.50000055, 6.600000660000001, 7.700000770000001, 8.80000088, 9.90000099, 11.0000011, 12.10000121, 13.200001320000002, 14.300001430000002, 15.400001540000002, 16.50000165, 17.60000176, 18.70000187, 19.80000198, 20.90000209, 22.0000022, 23.10000231, 24.20000242, 25.30000253, 26.400002640000004, 27.500002750000004, 28.600002860000004, 29.700002970000003, 30.800003080000003, 31.900003190000003, 33.0000033], "n": "407", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 11.0, 18.0, 22.0, 33.0]}, "isDiscrete": true, "min": 0.0}, "m": {"count": "133", "max": 21.0, "mean": 6.067669172932331, "stddev": 5.2803172091379365, "histogram": {"end": 21.0000021, "counts": ["32", "3", "11", "0", "8", "2", "0", "6", "10", "9", "0", "14", "5", "0", "8", "5", "0", "4", "2", "2", "0", "2", "3", "0", "4", "2", "0", "0", "0", "1"], "max": 21.0, "bins": [0.0, 0.70000007, 1.40000014, 2.10000021, 2.80000028, 3.5000003499999996, 4.20000042, 4.90000049, 5.60000056, 6.3000006299999995, 7.000000699999999, 7.70000077, 8.40000084, 9.10000091, 9.80000098, 10.50000105, 11.20000112, 11.90000119, 12.600001259999999, 13.300001329999999, 14.000001399999999, 14.70000147, 15.40000154, 16.10000161, 16.80000168, 17.50000175, 18.20000182, 18.90000189, 19.60000196, 20.300002029999998, 21.0000021], "n": "133", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 6.0, 9.0, 17.0, 18.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "i": {"count": "315", "min": 1.0, "max": 31.0, "mean": 8.006349206349206, "stddev": 5.621270823741272, "histogram": {"start": 1.0, "end": 31.0000031, "counts": ["26", "58", "29", "17", "25", "15", "13", "15", "22", "15", "16", "13", "16", "8", "0", "7", "4", "2", "2", "5", "3", "0", "2", "0", "0", "0", "2", "0", "0", "0"], "max": 31.0, "min": 1.0, "bins": [1.0, 2.0000001033333334, 3.000000206666667, 4.000000310000001, 5.000000413333334, 6.000000516666667, 7.000000620000001, 8.000000723333335, 9.000000826666668, 10.00000093, 11.000001033333334, 12.000001136666668, 13.000001240000001, 14.000001343333334, 15.00000144666667, 16.00000155, 17.000001653333335, 18.00000175666667, 19.00000186, 20.000001963333336, 21.000002066666667, 22.000002170000002, 23.000002273333337, 24.000002376666668, 25.000002480000003, 26.000002583333337, 27.00000268666667, 28.000002790000003, 29.00000289333334, 30.00000299666667, 31.000003100000004], "n": "315", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 3.0, 7.0, 12.0, 19.0, 24.0, 31.0]}, "isDiscrete": true}, "NITL": {"count": "1493", "max": 25.0, "mean": 3.766242464835901, "stddev": 3.812936444515093, "histogram": {"end": 25.0000025, "counts": ["214", "226", "224", "225", "214", "75", "0", "67", "52", "54", "29", "13", "0", "10", "13", "16", "10", "15", "0", "6", "10", "6", "10", "4", "0", "0", "0", "0", "0", "0"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "1493", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 3.0, 5.0, 13.0, 18.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "d": {"count": "151", "max": 24.0, "mean": 9.185430463576159, "stddev": 5.9491220343957005, "histogram": {"end": 24.0000024, "counts": ["9", "9", "6", "5", "7", "0", "11", "10", "9", "9", "0", "8", "4", "7", "6", "0", "12", "10", "11", "3", "0", "4", "1", "1", "2", "0", "2", "1", "2", "2"], "max": 24.0, "bins": [0.0, 0.80000008, 1.60000016, 2.40000024, 3.20000032, 4.0000004, 4.80000048, 5.60000056, 6.40000064, 7.20000072, 8.0000008, 8.80000088, 9.60000096, 10.40000104, 11.20000112, 12.0000012, 12.80000128, 13.60000136, 14.40000144, 15.20000152, 16.0000016, 16.80000168, 17.60000176, 18.40000184, 19.20000192, 20.000002, 20.80000208, 21.60000216, 22.40000224, 23.20000232, 24.0000024], "n": "151", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 9.0, 14.0, 20.0, 24.0, 24.0]}, "min": 0.0, "isDiscrete": false}, "r": {"count": "376", "max": 32.0, "mean": 8.675531914893616, "stddev": 5.840186045807564, "histogram": {"end": 32.0000032, "counts": ["29", "39", "28", "13", "27", "12", "16", "19", "24", "34", "30", "24", "17", "7", "19", "5", "2", "10", "7", "1", "4", "6", "0", "0", "1", "0", "0", "0", "0", "2"], "max": 32.0, "bins": [0.0, 1.0666667733333335, 2.133333546666667, 3.2000003200000005, 4.266667093333334, 5.333333866666667, 6.400000640000001, 7.466667413333335, 8.533334186666668, 9.600000960000001, 10.666667733333334, 11.733334506666669, 12.800001280000002, 13.866668053333335, 14.93333482666667, 16.0000016, 17.066668373333336, 18.13333514666667, 19.200001920000002, 20.266668693333337, 21.333335466666668, 22.400002240000003, 23.466669013333338, 24.53333578666667, 25.600002560000004, 26.66666933333334, 27.73333610666667, 28.800002880000005, 29.86666965333334, 30.93333642666667, 32.0000032], "n": "376", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 9.0, 12.0, 20.0, 23.0, 32.0]}, "isDiscrete": true, "min": 0.0}, "-": {"count": "49", "min": 4.0, "max": 19.0, "mean": 10.408163265306122, "stddev": 4.056467918372967, "histogram": {"start": 4.0, "end": 19.0000019, "counts": ["5", "9", "4", "2", "1", "2", "9", "1", "7", "4", "4", "0", "1"], "max": 19.0, "min": 4.0, "bins": [4.0, 5.1538463, 6.3076926, 7.461538900000001, 8.6153852, 9.7692315, 10.923077800000002, 12.076924100000001, 13.2307704, 14.3846167, 15.538463, 16.6923093, 17.846155600000003, 19.0000019], "n": "49", "width": 0.0}, "uniqueCount": {"estimate": 14.0, "upper": 14.0, "lower": 14.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 5.0, 6.0, 11.0, 14.0, 16.0, 19.0, 19.0]}, "isDiscrete": false}, "v": {"count": "41", "max": 29.0, "mean": 8.902439024390244, "stddev": 7.213892423819406, "histogram": {"end": 29.0000029, "counts": ["12", "2", "1", "7", "11", "1", "4", "1", "1", "0", "1"], "max": 29.0, "bins": [0.0, 2.6363638999999996, 5.272727799999999, 7.909091699999999, 10.545455599999999, 13.181819499999998, 15.818183399999999, 18.454547299999998, 21.090911199999997, 23.727275099999996, 26.363638999999996, 29.000002899999995], "n": "41", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 10.0, 13.0, 21.0, 29.0, 29.0]}, "min": 0.0, "isDiscrete": false}, "o": {"count": "209", "max": 26.0, "mean": 8.578947368421053, "stddev": 5.471494033951124, "histogram": {"end": 26.0000026, "counts": ["3", "27", "7", "16", "11", "3", "3", "0", "8", "18", "25", "16", "10", "20", "6", "0", "8", "6", "6", "3", "2", "2", "0", "5", "2", "0", "1", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "209", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 24.0, "upper": 24.0, "lower": 24.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 9.0, 12.0, 19.0, 21.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "s": {"count": "225", "max": 26.0, "mean": 8.675555555555556, "stddev": 5.708435000832556, "histogram": {"end": 26.0000026, "counts": ["20", "2", "13", "9", "26", "12", "14", "0", "5", "6", "8", "22", "17", "15", "11", "0", "10", "10", "3", "3", "7", "3", "0", "5", "1", "1", "1", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "225", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 9.0, 12.0, 19.0, 22.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "b": {"count": "96", "max": 22.0, "mean": 9.03125, "stddev": 5.406532354963127, "histogram": {"end": 22.0000022, "counts": ["9", "0", "5", "2", "1", "2", "11", "9", "4", "16", "4", "8", "0", "3", "4", "1", "4", "1", "2", "4", "4", "0", "0", "2"], "max": 22.0, "bins": [0.0, 0.9166667583333333, 1.8333335166666667, 2.750000275, 3.6666670333333333, 4.583333791666667, 5.50000055, 6.416667308333333, 7.333334066666667, 8.250000825, 9.166667583333334, 10.083334341666667, 11.0000011, 11.916667858333334, 12.833334616666667, 13.750001375, 14.666668133333333, 15.583334891666667, 16.50000165, 17.416668408333333, 18.333335166666668, 19.250001925, 20.166668683333334, 21.083335441666666, 22.0000022], "n": "96", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 6.0, 9.0, 12.0, 19.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "f": {"count": "26", "max": 17.0, "mean": 3.8461538461538463, "stddev": 4.182748452319911, "histogram": {"end": 17.0000017, "counts": ["13", "3", "4", "5", "0", "0", "1"], "max": 17.0, "bins": [0.0, 2.428571671428571, 4.857143342857142, 7.285715014285714, 9.714286685714285, 12.142858357142856, 14.571430028571427, 17.0000017], "n": "26", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 3.0, 7.0, 9.0, 17.0, 17.0]}, "min": 0.0, "isDiscrete": false}, "l": {"count": "291", "max": 27.0, "mean": 8.140893470790378, "stddev": 5.5669044724922125, "histogram": {"end": 27.0000027, "counts": ["17", "18", "25", "19", "13", "15", "11", "18", "18", "19", "0", "24", "26", "12", "9", "9", "8", "2", "10", "4", "0", "5", "4", "2", "2", "0", "1", "0", "0", "0"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "291", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 8.0, 11.0, 18.0, 22.0, 27.0]}, "isDiscrete": true, "min": 0.0}, "g": {"count": "95", "max": 21.0, "mean": 7.863157894736842, "stddev": 5.747544390203282, "histogram": {"end": 21.0000021, "counts": ["11", "2", "9", "10", "1", "2", "6", "6", "0", "6", "8", "5", "1", "6", "3", "5", "0", "2", "5", "2", "0", "2", "2", "1"], "max": 21.0, "bins": [0.0, 0.8750000875, 1.750000175, 2.6250002625, 3.50000035, 4.3750004375, 5.250000525, 6.1250006125, 7.0000007, 7.8750007875, 8.750000875, 9.6250009625, 10.50000105, 11.3750011375, 12.250001225, 13.1250013125, 14.0000014, 14.8750014875, 15.750001575, 16.6250016625, 17.50000175, 18.3750018375, 19.250001925, 20.1250020125, 21.0000021], "n": "95", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 8.0, 12.0, 19.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "k": {"count": "30", "max": 11.0, "mean": 3.7333333333333334, "stddev": 3.9122560149403287, "histogram": {"end": 11.0000011, "counts": ["13", "0", "5", "3", "0", "5", "1", "3"], "max": 11.0, "bins": [0.0, 1.3750001375, 2.750000275, 4.1250004125, 5.50000055, 6.8750006875, 8.250000825, 9.6250009625, 11.0000011], "n": "30", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 3.0, 8.0, 11.0, 11.0, 11.0]}, "min": 0.0, "isDiscrete": false}, "q": {"count": "18", "min": 4.0, "max": 20.0, "mean": 10.055555555555555, "stddev": 4.304200714517119, "histogram": {"start": 4.0, "end": 20.000002, "counts": ["6", "3", "6", "2", "1"], "max": 20.0, "min": 4.0, "bins": [4.0, 7.2000003999999995, 10.400000799999999, 13.600001199999998, 16.800001599999998, 20.000002], "n": "18", "width": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 4.0, 6.0, 11.0, 13.0, 20.0, 20.0, 20.0]}, "isDiscrete": false}, "w": {"count": "18", "max": 14.0, "mean": 7.277777777777778, "stddev": 4.0410475571907245, "histogram": {"end": 14.0000014, "counts": ["3", "2", "4", "7", "2"], "max": 14.0, "bins": [0.0, 2.80000028, 5.60000056, 8.40000084, 11.20000112, 14.000001399999999], "n": "18", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 9.0, 10.0, 14.0, 14.0, 14.0]}, "min": 0.0, "isDiscrete": false}, ".": {"count": "1", "min": 3.0, "max": 3.0, "mean": 3.0, "histogram": {"start": 3.0, "end": 3.0000003, "counts": ["1"], "max": 3.0, "min": 3.0, "bins": [3.0, 3.0000003], "n": "1", "width": 0.0}, "uniqueCount": {"estimate": 1.0, "upper": 1.0, "lower": 1.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0]}, "stddev": 0.0, "isDiscrete": false}, "y": {"count": "67", "max": 24.0, "mean": 8.402985074626866, "stddev": 5.586942844549129, "histogram": {"end": 24.0000024, "counts": ["8", "5", "6", "4", "10", "0", "4", "11", "5", "7", "0", "1", "3", "0", "2", "0", "1"], "max": 24.0, "bins": [0.0, 1.4117648470588235, 2.823529694117647, 4.23529454117647, 5.647059388235294, 7.058824235294118, 8.47058908235294, 9.882353929411765, 11.294118776470588, 12.705883623529411, 14.117648470588236, 15.529413317647059, 16.94117816470588, 18.352943011764705, 19.76470785882353, 21.176472705882354, 22.588237552941177, 24.0000024], "n": "67", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 9.0, 12.0, 18.0, 24.0, 24.0]}, "min": 0.0, "isDiscrete": false}, "t": {"count": "203", "max": 25.0, "mean": 8.251231527093596, "stddev": 5.891001357212906, "histogram": {"end": 25.0000025, "counts": ["10", "5", "18", "20", "12", "25", "0", "9", "8", "7", "9", "12", "0", "7", "9", "17", "10", "1", "0", "4", "2", "1", "3", "3", "0", "7", "1", "2", "0", "1"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "203", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 7.0, 13.0, 21.0, 23.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "e": {"count": "549", "max": 30.0, "mean": 9.123861566484518, "stddev": 5.484147262107393, "histogram": {"end": 30.000003, "counts": ["36", "15", "24", "50", "36", "40", "45", "37", "29", "39", "37", "27", "19", "22", "20", "16", "7", "13", "8", "10", "7", "4", "2", "4", "1", "1", "0", "0", "0", "0"], "max": 30.0, "bins": [0.0, 1.0000001, 2.0000002, 3.0000003, 4.0000004, 5.0000005000000005, 6.0000006, 7.0000007, 8.0000008, 9.0000009, 10.000001000000001, 11.0000011, 12.0000012, 13.000001300000001, 14.0000014, 15.000001500000002, 16.0000016, 17.000001700000002, 18.0000018, 19.0000019, 20.000002000000002, 21.0000021, 22.0000022, 23.000002300000002, 24.0000024, 25.0000025, 26.000002600000002, 27.000002700000003, 28.0000028, 29.000002900000002, 30.000003000000003], "n": "549", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 28.0, "upper": 28.0, "lower": 28.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 5.0, 8.0, 12.0, 20.0, 24.0, 30.0]}, "isDiscrete": true, "min": 0.0}, "h": {"count": "119", "max": 20.0, "mean": 6.411764705882353, "stddev": 5.036160369388707, "histogram": {"end": 20.000002, "counts": ["8", "15", "2", "0", "19", "11", "0", "9", "3", "0", "6", "9", "0", "6", "8", "0", "6", "3", "0", "3", "1", "0", "1", "3", "0", "1", "0", "0", "3", "2"], "max": 20.0, "bins": [0.0, 0.6666667333333333, 1.3333334666666665, 2.0000001999999997, 2.666666933333333, 3.3333336666666664, 4.000000399999999, 4.666667133333333, 5.333333866666666, 6.000000599999999, 6.666667333333333, 7.333334066666666, 8.000000799999999, 8.666667533333332, 9.333334266666666, 10.000001, 10.666667733333332, 11.333334466666665, 12.000001199999998, 12.666667933333333, 13.333334666666666, 14.000001399999999, 14.666668133333332, 15.333334866666664, 16.000001599999997, 16.66666833333333, 17.333335066666663, 18.0000018, 18.666668533333333, 19.333335266666666, 20.000002], "n": "119", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 5.0, 10.0, 17.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "p": {"count": "60", "max": 20.0, "mean": 7.2, "stddev": 5.3259836363732145, "histogram": {"end": 20.000002, "counts": ["11", "3", "7", "2", "3", "8", "7", "6", "4", "1", "2", "2", "2", "0", "2"], "max": 20.0, "bins": [0.0, 1.3333334666666665, 2.666666933333333, 4.000000399999999, 5.333333866666666, 6.666667333333333, 8.000000799999999, 9.333334266666666, 10.666667733333332, 12.000001199999998, 13.333334666666666, 14.666668133333332, 16.000001599999997, 17.333335066666663, 18.666668533333333, 20.000002], "n": "60", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 18.0, "upper": 18.0, "lower": 18.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 7.0, 10.0, 17.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "j": {"count": "49", "max": 20.0, "mean": 3.7755102040816326, "stddev": 5.420890556151149, "histogram": {"end": 20.000002, "counts": ["29", "2", "0", "2", "4", "5", "2", "1", "1", "0", "0", "2", "1"], "max": 20.0, "bins": [0.0, 1.5384616923076921, 3.0769233846153843, 4.615385076923077, 6.153846769230769, 7.6923084615384605, 9.230770153846153, 10.769231846153845, 12.307693538461537, 13.846155230769229, 15.384616923076921, 16.923078615384615, 18.461540307692307, 20.000002], "n": "49", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 11.0, "upper": 11.0, "lower": 11.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 0.0, 7.0, 17.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "n": {"count": "309", "max": 25.0, "mean": 8.533980582524272, "stddev": 5.848990701001409, "histogram": {"end": 25.0000025, "counts": ["8", "14", "24", "21", "32", "31", "0", "16", "13", "9", "10", "13", "0", "18", "16", "24", "10", "12", "0", "11", "3", "3", "4", "3", "0", "2", "6", "2", "1", "3"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "309", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 7.0, 13.0, 20.0, 24.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "c": {"count": "133", "max": 22.0, "mean": 6.368421052631579, "stddev": 5.246172752459105, "histogram": {"end": 22.0000022, "counts": ["25", "1", "18", "0", "4", "5", "7", "0", "6", "18", "7", "0", "13", "6", "2", "0", "3", "4", "0", "2", "3", "1", "0", "1", "4", "2", "0", "0", "0", "1"], "max": 22.0, "bins": [0.0, 0.7333334066666667, 1.4666668133333334, 2.20000022, 2.9333336266666667, 3.6666670333333333, 4.40000044, 5.133333846666667, 5.8666672533333335, 6.60000066, 7.333334066666667, 8.066667473333334, 8.80000088, 9.533334286666667, 10.266667693333334, 11.0000011, 11.733334506666667, 12.466667913333334, 13.20000132, 13.933334726666667, 14.666668133333333, 15.40000154, 16.13333494666667, 16.866668353333335, 17.60000176, 18.333335166666668, 19.066668573333335, 19.80000198, 20.533335386666668, 21.266668793333334, 22.0000022], "n": "133", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 9.0, 18.0, 19.0, 22.0]}, "min": 0.0, "isDiscrete": false}}}}, "uniqueCount": {"estimate": 484.4890618044652, "upper": 490.8307581556479, "lower": 478.30163089687073}}};\n", " // Config handlebars and pass data to HBS template\n", " const source = document.getElementById("entry-template").innerHTML;\n", " const template = Handlebars.compile(source);\n", @@ -6821,7 +6909,7 @@ " return svgEl._groups[0][0].outerHTML;\n", " }\n", "\n", - " const profileFromCSVfile = {"strings": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "STRING", "ratio": 1.0}, "typeCounts": {"STRING": "500"}}, "stringSummary": {"uniqueCount": {"estimate": 494.0, "upper": 494.0, "lower": 494.0}, "length": {"count": "500", "min": 4.0, "max": 31.0, "mean": 12.032, "stddev": 6.5041204760007805, "histogram": {"start": 4.0, "end": 31.0000031, "counts": ["37", "119", "19", "0", "1", "5", "11", "18", "41", "44", "0", "41", "39", "27", "14", "12", "4", "11", "5", "10", "0", "8", "8", "8", "5", "3", "2", "3", "1", "4"], "max": 31.0, "min": 4.0, "bins": [4.0, 4.900000103333333, 5.800000206666667, 6.70000031, 7.600000413333333, 8.500000516666667, 9.40000062, 10.300000723333333, 11.200000826666667, 12.10000093, 13.000001033333334, 13.900001136666667, 14.80000124, 15.700001343333334, 16.600001446666667, 17.50000155, 18.400001653333334, 19.300001756666667, 20.20000186, 21.100001963333334, 22.000002066666667, 22.90000217, 23.800002273333334, 24.700002376666667, 25.60000248, 26.500002583333334, 27.400002686666667, 28.30000279, 29.200002893333334, 30.100002996666667, 31.0000031], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 4.0, 5.0, 12.0, 16.0, 25.0, 30.0, 31.0]}, "isDiscrete": true}, "tokenLength": {"count": "500", "min": 2.0, "max": 5.0, "mean": 2.198, "stddev": 0.5962440893024066, "histogram": {"start": 2.0, "end": 5.0000005, "counts": ["443", "0", "0", "0", "0", "0", "0", "0", "0", "25", "0", "0", "0", "0", "0", "0", "0", "0", "0", "25", "0", "0", "0", "0", "0", "0", "0", "0", "0", "7"], "max": 5.0, "min": 2.0, "bins": [2.0, 2.100000016666667, 2.200000033333333, 2.30000005, 2.4000000666666668, 2.500000083333333, 2.6000001, 2.7000001166666667, 2.800000133333333, 2.90000015, 3.0000001666666662, 3.100000183333333, 3.2000002, 3.3000002166666667, 3.400000233333333, 3.50000025, 3.600000266666666, 3.700000283333333, 3.8000002999999998, 3.9000003166666666, 4.0000003333333325, 4.10000035, 4.200000366666666, 4.300000383333333, 4.4000004, 4.500000416666666, 4.600000433333333, 4.700000449999999, 4.800000466666666, 4.900000483333333, 5.0000005], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 4.0, "upper": 4.0, "lower": 4.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 5.0, 5.0]}, "isDiscrete": true}, "charPosTracker": {"characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}", "charPosMap": {"o": {"count": "265", "max": 26.0, "mean": 8.422641509433962, "stddev": 5.801209432074107, "histogram": {"end": 26.0000026, "counts": ["4", "32", "10", "30", "11", "11", "6", "0", "13", "18", "18", "26", "19", "16", "8", "0", "4", "6", "4", "4", "7", "6", "0", "2", "4", "2", "2", "2", "0", "0"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "265", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 8.0, 12.0, 19.0, 23.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "s": {"count": "195", "max": 26.0, "mean": 8.533333333333333, "stddev": 5.561527145707361, "histogram": {"end": 26.0000026, "counts": ["13", "4", "14", "4", "21", "12", "11", "0", "11", "8", "12", "14", "17", "11", "11", "0", "9", "5", "2", "2", "2", "3", "0", "3", "1", "2", "1", "0", "1", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "195", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 12.0, 19.0, 25.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "l": {"count": "314", "max": 25.0, "mean": 8.719745222929935, "stddev": 5.619835244710718, "histogram": {"end": 25.0000025, "counts": ["12", "18", "17", "18", "18", "21", "0", "25", "9", "18", "24", "21", "0", "16", "18", "17", "11", "10", "0", "10", "7", "7", "2", "4", "0", "3", "5", "1", "0", "2"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "314", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 9.0, 13.0, 19.0, 22.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "n": {"count": "363", "max": 30.0, "mean": 8.606060606060606, "stddev": 6.001534487634099, "histogram": {"end": 30.000003, "counts": ["20", "31", "31", "33", "38", "20", "12", "7", "13", "22", "26", "32", "14", "18", "8", "5", "2", "4", "4", "5", "3", "5", "1", "2", "3", "0", "2", "2", "0", "0"], "max": 30.0, "bins": [0.0, 1.0000001, 2.0000002, 3.0000003, 4.0000004, 5.0000005000000005, 6.0000006, 7.0000007, 8.0000008, 9.0000009, 10.000001000000001, 11.0000011, 12.0000012, 13.000001300000001, 14.0000014, 15.000001500000002, 16.0000016, 17.000001700000002, 18.0000018, 19.0000019, 20.000002000000002, 21.0000021, 22.0000022, 23.000002300000002, 24.0000024, 25.0000025, 26.000002600000002, 27.000002700000003, 28.0000028, 29.000002900000002, 30.000003000000003], "n": "363", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 29.0, "upper": 29.0, "lower": 29.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 7.0, 12.0, 20.0, 27.0, 30.0]}, "isDiscrete": true, "min": 0.0}, "k": {"count": "21", "max": 13.0, "mean": 4.666666666666667, "stddev": 4.175324338699131, "histogram": {"end": 13.0000013, "counts": ["6", "6", "2", "3", "2", "2"], "max": 13.0, "bins": [0.0, 2.1666668833333333, 4.333333766666667, 6.5000006500000005, 8.666667533333333, 10.833334416666666, 13.000001300000001], "n": "21", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 4.0, 8.0, 13.0, 13.0, 13.0]}, "min": 0.0, "isDiscrete": false}, "e": {"count": "611", "max": 29.0, "mean": 9.224222585924714, "stddev": 5.7119778529855365, "histogram": {"end": 29.0000029, "counts": ["4", "40", "9", "27", "60", "44", "39", "57", "41", "33", "43", "28", "30", "24", "28", "19", "15", "12", "9", "14", "7", "5", "5", "9", "0", "6", "1", "0", "2", "0"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "611", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 30.0, "upper": 30.0, "lower": 30.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 5.0, 8.0, 13.0, 20.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "b": {"count": "103", "max": 25.0, "mean": 8.54368932038835, "stddev": 6.172006218830064, "histogram": {"end": 25.0000025, "counts": ["15", "0", "9", "3", "1", "0", "3", "6", "14", "18", "8", "4", "3", "1", "1", "2", "0", "3", "4", "2", "2", "0", "0", "0", "3", "1"], "max": 25.0, "bins": [0.0, 0.9615385576923077, 1.9230771153846153, 2.8846156730769232, 3.8461542307692307, 4.807692788461538, 5.7692313461538465, 6.730769903846154, 7.692308461538461, 8.653847019230769, 9.615385576923076, 10.576924134615384, 11.538462692307693, 12.50000125, 13.461539807692308, 14.423078365384615, 15.384616923076923, 16.34615548076923, 17.307694038461538, 18.269232596153845, 19.230771153846153, 20.19230971153846, 21.153848269230767, 22.115386826923075, 23.076925384615386, 24.038463942307693, 25.0000025], "n": "103", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 9.0, 11.0, 20.0, 24.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "g": {"count": "114", "max": 27.0, "mean": 6.517543859649122, "stddev": 5.741068409308515, "histogram": {"end": 27.0000027, "counts": ["18", "0", "16", "16", "4", "3", "3", "7", "7", "7", "9", "9", "4", "1", "0", "1", "1", "1", "2", "0", "0", "1", "0", "1", "0", "2", "0", "0", "1"], "max": 27.0, "bins": [0.0, 0.931034575862069, 1.862069151724138, 2.7931037275862067, 3.724138303448276, 4.655172879310345, 5.5862074551724135, 6.517242031034483, 7.448276606896552, 8.37931118275862, 9.31034575862069, 10.24138033448276, 11.172414910344827, 12.103449486206896, 13.034484062068966, 13.965518637931034, 14.896553213793103, 15.827587789655173, 16.75862236551724, 17.68965694137931, 18.62069151724138, 19.551726093103447, 20.48276066896552, 21.413795244827586, 22.344829820689654, 23.275864396551725, 24.206898972413793, 25.13793354827586, 26.068968124137932, 27.0000027], "n": "114", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 10.0, 17.0, 24.0, 27.0]}, "min": 0.0, "isDiscrete": false}, "p": {"count": "73", "max": 22.0, "mean": 7.205479452054795, "stddev": 5.54516532192581, "histogram": {"end": 22.0000022, "counts": ["15", "3", "1", "5", "5", "5", "12", "7", "2", "3", "2", "4", "2", "2", "1", "1", "2", "0", "1"], "max": 22.0, "bins": [0.0, 1.157894852631579, 2.315789705263158, 3.473684557894737, 4.631579410526316, 5.789474263157896, 6.947369115789474, 8.105263968421054, 9.263158821052633, 10.421053673684211, 11.578948526315791, 12.73684337894737, 13.894738231578948, 15.052633084210528, 16.21052793684211, 17.368422789473687, 18.526317642105266, 19.684212494736844, 20.842107347368422, 22.000002200000004], "n": "73", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 7.0, 10.0, 18.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "r": {"count": "415", "max": 29.0, "mean": 8.269879518072289, "stddev": 5.9490131309172485, "histogram": {"end": 29.0000029, "counts": ["12", "20", "63", "32", "15", "26", "14", "17", "19", "24", "26", "38", "24", "18", "15", "13", "3", "2", "5", "6", "5", "5", "3", "2", "3", "3", "0", "1", "1", "0"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "415", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 29.0, "upper": 29.0, "lower": 29.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 8.0, 12.0, 20.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "m": {"count": "160", "max": 26.0, "mean": 5.88125, "stddev": 5.5563119244025385, "histogram": {"end": 26.0000026, "counts": ["43", "7", "16", "5", "3", "2", "9", "0", "12", "16", "11", "6", "6", "5", "2", "0", "3", "3", "2", "5", "0", "2", "0", "1", "0", "0", "0", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "160", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 6.0, 9.0, 17.0, 20.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "d": {"count": "170", "max": 30.0, "mean": 8.964705882352941, "stddev": 6.360839992952307, "histogram": {"end": 30.000003, "counts": ["25", "4", "8", "10", "8", "17", "11", "5", "8", "6", "9", "8", "8", "3", "10", "9", "7", "3", "4", "1", "1", "0", "2", "0", "0", "2", "0", "0", "0", "1"], "max": 30.0, "bins": [0.0, 1.0000001, 2.0000002, 3.0000003, 4.0000004, 5.0000005000000005, 6.0000006, 7.0000007, 8.0000008, 9.0000009, 10.000001000000001, 11.0000011, 12.0000012, 13.000001300000001, 14.0000014, 15.000001500000002, 16.0000016, 17.000001700000002, 18.0000018, 19.0000019, 20.000002000000002, 21.0000021, 22.0000022, 23.000002300000002, 24.0000024, 25.0000025, 26.000002600000002, 27.000002700000003, 28.0000028, 29.000002900000002, 30.000003000000003], "n": "170", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 14.0, 19.0, 26.0, 30.0]}, "min": 0.0, "isDiscrete": false}, "a": {"count": "467", "max": 29.0, "mean": 7.132762312633833, "stddev": 6.239801763216667, "histogram": {"end": 29.0000029, "counts": ["50", "77", "31", "12", "25", "22", "15", "22", "26", "32", "33", "28", "14", "16", "10", "7", "7", "4", "6", "4", "4", "7", "5", "2", "2", "0", "2", "0", "3", "1"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "467", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 28.0, "upper": 28.0, "lower": 28.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 7.0, 11.0, 20.0, 26.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "w": {"count": "20", "max": 11.0, "mean": 6.4, "stddev": 3.604091242492416, "histogram": {"end": 11.0000011, "counts": ["4", "1", "2", "7", "6"], "max": 11.0, "bins": [0.0, 2.20000022, 4.40000044, 6.600000660000001, 8.80000088, 11.0000011], "n": "20", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 6.0, 7.0, 10.0, 11.0, 11.0, 11.0]}, "min": 0.0, "isDiscrete": false}, "q": {"count": "12", "min": 3.0, "max": 13.0, "mean": 8.25, "stddev": 3.4410622038709344, "histogram": {"start": 3.0, "end": 13.0000013, "counts": ["5", "1", "6"], "max": 13.0, "min": 3.0, "bins": [3.0, 6.333333766666666, 9.666667533333332, 13.0000013], "n": "12", "width": 0.0}, "uniqueCount": {"estimate": 6.0, "upper": 6.0, "lower": 6.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 3.0, 6.0, 10.0, 12.0, 13.0, 13.0, 13.0]}, "isDiscrete": false}, "t": {"count": "216", "max": 28.0, "mean": 9.00462962962963, "stddev": 6.142870842510783, "histogram": {"end": 28.0000028, "counts": ["11", "1", "13", "17", "12", "27", "12", "12", "13", "7", "11", "7", "19", "11", "8", "0", "4", "4", "4", "2", "2", "2", "6", "3", "4", "2", "1", "0", "0", "1"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "216", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 8.0, 13.0, 22.0, 24.0, 28.0]}, "isDiscrete": true, "min": 0.0}, "z": {"count": "39", "max": 30.0, "mean": 12.564102564102564, "stddev": 6.8740353267505325, "histogram": {"end": 30.000003, "counts": ["6", "0", "4", "9", "9", "6", "2", "1", "1", "1"], "max": 30.0, "bins": [0.0, 3.0000003, 6.0000006, 9.0000009, 12.0000012, 15.0000015, 18.0000018, 21.0000021, 24.0000024, 27.0000027, 30.000003], "n": "39", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 18.0, "upper": 18.0, "lower": 18.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 9.0, 13.0, 16.0, 27.0, 30.0, 30.0]}, "min": 0.0, "isDiscrete": false}, "i": {"count": "346", "max": 29.0, "mean": 7.554913294797688, "stddev": 5.822359860081348, "histogram": {"end": 29.0000029, "counts": ["2", "46", "18", "36", "43", "17", "27", "8", "14", "17", "15", "20", "22", "21", "9", "4", "1", "1", "6", "0", "3", "5", "1", "2", "3", "2", "2", "1", "0", "0"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "346", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 28.0, "upper": 28.0, "lower": 28.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 3.0, 6.0, 11.0, 20.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "v": {"count": "52", "max": 25.0, "mean": 9.23076923076923, "stddev": 7.78539453233635, "histogram": {"end": 25.0000025, "counts": ["10", "6", "3", "7", "3", "7", "1", "5", "1", "1", "2", "3", "3"], "max": 25.0, "bins": [0.0, 1.9230771153846153, 3.8461542307692307, 5.7692313461538465, 7.692308461538461, 9.615385576923076, 11.538462692307693, 13.461539807692308, 15.384616923076923, 17.307694038461538, 19.230771153846153, 21.153848269230767, 23.076925384615386, 25.0000025], "n": "52", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 9.0, 15.0, 24.0, 25.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "u": {"count": "197", "min": 1.0, "max": 27.0, "mean": 9.076142131979696, "stddev": 6.404661037096623, "histogram": {"start": 1.0, "end": 27.0000027, "counts": ["33", "10", "14", "5", "1", "5", "16", "0", "9", "15", "12", "15", "8", "10", "6", "0", "6", "4", "5", "3", "4", "5", "0", "1", "4", "2", "2", "1", "0", "1"], "max": 27.0, "min": 1.0, "bins": [1.0, 1.8666667566666666, 2.733333513333333, 3.6000002700000002, 4.466667026666666, 5.333333783333334, 6.2000005400000004, 7.066667296666667, 7.933334053333334, 8.80000081, 9.666667566666668, 10.533334323333333, 11.400001080000001, 12.266667836666667, 13.133334593333334, 14.00000135, 14.866668106666667, 15.733334863333335, 16.60000162, 17.466668376666668, 18.333335133333335, 19.20000189, 20.066668646666667, 20.933335403333334, 21.800002160000002, 22.66666891666667, 23.533335673333333, 24.40000243, 25.266669186666668, 26.133335943333336, 27.0000027], "n": "197", "width": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 3.0, 9.0, 13.0, 22.0, 25.0, 27.0]}, "isDiscrete": true}, "y": {"count": "61", "min": 1.0, "max": 26.0, "mean": 9.19672131147541, "stddev": 5.287783631891996, "histogram": {"start": 1.0, "end": 26.0000026, "counts": ["4", "10", "5", "6", "6", "3", "8", "7", "6", "1", "3", "0", "0", "0", "1", "1"], "max": 26.0, "min": 1.0, "bins": [1.0, 2.5625001625, 4.125000325, 5.6875004874999995, 7.25000065, 8.8125008125, 10.375000974999999, 11.9375011375, 13.5000013, 15.062501462499998, 16.625001625, 18.1875017875, 19.750001949999998, 21.3125021125, 22.875002275, 24.437502437499997, 26.0000026], "n": "61", "width": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 2.0, 5.0, 8.0, 13.0, 17.0, 26.0, 26.0]}, "isDiscrete": false}, "NITL": {"count": "1388", "max": 25.0, "mean": 4.326368876080692, "stddev": 4.334362864520889, "histogram": {"end": 25.0000025, "counts": ["179", "185", "194", "198", "175", "79", "0", "79", "62", "65", "28", "21", "0", "19", "3", "14", "13", "15", "0", "14", "8", "12", "8", "4", "0", "5", "0", "0", "4", "4"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "1388", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 3.0, 6.0, 15.0, 20.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "h": {"count": "141", "max": 21.0, "mean": 6.695035460992908, "stddev": 4.975573566953071, "histogram": {"end": 21.0000021, "counts": ["11", "15", "4", "0", "23", "5", "0", "12", "6", "5", "0", "7", "9", "0", "9", "6", "0", "8", "9", "4", "0", "1", "3", "0", "1", "1", "0", "0", "1", "1"], "max": 21.0, "bins": [0.0, 0.70000007, 1.40000014, 2.10000021, 2.80000028, 3.5000003499999996, 4.20000042, 4.90000049, 5.60000056, 6.3000006299999995, 7.000000699999999, 7.70000077, 8.40000084, 9.10000091, 9.80000098, 10.50000105, 11.20000112, 11.90000119, 12.600001259999999, 13.300001329999999, 14.000001399999999, 14.70000147, 15.40000154, 16.10000161, 16.80000168, 17.50000175, 18.20000182, 18.90000189, 19.60000196, 20.300002029999998, 21.0000021], "n": "141", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 6.0, 10.0, 15.0, 20.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "j": {"count": "55", "max": 22.0, "mean": 4.8, "stddev": 6.421607044738649, "histogram": {"end": 22.0000022, "counts": ["31", "1", "0", "3", "2", "8", "1", "0", "3", "2", "1", "0", "2", "1"], "max": 22.0, "bins": [0.0, 1.5714287285714286, 3.142857457142857, 4.714286185714286, 6.285714914285714, 7.857143642857142, 9.428572371428572, 11.0000011, 12.571429828571429, 14.142858557142857, 15.714287285714285, 17.285716014285715, 18.857144742857145, 20.42857347142857, 22.0000022], "n": "55", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 14.0, "upper": 14.0, "lower": 14.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 0.0, 9.0, 19.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "f": {"count": "30", "max": 15.0, "mean": 5.133333333333334, "stddev": 4.761435116413548, "histogram": {"end": 15.0000015, "counts": ["10", "3", "1", "8", "4", "1", "0", "3"], "max": 15.0, "bins": [0.0, 1.8750001875, 3.750000375, 5.6250005625, 7.50000075, 9.3750009375, 11.250001125, 13.1250013125, 15.0000015], "n": "30", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 11.0, "upper": 11.0, "lower": 11.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 6.0, 8.0, 15.0, 15.0, 15.0]}, "min": 0.0, "isDiscrete": false}, ".": {"count": "3", "min": 2.0, "max": 16.0, "mean": 11.333333333333334, "stddev": 8.082903768654761, "histogram": {"start": 2.0, "end": 16.0000016, "counts": ["3"], "max": 16.0, "min": 2.0, "bins": [2.0, 16.0000016], "n": "3", "width": 0.0}, "uniqueCount": {"estimate": 2.0, "upper": 2.0, "lower": 2.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 16.0, 16.0, 16.0, 16.0, 16.0]}, "isDiscrete": false}, "-": {"count": "38", "min": 3.0, "max": 18.0, "mean": 10.289473684210526, "stddev": 3.8966922545045546, "histogram": {"start": 3.0, "end": 18.0000018, "counts": ["2", "4", "3", "12", "2", "1", "2", "8", "2", "2"], "max": 18.0, "min": 3.0, "bins": [3.0, 4.50000018, 6.00000036, 7.50000054, 9.00000072, 10.5000009, 12.00000108, 13.50000126, 15.00000144, 16.50000162, 18.0000018], "n": "38", "width": 0.0}, "uniqueCount": {"estimate": 14.0, "upper": 14.0, "lower": 14.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 4.0, 8.0, 9.0, 14.0, 17.0, 18.0, 18.0]}, "isDiscrete": false}, "c": {"count": "147", "max": 28.0, "mean": 6.619047619047619, "stddev": 5.640282385495238, "histogram": {"end": 28.0000028, "counts": ["22", "1", "29", "5", "4", "7", "5", "15", "7", "15", "8", "8", "5", "2", "1", "0", "1", "0", "2", "2", "3", "1", "2", "1", "0", "0", "0", "0", "0", "1"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "147", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 10.0, 19.0, 22.0, 28.0]}, "min": 0.0, "isDiscrete": false}}}}, "uniqueCount": {"estimate": 489.9685443520635, "upper": 496.3819641274016, "lower": 483.7111347342245}}}\n", + " const profileFromCSVfile = {"strings": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "STRING", "ratio": 1.0}, "typeCounts": {"STRING": "500"}}, "stringSummary": {"uniqueCount": {"estimate": 492.0, "upper": 492.0, "lower": 492.0}, "length": {"count": "500", "min": 4.0, "max": 30.0, "mean": 11.32, "stddev": 6.227613213155204, "histogram": {"start": 4.0, "end": 30.000003, "counts": ["49", "119", "31", "1", "0", "6", "12", "0", "23", "30", "41", "43", "32", "26", "14", "0", "10", "6", "3", "12", "11", "10", "0", "8", "5", "4", "2", "1", "0", "1"], "max": 30.0, "min": 4.0, "bins": [4.0, 4.8666667666666665, 5.733333533333333, 6.6000003, 7.466667066666666, 8.333333833333334, 9.2000006, 10.066667366666668, 10.933334133333332, 11.8000009, 12.666667666666667, 13.533334433333334, 14.4000012, 15.266667966666667, 16.133334733333335, 17.0000015, 17.866668266666665, 18.733335033333333, 19.6000018, 20.466668566666666, 21.333335333333334, 22.2000021, 23.066668866666667, 23.933335633333332, 24.8000024, 25.666669166666665, 26.533335933333333, 27.400002699999998, 28.266669466666666, 29.13333623333333, 30.000003], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 4.0, 5.0, 12.0, 15.0, 23.0, 26.0, 30.0]}, "isDiscrete": true}, "tokenLength": {"count": "500", "min": 2.0, "max": 6.0, "mean": 2.156, "stddev": 0.5442945094579332, "histogram": {"start": 2.0, "end": 6.0000006, "counts": ["456", "0", "0", "0", "0", "0", "0", "19", "0", "0", "0", "0", "0", "0", "19", "0", "0", "0", "0", "0", "0", "0", "5", "0", "0", "0", "0", "0", "0", "1"], "max": 6.0, "min": 2.0, "bins": [2.0, 2.133333353333333, 2.266666706666667, 2.40000006, 2.533333413333333, 2.6666667666666664, 2.80000012, 2.933333473333333, 3.0666668266666663, 3.20000018, 3.333333533333333, 3.4666668866666663, 3.60000024, 3.733333593333333, 3.8666669466666663, 4.0000003, 4.133333653333333, 4.266667006666666, 4.40000036, 4.533333713333333, 4.666667066666666, 4.80000042, 4.933333773333333, 5.066667126666666, 5.20000048, 5.333333833333333, 5.466667186666666, 5.60000054, 5.733333893333333, 5.866667246666666, 6.0000006], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 5.0, "upper": 5.0, "lower": 5.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 5.0, 6.0]}, "isDiscrete": true}, "charPosTracker": {"characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}", "charPosMap": {"NITL": {"count": "1458", "max": 23.0, "mean": 3.799039780521262, "stddev": 3.7921385516055293, "histogram": {"end": 23.0000023, "counts": ["210", "212", "220", "212", "0", "204", "69", "82", "0", "63", "45", "31", "0", "16", "12", "8", "10", "0", "18", "8", "6", "0", "12", "6", "4", "0", "0", "6", "4", "0"], "max": 23.0, "bins": [0.0, 0.7666667433333333, 1.5333334866666666, 2.3000002299999998, 3.066666973333333, 3.8333337166666666, 4.6000004599999995, 5.366667203333333, 6.133333946666666, 6.90000069, 7.666667433333333, 8.433334176666666, 9.200000919999999, 9.966667663333332, 10.733334406666666, 11.50000115, 12.266667893333333, 13.033334636666666, 13.80000138, 14.566668123333333, 15.333334866666666, 16.10000161, 16.86666835333333, 17.633335096666666, 18.400001839999998, 19.166668583333333, 19.933335326666665, 20.70000207, 21.46666881333333, 22.233335556666667, 23.0000023], "n": "1458", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 24.0, "upper": 24.0, "lower": 24.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 3.0, 5.0, 13.0, 18.0, 23.0]}, "isDiscrete": true, "min": 0.0}, "b": {"count": "94", "max": 21.0, "mean": 7.680851063829787, "stddev": 5.302084730906186, "histogram": {"end": 21.0000021, "counts": ["14", "0", "8", "1", "2", "7", "3", "11", "0", "10", "6", "7", "4", "5", "5", "0", "0", "2", "2", "2", "2", "1", "1", "1"], "max": 21.0, "bins": [0.0, 0.8750000875, 1.750000175, 2.6250002625, 3.50000035, 4.3750004375, 5.250000525, 6.1250006125, 7.0000007, 7.8750007875, 8.750000875, 9.6250009625, 10.50000105, 11.3750011375, 12.250001225, 13.1250013125, 14.0000014, 14.8750014875, 15.750001575, 16.6250016625, 17.50000175, 18.3750018375, 19.250001925, 20.1250020125, 21.0000021], "n": "94", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 11.0, 18.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "y": {"count": "76", "max": 20.0, "mean": 7.2631578947368425, "stddev": 4.526568740382003, "histogram": {"end": 20.000002, "counts": ["8", "5", "7", "7", "4", "6", "2", "3", "8", "5", "6", "4", "7", "0", "2", "1", "0", "0", "1"], "max": 20.0, "bins": [0.0, 1.0526316842105263, 2.1052633684210527, 3.157895052631579, 4.210526736842105, 5.263158421052632, 6.315790105263158, 7.368421789473684, 8.42105347368421, 9.473685157894737, 10.526316842105263, 11.57894852631579, 12.631580210526316, 13.684211894736842, 14.736843578947369, 15.789475263157895, 16.84210694736842, 17.894738631578946, 18.947370315789474, 20.000002000000002], "n": "76", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 7.0, 11.0, 15.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "e": {"count": "534", "max": 26.0, "mean": 9.151685393258427, "stddev": 5.408754192935618, "histogram": {"end": 26.0000026, "counts": ["5", "29", "14", "23", "41", "43", "34", "0", "40", "39", "39", "31", "31", "30", "24", "0", "30", "10", "18", "9", "3", "10", "0", "9", "9", "5", "2", "3", "0", "3"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "534", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 5.0, 8.0, 13.0, 20.0, 24.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "z": {"count": "23", "max": 25.0, "mean": 12.0, "stddev": 6.543560331973858, "histogram": {"end": 25.0000025, "counts": ["4", "0", "7", "9", "1", "2"], "max": 25.0, "bins": [0.0, 4.1666670833333335, 8.333334166666667, 12.50000125, 16.666668333333334, 20.833335416666667, 25.0000025], "n": "23", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 13.0, "upper": 13.0, "lower": 13.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 10.0, 13.0, 15.0, 23.0, 25.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "r": {"count": "382", "max": 27.0, "mean": 8.712041884816754, "stddev": 6.07095503461867, "histogram": {"end": 27.0000027, "counts": ["16", "17", "47", "31", "10", "20", "7", "23", "20", "18", "0", "32", "27", "16", "16", "15", "15", "5", "10", "7", "0", "6", "6", "4", "7", "3", "1", "2", "0", "1"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "382", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 9.0, 13.0, 20.0, 24.0, 27.0]}, "isDiscrete": true, "min": 0.0}, ".": {"count": "2", "min": 2.0, "max": 16.0, "mean": 9.0, "stddev": 9.899494936611665, "histogram": {"start": 2.0, "end": 16.0000016, "counts": ["2"], "max": 16.0, "min": 2.0, "bins": [2.0, 16.0000016], "n": "2", "width": 0.0}, "uniqueCount": {"estimate": 2.0, "upper": 2.0, "lower": 2.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 16.0, 16.0, 16.0, 16.0, 16.0]}, "isDiscrete": false}, "o": {"count": "244", "max": 28.0, "mean": 8.668032786885245, "stddev": 5.451662130255297, "histogram": {"end": 28.0000028, "counts": ["3", "26", "10", "20", "10", "8", "6", "11", "20", "21", "25", "16", "19", "11", "6", "0", "6", "4", "5", "5", "2", "2", "4", "2", "1", "0", "0", "0", "0", "1"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "244", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 9.0, 12.0, 18.0, 22.0, 28.0]}, "isDiscrete": true, "min": 0.0}, "c": {"count": "163", "max": 26.0, "mean": 6.147239263803681, "stddev": 5.032282363707194, "histogram": {"end": 26.0000026, "counts": ["30", "2", "25", "6", "3", "12", "5", "0", "17", "10", "13", "10", "10", "6", "1", "0", "3", "2", "1", "3", "3", "0", "0", "0", "0", "0", "0", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "163", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 9.0, 15.0, 18.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "m": {"count": "126", "max": 22.0, "mean": 6.412698412698413, "stddev": 5.439514450786711, "histogram": {"end": 22.0000022, "counts": ["24", "9", "7", "0", "6", "2", "10", "0", "8", "12", "10", "0", "6", "4", "7", "0", "5", "4", "0", "0", "1", "2", "0", "4", "1", "1", "0", "2", "0", "1"], "max": 22.0, "bins": [0.0, 0.7333334066666667, 1.4666668133333334, 2.20000022, 2.9333336266666667, 3.6666670333333333, 4.40000044, 5.133333846666667, 5.8666672533333335, 6.60000066, 7.333334066666667, 8.066667473333334, 8.80000088, 9.533334286666667, 10.266667693333334, 11.0000011, 11.733334506666667, 12.466667913333334, 13.20000132, 13.933334726666667, 14.666668133333333, 15.40000154, 16.13333494666667, 16.866668353333335, 17.60000176, 18.333335166666668, 19.066668573333335, 19.80000198, 20.533335386666668, 21.266668793333334, 22.0000022], "n": "126", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 6.0, 10.0, 17.0, 20.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "f": {"count": "39", "max": 22.0, "mean": 7.17948717948718, "stddev": 6.197927475636704, "histogram": {"end": 22.0000022, "counts": ["11", "4", "6", "4", "5", "1", "3", "3", "0", "2"], "max": 22.0, "bins": [0.0, 2.20000022, 4.40000044, 6.600000660000001, 8.80000088, 11.0000011, 13.200001320000002, 15.400001540000002, 17.60000176, 19.80000198, 22.0000022], "n": "39", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 10.0, 21.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "n": {"count": "327", "max": 26.0, "mean": 8.611620795107033, "stddev": 5.509522108861392, "histogram": {"end": 26.0000026, "counts": ["4", "10", "32", "24", "23", "28", "14", "0", "20", "15", "16", "17", "22", "26", "23", "0", "10", "8", "6", "2", "4", "2", "0", "11", "4", "2", "2", "0", "0", "2"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "327", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 4.0, 8.0, 12.0, 20.0, 23.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "t": {"count": "201", "max": 27.0, "mean": 8.373134328358208, "stddev": 5.9291714958217945, "histogram": {"end": 27.0000027, "counts": ["16", "2", "14", "10", "12", "32", "11", "7", "8", "8", "0", "12", "12", "9", "8", "10", "7", "5", "1", "4", "0", "2", "3", "2", "2", "1", "0", "1", "0", "2"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "201", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 7.0, 12.0, 20.0, 25.0, 27.0]}, "isDiscrete": true, "min": 0.0}, "w": {"count": "21", "max": 18.0, "mean": 7.666666666666667, "stddev": 4.953113498935123, "histogram": {"end": 18.0000018, "counts": ["4", "3", "5", "7", "0", "2"], "max": 18.0, "bins": [0.0, 3.0000003, 6.0000006, 9.0000009, 12.0000012, 15.0000015, 18.0000018], "n": "21", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 8.0, 10.0, 17.0, 18.0, 18.0]}, "min": 0.0, "isDiscrete": false}, "k": {"count": "32", "max": 14.0, "mean": 5.1875, "stddev": 4.4680767313710446, "histogram": {"end": 14.0000014, "counts": ["9", "4", "5", "4", "1", "3", "4", "2"], "max": 14.0, "bins": [0.0, 1.750000175, 3.50000035, 5.250000525, 7.0000007, 8.750000875, 10.50000105, 12.250001225, 14.0000014], "n": "32", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 13.0, "upper": 13.0, "lower": 13.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 5.0, 10.0, 13.0, 14.0, 14.0]}, "min": 0.0, "isDiscrete": false}, "j": {"count": "49", "max": 19.0, "mean": 3.489795918367347, "stddev": 4.878193180623641, "histogram": {"end": 19.0000019, "counts": ["27", "0", "6", "2", "3", "3", "5", "0", "0", "1", "0", "1", "1"], "max": 19.0, "bins": [0.0, 1.4615386076923078, 2.9230772153846156, 4.384615823076923, 5.846154430769231, 7.307693038461539, 8.769231646153846, 10.230770253846154, 11.692308861538462, 13.15384746923077, 14.615386076923079, 16.076924684615385, 17.538463292307693, 19.0000019], "n": "49", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 11.0, "upper": 11.0, "lower": 11.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 0.0, 7.0, 14.0, 19.0, 19.0]}, "min": 0.0, "isDiscrete": false}, "a": {"count": "419", "max": 25.0, "mean": 6.563245823389021, "stddev": 5.57829739971057, "histogram": {"end": 25.0000025, "counts": ["43", "65", "25", "20", "33", "20", "0", "22", "20", "22", "30", "25", "0", "17", "23", "11", "8", "3", "0", "3", "4", "6", "4", "3", "0", "4", "4", "2", "1", "1"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "419", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 6.0, 10.0, 18.0, 22.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "i": {"count": "316", "max": 25.0, "mean": 7.1613924050632916, "stddev": 5.368564877944947, "histogram": {"end": 25.0000025, "counts": ["0", "32", "28", "37", "42", "12", "0", "34", "9", "10", "16", "14", "0", "15", "14", "13", "7", "5", "0", "2", "4", "5", "6", "4", "0", "1", "4", "0", "0", "2"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "316", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 3.0, 6.0, 11.0, 19.0, 22.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "d": {"count": "158", "max": 24.0, "mean": 8.854430379746836, "stddev": 6.328407241043985, "histogram": {"end": 24.0000024, "counts": ["14", "9", "6", "7", "8", "0", "9", "16", "8", "8", "0", "9", "5", "5", "7", "0", "6", "7", "9", "4", "0", "4", "4", "1", "2", "0", "6", "0", "2", "2"], "max": 24.0, "bins": [0.0, 0.80000008, 1.60000016, 2.40000024, 3.20000032, 4.0000004, 4.80000048, 5.60000056, 6.40000064, 7.20000072, 8.0000008, 8.80000088, 9.60000096, 10.40000104, 11.20000112, 12.0000012, 12.80000128, 13.60000136, 14.40000144, 15.20000152, 16.0000016, 16.80000168, 17.60000176, 18.40000184, 19.20000192, 20.000002, 20.80000208, 21.60000216, 22.40000224, 23.20000232, 24.0000024], "n": "158", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 24.0, "upper": 24.0, "lower": 24.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 14.0, 21.0, 24.0, 24.0]}, "min": 0.0, "isDiscrete": false}, "g": {"count": "79", "max": 23.0, "mean": 8.468354430379748, "stddev": 5.911387192481579, "histogram": {"end": 23.0000023, "counts": ["9", "8", "7", "0", "2", "3", "8", "12", "2", "5", "4", "2", "7", "2", "1", "0", "3", "2", "1", "1"], "max": 23.0, "bins": [0.0, 1.1500001149999999, 2.3000002299999998, 3.4500003449999994, 4.6000004599999995, 5.750000575, 6.900000689999999, 8.050000805, 9.200000919999999, 10.350001034999998, 11.50000115, 12.650001264999998, 13.800001379999998, 14.950001494999999, 16.10000161, 17.250001724999997, 18.400001839999998, 19.550001955, 20.700002069999996, 21.850002184999997, 23.0000023], "n": "79", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 9.0, 12.0, 20.0, 23.0, 23.0]}, "min": 0.0, "isDiscrete": false}, "q": {"count": "9", "min": 3.0, "max": 19.0, "mean": 10.0, "stddev": 4.527692569068708, "histogram": {"start": 3.0, "end": 19.0000019, "counts": ["3", "5", "1"], "max": 19.0, "min": 3.0, "bins": [3.0, 8.333333966666668, 13.666667933333335, 19.0000019], "n": "9", "width": 0.0}, "uniqueCount": {"estimate": 7.0, "upper": 7.0, "lower": 7.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 3.0, 7.0, 10.0, 12.0, 19.0, 19.0, 19.0]}, "isDiscrete": false}, "s": {"count": "183", "max": 29.0, "mean": 8.158469945355192, "stddev": 5.644410038173769, "histogram": {"end": 29.0000029, "counts": ["13", "4", "12", "15", "17", "12", "8", "7", "7", "8", "17", "17", "14", "10", "3", "3", "2", "1", "2", "2", "2", "2", "2", "1", "1", "0", "0", "0", "0", "1"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "183", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 12.0, 19.0, 24.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "p": {"count": "65", "max": 19.0, "mean": 6.246153846153846, "stddev": 4.45123146314158, "histogram": {"end": 19.0000019, "counts": ["13", "1", "2", "4", "6", "6", "10", "8", "7", "2", "0", "1", "2", "0", "1", "0", "2"], "max": 19.0, "bins": [0.0, 1.1176471705882354, 2.2352943411764707, 3.352941511764706, 4.4705886823529415, 5.588235852941176, 6.705883023529412, 7.823530194117648, 8.941177364705883, 10.058824535294118, 11.176471705882353, 12.29411887647059, 13.411766047058824, 14.52941321764706, 15.647060388235296, 16.76470755882353, 17.882354729411766, 19.0000019], "n": "65", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 7.0, 8.0, 14.0, 19.0, 19.0]}, "min": 0.0, "isDiscrete": false}, "v": {"count": "49", "max": 21.0, "mean": 8.26530612244898, "stddev": 5.585604675577813, "histogram": {"end": 21.0000021, "counts": ["8", "4", "3", "2", "8", "2", "9", "2", "4", "3", "2", "1", "1"], "max": 21.0, "bins": [0.0, 1.615384776923077, 3.230769553846154, 4.846154330769231, 6.461539107692308, 8.076923884615384, 9.692308661538462, 11.307693438461538, 12.923078215384615, 14.538462992307693, 16.15384776923077, 17.769232546153845, 19.384617323076924, 21.0000021], "n": "49", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 8.0, 12.0, 17.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "-": {"count": "37", "min": 4.0, "max": 17.0, "mean": 10.81081081081081, "stddev": 3.7920812069205327, "histogram": {"start": 4.0, "end": 17.0000017, "counts": ["2", "5", "2", "6", "2", "0", "8", "5", "3", "4"], "max": 17.0, "min": 4.0, "bins": [4.0, 5.30000017, 6.600000339999999, 7.90000051, 9.200000679999999, 10.50000085, 11.80000102, 13.100001189999999, 14.40000136, 15.70000153, 17.0000017], "n": "37", "width": 0.0}, "uniqueCount": {"estimate": 12.0, "upper": 12.0, "lower": 12.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 5.0, 8.0, 12.0, 14.0, 16.0, 17.0, 17.0]}, "isDiscrete": false}, "l": {"count": "294", "max": 26.0, "mean": 7.7312925170068025, "stddev": 5.973711496249351, "histogram": {"end": 26.0000026, "counts": ["23", "21", "24", "25", "16", "17", "14", "0", "14", "21", "15", "13", "22", "15", "10", "0", "8", "7", "3", "2", "7", "5", "0", "2", "0", "1", "3", "4", "2", "0"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "294", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 7.0, 11.0, 19.0, 24.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "u": {"count": "147", "min": 1.0, "max": 25.0, "mean": 8.979591836734693, "stddev": 5.7439299559718675, "histogram": {"start": 1.0, "end": 25.0000025, "counts": ["22", "9", "10", "3", "2", "0", "2", "4", "9", "12", "0", "15", "14", "5", "8", "0", "6", "4", "9", "4", "0", "2", "2", "1", "2", "0", "0", "1", "0", "1"], "max": 25.0, "min": 1.0, "bins": [1.0, 1.8000000833333334, 2.600000166666667, 3.40000025, 4.200000333333334, 5.000000416666667, 5.8000005, 6.600000583333333, 7.400000666666667, 8.200000750000001, 9.000000833333335, 9.800000916666667, 10.600001, 11.400001083333335, 12.200001166666667, 13.00000125, 13.800001333333334, 14.600001416666668, 15.400001500000002, 16.200001583333332, 17.00000166666667, 17.80000175, 18.600001833333334, 19.400001916666668, 20.200002, 21.000002083333335, 21.80000216666667, 22.600002250000003, 23.400002333333333, 24.200002416666667, 25.0000025], "n": "147", "width": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 3.0, 10.0, 13.0, 18.0, 23.0, 25.0]}, "isDiscrete": false}, "h": {"count": "133", "max": 20.0, "mean": 6.69172932330827, "stddev": 5.048522812946947, "histogram": {"end": 20.000002, "counts": ["3", "26", "2", "0", "20", "6", "0", "8", "4", "0", "5", "10", "0", "12", "10", "0", "3", "5", "0", "7", "0", "0", "4", "2", "0", "0", "2", "0", "3", "1"], "max": 20.0, "bins": [0.0, 0.6666667333333333, 1.3333334666666665, 2.0000001999999997, 2.666666933333333, 3.3333336666666664, 4.000000399999999, 4.666667133333333, 5.333333866666666, 6.000000599999999, 6.666667333333333, 7.333334066666666, 8.000000799999999, 8.666667533333332, 9.333334266666666, 10.000001, 10.666667733333332, 11.333334466666665, 12.000001199999998, 12.666667933333333, 13.333334666666666, 14.000001399999999, 14.666668133333332, 15.333334866666664, 16.000001599999997, 16.66666833333333, 17.333335066666663, 18.0000018, 18.666668533333333, 19.333335266666666, 20.000002], "n": "133", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 19.0, "upper": 19.0, "lower": 19.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 6.0, 10.0, 16.0, 19.0, 20.0]}, "min": 0.0, "isDiscrete": false}}}}, "uniqueCount": {"estimate": 493.4092653351172, "upper": 499.8677222628368, "lower": 487.10791411976174}}}\n", "\n", " Handlebars.registerHelper("getDoubleHistogramChart",(column,key) => {\n", " const columnKey = key.data.key\n", @@ -6850,7 +6938,7 @@ "\n", " function initHandlebarsTemplate() {\n", " // Replace this context with JSON from .py file\n", - " const context = {"strings": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "STRING", "ratio": 1.0}, "typeCounts": {"STRING": "500"}}, "stringSummary": {"uniqueCount": {"estimate": 486.0, "upper": 486.0, "lower": 486.0}, "length": {"count": "500", "min": 3.0, "max": 30.0, "mean": 11.44, "stddev": 6.118600701884233, "histogram": {"start": 3.0, "end": 30.000003, "counts": ["1", "37", "127", "25", "1", "0", "5", "5", "23", "38", "0", "53", "41", "30", "22", "16", "14", "10", "10", "9", "0", "4", "5", "8", "7", "5", "0", "0", "0", "4"], "max": 30.0, "min": 3.0, "bins": [3.0, 3.9000000999999997, 4.8000001999999995, 5.7000003, 6.6000004, 7.5000005, 8.4000006, 9.3000007, 10.2000008, 11.1000009, 12.000001, 12.900001099999999, 13.8000012, 14.7000013, 15.6000014, 16.5000015, 17.4000016, 18.3000017, 19.2000018, 20.1000019, 21.000002, 21.9000021, 22.800002199999998, 23.700002299999998, 24.6000024, 25.5000025, 26.4000026, 27.3000027, 28.2000028, 29.1000029, 30.000003], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 4.0, 4.0, 5.0, 12.0, 15.0, 23.0, 26.0, 30.0]}, "isDiscrete": true}, "tokenLength": {"count": "500", "min": 2.0, "max": 6.0, "mean": 2.158, "stddev": 0.5344223184232276, "histogram": {"start": 2.0, "end": 6.0000006, "counts": ["451", "0", "0", "0", "0", "0", "0", "24", "0", "0", "0", "0", "0", "0", "19", "0", "0", "0", "0", "0", "0", "0", "5", "0", "0", "0", "0", "0", "0", "1"], "max": 6.0, "min": 2.0, "bins": [2.0, 2.133333353333333, 2.266666706666667, 2.40000006, 2.533333413333333, 2.6666667666666664, 2.80000012, 2.933333473333333, 3.0666668266666663, 3.20000018, 3.333333533333333, 3.4666668866666663, 3.60000024, 3.733333593333333, 3.8666669466666663, 4.0000003, 4.133333653333333, 4.266667006666666, 4.40000036, 4.533333713333333, 4.666667066666666, 4.80000042, 4.933333773333333, 5.066667126666666, 5.20000048, 5.333333833333333, 5.466667186666666, 5.60000054, 5.733333893333333, 5.866667246666666, 6.0000006], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 5.0, "upper": 5.0, "lower": 5.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 4.0, 5.0, 6.0]}, "isDiscrete": true}, "charPosTracker": {"characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}", "charPosMap": {"v": {"count": "46", "max": 25.0, "mean": 7.6521739130434785, "stddev": 6.763356797410744, "histogram": {"end": 25.0000025, "counts": ["16", "4", "2", "3", "5", "7", "1", "2", "2", "2", "1", "1"], "max": 25.0, "bins": [0.0, 2.0833335416666667, 4.1666670833333335, 6.250000625, 8.333334166666667, 10.416667708333334, 12.50000125, 14.583334791666667, 16.666668333333334, 18.750001875000002, 20.833335416666667, 22.916668958333332, 25.0000025], "n": "46", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 11.0, 20.0, 25.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "f": {"count": "26", "max": 11.0, "mean": 5.423076923076923, "stddev": 3.2640230014272498, "histogram": {"end": 11.0000011, "counts": ["3", "5", "0", "9", "2", "4", "3"], "max": 11.0, "bins": [0.0, 1.5714287285714286, 3.142857457142857, 4.714286185714286, 6.285714914285714, 7.857143642857142, 9.428572371428572, 11.0000011], "n": "26", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 5.0, 9.0, 10.0, 11.0, 11.0]}, "min": 0.0, "isDiscrete": false}, "l": {"count": "260", "max": 29.0, "mean": 8.265384615384615, "stddev": 5.608421846152051, "histogram": {"end": 29.0000029, "counts": ["8", "19", "19", "18", "10", "16", "16", "16", "17", "22", "18", "14", "16", "14", "6", "3", "8", "2", "0", "6", "2", "2", "2", "2", "0", "2", "0", "0", "0", "2"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "260", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 8.0, 12.0, 19.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "b": {"count": "111", "max": 21.0, "mean": 7.675675675675675, "stddev": 5.170127767301416, "histogram": {"end": 21.0000021, "counts": ["19", "1", "4", "3", "0", "2", "7", "6", "0", "6", "7", "14", "0", "12", "9", "9", "0", "2", "1", "1", "0", "1", "1", "1", "0", "3", "1", "1"], "max": 21.0, "bins": [0.0, 0.750000075, 1.50000015, 2.250000225, 3.0000003, 3.750000375, 4.50000045, 5.250000525, 6.0000006, 6.750000675, 7.50000075, 8.250000825, 9.0000009, 9.750000974999999, 10.50000105, 11.250001125, 12.0000012, 12.750001274999999, 13.50000135, 14.250001425, 15.0000015, 15.750001574999999, 16.50000165, 17.250001725, 18.0000018, 18.750001875, 19.500001949999998, 20.250002025, 21.0000021], "n": "111", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 22.0, "upper": 22.0, "lower": 22.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 9.0, 11.0, 18.0, 20.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "-": {"count": "30", "min": 4.0, "max": 18.0, "mean": 10.0, "stddev": 4.051393970406764, "histogram": {"start": 4.0, "end": 18.0000018, "counts": ["2", "8", "7", "3", "0", "4", "4", "2"], "max": 18.0, "min": 4.0, "bins": [4.0, 5.750000225, 7.50000045, 9.250000674999999, 11.0000009, 12.750001125, 14.50000135, 16.250001575, 18.0000018], "n": "30", "width": 0.0}, "uniqueCount": {"estimate": 13.0, "upper": 13.0, "lower": 13.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 5.0, 7.0, 8.0, 14.0, 17.0, 18.0, 18.0]}, "isDiscrete": false}, "e": {"count": "559", "max": 26.0, "mean": 8.606440071556351, "stddev": 5.3174185964624145, "histogram": {"end": 26.0000026, "counts": ["10", "43", "13", "16", "50", "54", "34", "0", "44", "39", "38", "34", "36", "25", "27", "0", "22", "12", "10", "14", "6", "8", "0", "6", "6", "6", "4", "0", "0", "2"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "559", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 5.0, 8.0, 12.0, 19.0, 23.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "c": {"count": "134", "max": 27.0, "mean": 6.723880597014926, "stddev": 5.825006748900252, "histogram": {"end": 27.0000027, "counts": ["27", "1", "16", "7", "4", "6", "7", "8", "13", "6", "0", "7", "7", "8", "0", "4", "2", "2", "0", "2", "0", "2", "1", "3", "0", "0", "0", "0", "0", "1"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "134", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 10.0, 19.0, 21.0, 27.0]}, "min": 0.0, "isDiscrete": false}, "g": {"count": "82", "max": 22.0, "mean": 6.7560975609756095, "stddev": 4.962976445666541, "histogram": {"end": 22.0000022, "counts": ["9", "12", "13", "1", "0", "2", "9", "4", "6", "8", "5", "5", "2", "0", "2", "1", "0", "2", "0", "0", "1"], "max": 22.0, "bins": [0.0, 1.0476191523809524, 2.0952383047619048, 3.142857457142857, 4.1904766095238095, 5.238095761904762, 6.285714914285714, 7.333334066666667, 8.380953219047619, 9.428572371428572, 10.476191523809524, 11.523810676190475, 12.571429828571429, 13.619048980952382, 14.666668133333333, 15.714287285714285, 16.761906438095238, 17.80952559047619, 18.857144742857145, 19.904763895238094, 20.952383047619048, 22.0000022], "n": "82", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 10.0, 15.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "t": {"count": "218", "max": 24.0, "mean": 8.711009174311927, "stddev": 5.630231751531398, "histogram": {"end": 24.0000024, "counts": ["8", "6", "15", "18", "8", "0", "27", "13", "12", "5", "0", "8", "16", "13", "12", "0", "17", "8", "4", "5", "0", "7", "2", "3", "5", "0", "1", "2", "1", "2"], "max": 24.0, "bins": [0.0, 0.80000008, 1.60000016, 2.40000024, 3.20000032, 4.0000004, 4.80000048, 5.60000056, 6.40000064, 7.20000072, 8.0000008, 8.80000088, 9.60000096, 10.40000104, 11.20000112, 12.0000012, 12.80000128, 13.60000136, 14.40000144, 15.20000152, 16.0000016, 16.80000168, 17.60000176, 18.40000184, 19.20000192, 20.000002, 20.80000208, 21.60000216, 22.40000224, 23.20000232, 24.0000024], "n": "218", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 8.0, 13.0, 20.0, 23.0, 24.0]}, "isDiscrete": true, "min": 0.0}, "k": {"count": "26", "max": 15.0, "mean": 6.923076923076923, "stddev": 4.807686153842216, "histogram": {"end": 15.0000015, "counts": ["6", "2", "4", "2", "4", "7", "1"], "max": 15.0, "bins": [0.0, 2.1428573571428573, 4.285714714285715, 6.428572071428572, 8.57142942857143, 10.714286785714286, 12.857144142857145, 15.000001500000002], "n": "26", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 8.0, 11.0, 12.0, 15.0, 15.0]}, "min": 0.0, "isDiscrete": false}, ".": {"count": "3", "min": 2.0, "max": 2.0, "mean": 2.0, "histogram": {"start": 2.0, "end": 2.0000002, "counts": ["3"], "max": 2.0, "min": 2.0, "bins": [2.0, 2.0000002], "n": "3", "width": 0.0}, "uniqueCount": {"estimate": 1.0, "upper": 1.0, "lower": 1.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 2.0]}, "stddev": 0.0, "isDiscrete": false}, "n": {"count": "342", "max": 27.0, "mean": 8.175438596491228, "stddev": 5.595209954997227, "histogram": {"end": 27.0000027, "counts": ["4", "12", "44", "21", "38", "27", "22", "14", "10", "18", "0", "14", "20", "19", "10", "14", "15", "9", "10", "4", "0", "8", "1", "0", "2", "2", "2", "0", "0", "2"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "342", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 4.0, 7.0, 12.0, 18.0, 24.0, 27.0]}, "isDiscrete": true, "min": 0.0}, "y": {"count": "67", "max": 20.0, "mean": 8.283582089552239, "stddev": 4.670364239086173, "histogram": {"end": 20.000002, "counts": ["2", "5", "5", "4", "4", "11", "6", "6", "1", "7", "4", "5", "2", "1", "1", "1", "2"], "max": 20.0, "bins": [0.0, 1.176470705882353, 2.352941411764706, 3.529412117647059, 4.705882823529412, 5.882353529411764, 7.058824235294118, 8.23529494117647, 9.411765647058823, 10.588236352941177, 11.764707058823529, 12.941177764705882, 14.117648470588236, 15.294119176470588, 16.47058988235294, 17.647060588235295, 18.823531294117647, 20.000002], "n": "67", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 2.0, 5.0, 8.0, 11.0, 17.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "s": {"count": "183", "max": 26.0, "mean": 7.775956284153006, "stddev": 5.398317914477687, "histogram": {"end": 26.0000026, "counts": ["21", "4", "6", "9", "23", "11", "14", "0", "10", "2", "4", "17", "12", "15", "13", "0", "6", "4", "2", "3", "0", "1", "0", "3", "1", "0", "1", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "183", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 7.0, 12.0, 17.0, 23.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "h": {"count": "141", "max": 21.0, "mean": 6.50354609929078, "stddev": 5.015154339563777, "histogram": {"end": 21.0000021, "counts": ["10", "20", "4", "0", "20", "11", "0", "6", "3", "5", "0", "15", "9", "0", "6", "8", "0", "6", "3", "3", "0", "5", "1", "0", "3", "1", "0", "1", "0", "1"], "max": 21.0, "bins": [0.0, 0.70000007, 1.40000014, 2.10000021, 2.80000028, 3.5000003499999996, 4.20000042, 4.90000049, 5.60000056, 6.3000006299999995, 7.000000699999999, 7.70000077, 8.40000084, 9.10000091, 9.80000098, 10.50000105, 11.20000112, 11.90000119, 12.600001259999999, 13.300001329999999, 14.000001399999999, 14.70000147, 15.40000154, 16.10000161, 16.80000168, 17.50000175, 18.20000182, 18.90000189, 19.60000196, 20.300002029999998, 21.0000021], "n": "141", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 5.0, 10.0, 15.0, 19.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "d": {"count": "183", "max": 29.0, "mean": 8.33879781420765, "stddev": 6.098547176802646, "histogram": {"end": 29.0000029, "counts": ["20", "10", "8", "8", "8", "10", "11", "20", "7", "13", "6", "6", "6", "9", "9", "7", "8", "2", "3", "7", "1", "1", "1", "0", "0", "0", "0", "0", "1", "1"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "183", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 7.0, 13.0, 19.0, 28.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "m": {"count": "141", "max": 25.0, "mean": 6.0, "stddev": 5.651801229949363, "histogram": {"end": 25.0000025, "counts": ["37", "8", "12", "5", "1", "5", "0", "6", "8", "15", "12", "5", "0", "4", "3", "3", "8", "1", "0", "2", "1", "2", "0", "1", "0", "0", "0", "0", "1", "1"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "141", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 22.0, "upper": 22.0, "lower": 22.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 6.0, 9.0, 16.0, 24.0, 25.0]}, "min": 0.0, "isDiscrete": false}, "j": {"count": "50", "max": 21.0, "mean": 3.1, "stddev": 4.643406560898574, "histogram": {"end": 21.0000021, "counts": ["30", "4", "1", "3", "4", "1", "5", "1", "0", "0", "0", "0", "1"], "max": 21.0, "bins": [0.0, 1.615384776923077, 3.230769553846154, 4.846154330769231, 6.461539107692308, 8.076923884615384, 9.692308661538462, 11.307693438461538, 12.923078215384615, 14.538462992307693, 16.15384776923077, 17.769232546153845, 19.384617323076924, 21.0000021], "n": "50", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 0.0, 6.0, 10.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "q": {"count": "18", "min": 3.0, "max": 21.0, "mean": 7.055555555555555, "stddev": 5.285632270290096, "histogram": {"start": 3.0, "end": 21.0000021, "counts": ["14", "0", "1", "2", "1"], "max": 21.0, "min": 3.0, "bins": [3.0, 6.60000042, 10.20000084, 13.800001259999998, 17.40000168, 21.0000021], "n": "18", "width": 0.0}, "uniqueCount": {"estimate": 7.0, "upper": 7.0, "lower": 7.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 3.0, 3.0, 6.0, 6.0, 21.0, 21.0, 21.0]}, "isDiscrete": false}, "u": {"count": "183", "min": 1.0, "max": 25.0, "mean": 8.743169398907105, "stddev": 5.866148446129323, "histogram": {"start": 1.0, "end": 25.0000025, "counts": ["20", "16", "10", "9", "6", "0", "3", "13", "17", "11", "0", "16", "12", "7", "9", "0", "4", "6", "3", "5", "0", "3", "2", "2", "2", "0", "2", "3", "1", "1"], "max": 25.0, "min": 1.0, "bins": [1.0, 1.8000000833333334, 2.600000166666667, 3.40000025, 4.200000333333334, 5.000000416666667, 5.8000005, 6.600000583333333, 7.400000666666667, 8.200000750000001, 9.000000833333335, 9.800000916666667, 10.600001, 11.400001083333335, 12.200001166666667, 13.00000125, 13.800001333333334, 14.600001416666668, 15.400001500000002, 16.200001583333332, 17.00000166666667, 17.80000175, 18.600001833333334, 19.400001916666668, 20.200002, 21.000002083333335, 21.80000216666667, 22.600002250000003, 23.400002333333333, 24.200002416666667, 25.0000025], "n": "183", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 3.0, 8.0, 12.0, 20.0, 24.0, 25.0]}, "isDiscrete": true}, "i": {"count": "305", "max": 27.0, "mean": 7.409836065573771, "stddev": 5.598334600752663, "histogram": {"end": 27.0000027, "counts": ["2", "21", "22", "51", "38", "23", "17", "6", "8", "16", "0", "15", "17", "17", "7", "6", "6", "6", "5", "6", "0", "3", "4", "2", "2", "0", "4", "0", "0", "1"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "305", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 3.0, 5.0, 11.0, 19.0, 24.0, 27.0]}, "isDiscrete": true, "min": 0.0}, "r": {"count": "396", "max": 28.0, "mean": 8.530303030303031, "stddev": 5.763401853124454, "histogram": {"end": 28.0000028, "counts": ["11", "18", "53", "25", "17", "19", "13", "20", "19", "26", "27", "28", "34", "15", "21", "0", "7", "8", "6", "7", "2", "5", "0", "6", "3", "4", "0", "0", "0", "2"], "max": 28.0, "bins": [0.0, 0.9333334266666667, 1.8666668533333335, 2.8000002800000003, 3.733333706666667, 4.666667133333334, 5.600000560000001, 6.533333986666667, 7.466667413333334, 8.40000084, 9.333334266666668, 10.266667693333334, 11.200001120000001, 12.133334546666667, 13.066667973333335, 14.0000014, 14.933334826666668, 15.866668253333335, 16.80000168, 17.73333510666667, 18.666668533333336, 19.60000196, 20.533335386666668, 21.466668813333335, 22.400002240000003, 23.33333566666667, 24.266669093333334, 25.20000252, 26.13333594666667, 27.066669373333337, 28.0000028], "n": "396", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 9.0, 12.0, 20.0, 24.0, 28.0]}, "isDiscrete": true, "min": 0.0}, "w": {"count": "23", "max": 15.0, "mean": 6.391304347826087, "stddev": 3.951284376167308, "histogram": {"end": 15.0000015, "counts": ["4", "5", "4", "7", "1", "2"], "max": 15.0, "bins": [0.0, 2.50000025, 5.0000005, 7.50000075, 10.000001, 12.500001249999999, 15.0000015], "n": "23", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 7.0, 8.0, 13.0, 15.0, 15.0]}, "min": 0.0, "isDiscrete": false}, "o": {"count": "240", "max": 25.0, "mean": 8.095833333333333, "stddev": 5.386639225698916, "histogram": {"end": 25.0000025, "counts": ["6", "33", "4", "19", "10", "7", "0", "14", "10", "22", "18", "26", "0", "23", "8", "7", "6", "8", "0", "6", "2", "1", "0", "0", "0", "1", "4", "4", "0", "1"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "240", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 8.0, 11.0, 17.0, 23.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "a": {"count": "441", "max": 29.0, "mean": 6.913832199546485, "stddev": 5.819779288142129, "histogram": {"end": 29.0000029, "counts": ["42", "76", "20", "18", "33", "22", "14", "20", "28", "21", "29", "25", "24", "15", "13", "7", "5", "8", "4", "3", "4", "2", "0", "1", "1", "2", "0", "1", "2", "1"], "max": 29.0, "bins": [0.0, 0.9666667633333332, 1.9333335266666665, 2.9000002899999995, 3.866667053333333, 4.833333816666666, 5.800000579999999, 6.766667343333332, 7.733334106666666, 8.700000869999998, 9.666667633333333, 10.633334396666665, 11.600001159999998, 12.566667923333332, 13.533334686666665, 14.50000145, 15.466668213333332, 16.433334976666664, 17.400001739999997, 18.366668503333333, 19.333335266666666, 20.300002029999998, 21.26666879333333, 22.233335556666663, 23.200002319999996, 24.166669083333332, 25.133335846666665, 26.100002609999997, 27.06666937333333, 28.033336136666662, 29.0000029], "n": "441", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 30.0, "upper": 30.0, "lower": 30.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 6.0, 11.0, 17.0, 25.0, 29.0]}, "isDiscrete": true, "min": 0.0}, "p": {"count": "71", "max": 24.0, "mean": 7.140845070422535, "stddev": 5.54023149245044, "histogram": {"end": 24.0000024, "counts": ["11", "8", "7", "0", "3", "19", "4", "5", "2", "1", "3", "3", "2", "1", "0", "1", "0", "1"], "max": 24.0, "bins": [0.0, 1.3333334666666667, 2.6666669333333335, 4.0000004, 5.333333866666667, 6.666667333333334, 8.0000008, 9.333334266666668, 10.666667733333334, 12.0000012, 13.333334666666667, 14.666668133333335, 16.0000016, 17.333335066666667, 18.666668533333336, 20.000002000000002, 21.333335466666668, 22.666668933333334, 24.0000024], "n": "71", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 18.0, "upper": 18.0, "lower": 18.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 10.0, 17.0, 24.0, 24.0]}, "min": 0.0, "isDiscrete": false}, "z": {"count": "25", "max": 23.0, "mean": 11.16, "stddev": 5.934924880176103, "histogram": {"end": 23.0000023, "counts": ["5", "0", "1", "13", "2", "3", "1"], "max": 23.0, "bins": [0.0, 3.285714614285714, 6.571429228571428, 9.857143842857141, 13.142858457142855, 16.42857307142857, 19.714287685714282, 23.0000023], "n": "25", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 12.0, "upper": 12.0, "lower": 12.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 10.0, 12.0, 13.0, 19.0, 23.0, 23.0]}, "min": 0.0, "isDiscrete": false}, "NITL": {"count": "1416", "max": 25.0, "mean": 3.9166666666666665, "stddev": 3.8794709000165732, "histogram": {"end": 25.0000025, "counts": ["203", "199", "205", "214", "182", "71", "0", "84", "56", "50", "44", "18", "0", "16", "10", "14", "6", "12", "0", "6", "2", "10", "4", "0", "0", "2", "0", "4", "0", "4"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "1416", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 3.0, 5.0, 12.0, 18.0, 25.0]}, "isDiscrete": true, "min": 0.0}}}}, "uniqueCount": {"estimate": 489.11696836641255, "upper": 495.51924147870557, "lower": 482.8704342625721}}};\n", + " const context = {"strings": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "STRING", "ratio": 1.0}, "typeCounts": {"STRING": "500"}}, "stringSummary": {"uniqueCount": {"estimate": 487.0, "upper": 487.0, "lower": 487.0}, "length": {"count": "500", "min": 3.0, "max": 34.0, "mean": 11.34, "stddev": 6.336616242981867, "histogram": {"start": 3.0, "end": 34.0000034, "counts": ["39", "136", "35", "0", "0", "3", "9", "19", "33", "39", "33", "30", "20", "23", "11", "11", "5", "11", "12", "14", "6", "5", "3", "3", "0", "0", "0", "0", "0", "0"], "max": 34.0, "min": 3.0, "bins": [3.0, 4.033333446666667, 5.066666893333333, 6.100000339999999, 7.133333786666666, 8.166667233333333, 9.200000679999999, 10.233334126666666, 11.266667573333333, 12.30000102, 13.333334466666667, 14.366667913333332, 15.40000136, 16.433334806666664, 17.46666825333333, 18.5000017, 19.533335146666666, 20.566668593333333, 21.60000204, 22.633335486666667, 23.666668933333334, 24.700002379999997, 25.733335826666664, 26.76666927333333, 27.80000272, 28.833336166666665, 29.866669613333332, 30.90000306, 31.933336506666663, 32.96666995333333, 34.0000034], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 4.0, 4.0, 5.0, 12.0, 15.0, 23.0, 26.0, 34.0]}, "isDiscrete": true}, "tokenLength": {"count": "500", "min": 2.0, "max": 6.0, "mean": 2.13, "stddev": 0.4874168137237381, "histogram": {"start": 2.0, "end": 6.0000006, "counts": ["459", "0", "0", "0", "0", "0", "0", "21", "0", "0", "0", "0", "0", "0", "16", "0", "0", "0", "0", "0", "0", "0", "2", "0", "0", "0", "0", "0", "0", "2"], "max": 6.0, "min": 2.0, "bins": [2.0, 2.133333353333333, 2.266666706666667, 2.40000006, 2.533333413333333, 2.6666667666666664, 2.80000012, 2.933333473333333, 3.0666668266666663, 3.20000018, 3.333333533333333, 3.4666668866666663, 3.60000024, 3.733333593333333, 3.8666669466666663, 4.0000003, 4.133333653333333, 4.266667006666666, 4.40000036, 4.533333713333333, 4.666667066666666, 4.80000042, 4.933333773333333, 5.066667126666666, 5.20000048, 5.333333833333333, 5.466667186666666, 5.60000054, 5.733333893333333, 5.866667246666666, 6.0000006], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 5.0, "upper": 5.0, "lower": 5.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [2.0, 2.0, 2.0, 2.0, 2.0, 2.0, 3.0, 4.0, 6.0]}, "isDiscrete": true}, "charPosTracker": {"characterList": "!#$%&()*+,-./0123456789?@[]^_abcdefghijklmnopqrstuvwyz{}", "charPosMap": {"z": {"count": "23", "max": 21.0, "mean": 10.08695652173913, "stddev": 6.4025069200790465, "histogram": {"end": 21.0000021, "counts": ["7", "0", "1", "7", "7", "1"], "max": 21.0, "bins": [0.0, 3.50000035, 7.0000007, 10.50000105, 14.0000014, 17.50000175, 21.0000021], "n": "23", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 11.0, 16.0, 17.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "u": {"count": "184", "min": 1.0, "max": 24.0, "mean": 7.668478260869565, "stddev": 5.732076924499296, "histogram": {"start": 1.0, "end": 24.0000024, "counts": ["37", "14", "13", "3", "0", "6", "7", "11", "0", "17", "12", "11", "0", "9", "7", "9", "4", "0", "1", "6", "8", "0", "2", "0", "0", "0", "3", "3", "0", "1"], "max": 24.0, "min": 1.0, "bins": [1.0, 1.7666667466666666, 2.533333493333333, 3.30000024, 4.066666986666666, 4.833333733333333, 5.60000048, 6.366667226666666, 7.133333973333333, 7.90000072, 8.666667466666667, 9.433334213333334, 10.20000096, 10.966667706666668, 11.733334453333333, 12.5000012, 13.266667946666667, 14.033334693333334, 14.80000144, 15.566668186666666, 16.333334933333333, 17.100001680000002, 17.866668426666667, 18.633335173333332, 19.40000192, 20.166668666666666, 20.933335413333335, 21.70000216, 22.466668906666666, 23.233335653333334, 24.0000024], "n": "184", "width": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 2.0, 8.0, 11.0, 17.0, 22.0, 24.0]}, "isDiscrete": true}, "a": {"count": "407", "max": 33.0, "mean": 6.995085995085995, "stddev": 5.880583013720373, "histogram": {"end": 33.0000033, "counts": ["99", "29", "22", "19", "24", "15", "20", "22", "27", "44", "21", "10", "9", "9", "6", "3", "8", "5", "4", "7", "1", "0", "1", "0", "0", "0", "0", "0", "0", "2"], "max": 33.0, "bins": [0.0, 1.10000011, 2.20000022, 3.3000003300000005, 4.40000044, 5.50000055, 6.600000660000001, 7.700000770000001, 8.80000088, 9.90000099, 11.0000011, 12.10000121, 13.200001320000002, 14.300001430000002, 15.400001540000002, 16.50000165, 17.60000176, 18.70000187, 19.80000198, 20.90000209, 22.0000022, 23.10000231, 24.20000242, 25.30000253, 26.400002640000004, 27.500002750000004, 28.600002860000004, 29.700002970000003, 30.800003080000003, 31.900003190000003, 33.0000033], "n": "407", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 6.0, 11.0, 18.0, 22.0, 33.0]}, "isDiscrete": true, "min": 0.0}, "m": {"count": "133", "max": 21.0, "mean": 6.067669172932331, "stddev": 5.2803172091379365, "histogram": {"end": 21.0000021, "counts": ["32", "3", "11", "0", "8", "2", "0", "6", "10", "9", "0", "14", "5", "0", "8", "5", "0", "4", "2", "2", "0", "2", "3", "0", "4", "2", "0", "0", "0", "1"], "max": 21.0, "bins": [0.0, 0.70000007, 1.40000014, 2.10000021, 2.80000028, 3.5000003499999996, 4.20000042, 4.90000049, 5.60000056, 6.3000006299999995, 7.000000699999999, 7.70000077, 8.40000084, 9.10000091, 9.80000098, 10.50000105, 11.20000112, 11.90000119, 12.600001259999999, 13.300001329999999, 14.000001399999999, 14.70000147, 15.40000154, 16.10000161, 16.80000168, 17.50000175, 18.20000182, 18.90000189, 19.60000196, 20.300002029999998, 21.0000021], "n": "133", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 6.0, 9.0, 17.0, 18.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "i": {"count": "315", "min": 1.0, "max": 31.0, "mean": 8.006349206349206, "stddev": 5.621270823741272, "histogram": {"start": 1.0, "end": 31.0000031, "counts": ["26", "58", "29", "17", "25", "15", "13", "15", "22", "15", "16", "13", "16", "8", "0", "7", "4", "2", "2", "5", "3", "0", "2", "0", "0", "0", "2", "0", "0", "0"], "max": 31.0, "min": 1.0, "bins": [1.0, 2.0000001033333334, 3.000000206666667, 4.000000310000001, 5.000000413333334, 6.000000516666667, 7.000000620000001, 8.000000723333335, 9.000000826666668, 10.00000093, 11.000001033333334, 12.000001136666668, 13.000001240000001, 14.000001343333334, 15.00000144666667, 16.00000155, 17.000001653333335, 18.00000175666667, 19.00000186, 20.000001963333336, 21.000002066666667, 22.000002170000002, 23.000002273333337, 24.000002376666668, 25.000002480000003, 26.000002583333337, 27.00000268666667, 28.000002790000003, 29.00000289333334, 30.00000299666667, 31.000003100000004], "n": "315", "width": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [1.0, 1.0, 1.0, 3.0, 7.0, 12.0, 19.0, 24.0, 31.0]}, "isDiscrete": true}, "NITL": {"count": "1493", "max": 25.0, "mean": 3.766242464835901, "stddev": 3.812936444515093, "histogram": {"end": 25.0000025, "counts": ["214", "226", "224", "225", "214", "75", "0", "67", "52", "54", "29", "13", "0", "10", "13", "16", "10", "15", "0", "6", "10", "6", "10", "4", "0", "0", "0", "0", "0", "0"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "1493", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 23.0, "upper": 23.0, "lower": 23.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 3.0, 5.0, 13.0, 18.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "d": {"count": "151", "max": 24.0, "mean": 9.185430463576159, "stddev": 5.9491220343957005, "histogram": {"end": 24.0000024, "counts": ["9", "9", "6", "5", "7", "0", "11", "10", "9", "9", "0", "8", "4", "7", "6", "0", "12", "10", "11", "3", "0", "4", "1", "1", "2", "0", "2", "1", "2", "2"], "max": 24.0, "bins": [0.0, 0.80000008, 1.60000016, 2.40000024, 3.20000032, 4.0000004, 4.80000048, 5.60000056, 6.40000064, 7.20000072, 8.0000008, 8.80000088, 9.60000096, 10.40000104, 11.20000112, 12.0000012, 12.80000128, 13.60000136, 14.40000144, 15.20000152, 16.0000016, 16.80000168, 17.60000176, 18.40000184, 19.20000192, 20.000002, 20.80000208, 21.60000216, 22.40000224, 23.20000232, 24.0000024], "n": "151", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 9.0, 14.0, 20.0, 24.0, 24.0]}, "min": 0.0, "isDiscrete": false}, "r": {"count": "376", "max": 32.0, "mean": 8.675531914893616, "stddev": 5.840186045807564, "histogram": {"end": 32.0000032, "counts": ["29", "39", "28", "13", "27", "12", "16", "19", "24", "34", "30", "24", "17", "7", "19", "5", "2", "10", "7", "1", "4", "6", "0", "0", "1", "0", "0", "0", "0", "2"], "max": 32.0, "bins": [0.0, 1.0666667733333335, 2.133333546666667, 3.2000003200000005, 4.266667093333334, 5.333333866666667, 6.400000640000001, 7.466667413333335, 8.533334186666668, 9.600000960000001, 10.666667733333334, 11.733334506666669, 12.800001280000002, 13.866668053333335, 14.93333482666667, 16.0000016, 17.066668373333336, 18.13333514666667, 19.200001920000002, 20.266668693333337, 21.333335466666668, 22.400002240000003, 23.466669013333338, 24.53333578666667, 25.600002560000004, 26.66666933333334, 27.73333610666667, 28.800002880000005, 29.86666965333334, 30.93333642666667, 32.0000032], "n": "376", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 27.0, "upper": 27.0, "lower": 27.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 9.0, 12.0, 20.0, 23.0, 32.0]}, "isDiscrete": true, "min": 0.0}, "-": {"count": "49", "min": 4.0, "max": 19.0, "mean": 10.408163265306122, "stddev": 4.056467918372967, "histogram": {"start": 4.0, "end": 19.0000019, "counts": ["5", "9", "4", "2", "1", "2", "9", "1", "7", "4", "4", "0", "1"], "max": 19.0, "min": 4.0, "bins": [4.0, 5.1538463, 6.3076926, 7.461538900000001, 8.6153852, 9.7692315, 10.923077800000002, 12.076924100000001, 13.2307704, 14.3846167, 15.538463, 16.6923093, 17.846155600000003, 19.0000019], "n": "49", "width": 0.0}, "uniqueCount": {"estimate": 14.0, "upper": 14.0, "lower": 14.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 5.0, 6.0, 11.0, 14.0, 16.0, 19.0, 19.0]}, "isDiscrete": false}, "v": {"count": "41", "max": 29.0, "mean": 8.902439024390244, "stddev": 7.213892423819406, "histogram": {"end": 29.0000029, "counts": ["12", "2", "1", "7", "11", "1", "4", "1", "1", "0", "1"], "max": 29.0, "bins": [0.0, 2.6363638999999996, 5.272727799999999, 7.909091699999999, 10.545455599999999, 13.181819499999998, 15.818183399999999, 18.454547299999998, 21.090911199999997, 23.727275099999996, 26.363638999999996, 29.000002899999995], "n": "41", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 17.0, "upper": 17.0, "lower": 17.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 1.0, 10.0, 13.0, 21.0, 29.0, 29.0]}, "min": 0.0, "isDiscrete": false}, "o": {"count": "209", "max": 26.0, "mean": 8.578947368421053, "stddev": 5.471494033951124, "histogram": {"end": 26.0000026, "counts": ["3", "27", "7", "16", "11", "3", "3", "0", "8", "18", "25", "16", "10", "20", "6", "0", "8", "6", "6", "3", "2", "2", "0", "5", "2", "0", "1", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "209", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 24.0, "upper": 24.0, "lower": 24.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 9.0, 12.0, 19.0, 21.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "s": {"count": "225", "max": 26.0, "mean": 8.675555555555556, "stddev": 5.708435000832556, "histogram": {"end": 26.0000026, "counts": ["20", "2", "13", "9", "26", "12", "14", "0", "5", "6", "8", "22", "17", "15", "11", "0", "10", "10", "3", "3", "7", "3", "0", "5", "1", "1", "1", "0", "0", "1"], "max": 26.0, "bins": [0.0, 0.8666667533333333, 1.7333335066666666, 2.60000026, 3.4666670133333333, 4.333333766666667, 5.20000052, 6.0666672733333336, 6.9333340266666665, 7.8000007799999995, 8.666667533333333, 9.533334286666667, 10.40000104, 11.266667793333333, 12.133334546666667, 13.0000013, 13.866668053333333, 14.733334806666667, 15.600001559999999, 16.466668313333333, 17.333335066666667, 18.20000182, 19.066668573333335, 19.933335326666665, 20.80000208, 21.666668833333333, 22.533335586666666, 23.40000234, 24.266669093333334, 25.133335846666665, 26.0000026], "n": "225", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 4.0, 9.0, 12.0, 19.0, 22.0, 26.0]}, "isDiscrete": true, "min": 0.0}, "b": {"count": "96", "max": 22.0, "mean": 9.03125, "stddev": 5.406532354963127, "histogram": {"end": 22.0000022, "counts": ["9", "0", "5", "2", "1", "2", "11", "9", "4", "16", "4", "8", "0", "3", "4", "1", "4", "1", "2", "4", "4", "0", "0", "2"], "max": 22.0, "bins": [0.0, 0.9166667583333333, 1.8333335166666667, 2.750000275, 3.6666670333333333, 4.583333791666667, 5.50000055, 6.416667308333333, 7.333334066666667, 8.250000825, 9.166667583333334, 10.083334341666667, 11.0000011, 11.916667858333334, 12.833334616666667, 13.750001375, 14.666668133333333, 15.583334891666667, 16.50000165, 17.416668408333333, 18.333335166666668, 19.250001925, 20.166668683333334, 21.083335441666666, 22.0000022], "n": "96", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 6.0, 9.0, 12.0, 19.0, 22.0, 22.0]}, "min": 0.0, "isDiscrete": false}, "f": {"count": "26", "max": 17.0, "mean": 3.8461538461538463, "stddev": 4.182748452319911, "histogram": {"end": 17.0000017, "counts": ["13", "3", "4", "5", "0", "0", "1"], "max": 17.0, "bins": [0.0, 2.428571671428571, 4.857143342857142, 7.285715014285714, 9.714286685714285, 12.142858357142856, 14.571430028571427, 17.0000017], "n": "26", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 3.0, 7.0, 9.0, 17.0, 17.0]}, "min": 0.0, "isDiscrete": false}, "l": {"count": "291", "max": 27.0, "mean": 8.140893470790378, "stddev": 5.5669044724922125, "histogram": {"end": 27.0000027, "counts": ["17", "18", "25", "19", "13", "15", "11", "18", "18", "19", "0", "24", "26", "12", "9", "9", "8", "2", "10", "4", "0", "5", "4", "2", "2", "0", "1", "0", "0", "0"], "max": 27.0, "bins": [0.0, 0.90000009, 1.80000018, 2.7000002700000003, 3.60000036, 4.50000045, 5.400000540000001, 6.30000063, 7.20000072, 8.100000810000001, 9.0000009, 9.90000099, 10.800001080000001, 11.70000117, 12.60000126, 13.50000135, 14.40000144, 15.300001530000001, 16.200001620000002, 17.10000171, 18.0000018, 18.900001890000002, 19.80000198, 20.70000207, 21.600002160000003, 22.50000225, 23.40000234, 24.30000243, 25.20000252, 26.10000261, 27.0000027], "n": "291", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 8.0, 11.0, 18.0, 22.0, 27.0]}, "isDiscrete": true, "min": 0.0}, "g": {"count": "95", "max": 21.0, "mean": 7.863157894736842, "stddev": 5.747544390203282, "histogram": {"end": 21.0000021, "counts": ["11", "2", "9", "10", "1", "2", "6", "6", "0", "6", "8", "5", "1", "6", "3", "5", "0", "2", "5", "2", "0", "2", "2", "1"], "max": 21.0, "bins": [0.0, 0.8750000875, 1.750000175, 2.6250002625, 3.50000035, 4.3750004375, 5.250000525, 6.1250006125, 7.0000007, 7.8750007875, 8.750000875, 9.6250009625, 10.50000105, 11.3750011375, 12.250001225, 13.1250013125, 14.0000014, 14.8750014875, 15.750001575, 16.6250016625, 17.50000175, 18.3750018375, 19.250001925, 20.1250020125, 21.0000021], "n": "95", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 8.0, 12.0, 19.0, 21.0, 21.0]}, "min": 0.0, "isDiscrete": false}, "k": {"count": "30", "max": 11.0, "mean": 3.7333333333333334, "stddev": 3.9122560149403287, "histogram": {"end": 11.0000011, "counts": ["13", "0", "5", "3", "0", "5", "1", "3"], "max": 11.0, "bins": [0.0, 1.3750001375, 2.750000275, 4.1250004125, 5.50000055, 6.8750006875, 8.250000825, 9.6250009625, 11.0000011], "n": "30", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 3.0, 8.0, 11.0, 11.0, 11.0]}, "min": 0.0, "isDiscrete": false}, "q": {"count": "18", "min": 4.0, "max": 20.0, "mean": 10.055555555555555, "stddev": 4.304200714517119, "histogram": {"start": 4.0, "end": 20.000002, "counts": ["6", "3", "6", "2", "1"], "max": 20.0, "min": 4.0, "bins": [4.0, 7.2000003999999995, 10.400000799999999, 13.600001199999998, 16.800001599999998, 20.000002], "n": "18", "width": 0.0}, "uniqueCount": {"estimate": 10.0, "upper": 10.0, "lower": 10.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [4.0, 4.0, 4.0, 6.0, 11.0, 13.0, 20.0, 20.0, 20.0]}, "isDiscrete": false}, "w": {"count": "18", "max": 14.0, "mean": 7.277777777777778, "stddev": 4.0410475571907245, "histogram": {"end": 14.0000014, "counts": ["3", "2", "4", "7", "2"], "max": 14.0, "bins": [0.0, 2.80000028, 5.60000056, 8.40000084, 11.20000112, 14.000001399999999], "n": "18", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 9.0, "upper": 9.0, "lower": 9.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 5.0, 9.0, 10.0, 14.0, 14.0, 14.0]}, "min": 0.0, "isDiscrete": false}, ".": {"count": "1", "min": 3.0, "max": 3.0, "mean": 3.0, "histogram": {"start": 3.0, "end": 3.0000003, "counts": ["1"], "max": 3.0, "min": 3.0, "bins": [3.0, 3.0000003], "n": "1", "width": 0.0}, "uniqueCount": {"estimate": 1.0, "upper": 1.0, "lower": 1.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0, 3.0]}, "stddev": 0.0, "isDiscrete": false}, "y": {"count": "67", "max": 24.0, "mean": 8.402985074626866, "stddev": 5.586942844549129, "histogram": {"end": 24.0000024, "counts": ["8", "5", "6", "4", "10", "0", "4", "11", "5", "7", "0", "1", "3", "0", "2", "0", "1"], "max": 24.0, "bins": [0.0, 1.4117648470588235, 2.823529694117647, 4.23529454117647, 5.647059388235294, 7.058824235294118, 8.47058908235294, 9.882353929411765, 11.294118776470588, 12.705883623529411, 14.117648470588236, 15.529413317647059, 16.94117816470588, 18.352943011764705, 19.76470785882353, 21.176472705882354, 22.588237552941177, 24.0000024], "n": "67", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 9.0, 12.0, 18.0, 24.0, 24.0]}, "min": 0.0, "isDiscrete": false}, "t": {"count": "203", "max": 25.0, "mean": 8.251231527093596, "stddev": 5.891001357212906, "histogram": {"end": 25.0000025, "counts": ["10", "5", "18", "20", "12", "25", "0", "9", "8", "7", "9", "12", "0", "7", "9", "17", "10", "1", "0", "4", "2", "1", "3", "3", "0", "7", "1", "2", "0", "1"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "203", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 25.0, "upper": 25.0, "lower": 25.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 3.0, 7.0, 13.0, 21.0, 23.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "e": {"count": "549", "max": 30.0, "mean": 9.123861566484518, "stddev": 5.484147262107393, "histogram": {"end": 30.000003, "counts": ["36", "15", "24", "50", "36", "40", "45", "37", "29", "39", "37", "27", "19", "22", "20", "16", "7", "13", "8", "10", "7", "4", "2", "4", "1", "1", "0", "0", "0", "0"], "max": 30.0, "bins": [0.0, 1.0000001, 2.0000002, 3.0000003, 4.0000004, 5.0000005000000005, 6.0000006, 7.0000007, 8.0000008, 9.0000009, 10.000001000000001, 11.0000011, 12.0000012, 13.000001300000001, 14.0000014, 15.000001500000002, 16.0000016, 17.000001700000002, 18.0000018, 19.0000019, 20.000002000000002, 21.0000021, 22.0000022, 23.000002300000002, 24.0000024, 25.0000025, 26.000002600000002, 27.000002700000003, 28.0000028, 29.000002900000002, 30.000003000000003], "n": "549", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 28.0, "upper": 28.0, "lower": 28.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 1.0, 1.0, 5.0, 8.0, 12.0, 20.0, 24.0, 30.0]}, "isDiscrete": true, "min": 0.0}, "h": {"count": "119", "max": 20.0, "mean": 6.411764705882353, "stddev": 5.036160369388707, "histogram": {"end": 20.000002, "counts": ["8", "15", "2", "0", "19", "11", "0", "9", "3", "0", "6", "9", "0", "6", "8", "0", "6", "3", "0", "3", "1", "0", "1", "3", "0", "1", "0", "0", "3", "2"], "max": 20.0, "bins": [0.0, 0.6666667333333333, 1.3333334666666665, 2.0000001999999997, 2.666666933333333, 3.3333336666666664, 4.000000399999999, 4.666667133333333, 5.333333866666666, 6.000000599999999, 6.666667333333333, 7.333334066666666, 8.000000799999999, 8.666667533333332, 9.333334266666666, 10.000001, 10.666667733333332, 11.333334466666665, 12.000001199999998, 12.666667933333333, 13.333334666666666, 14.000001399999999, 14.666668133333332, 15.333334866666664, 16.000001599999997, 16.66666833333333, 17.333335066666663, 18.0000018, 18.666668533333333, 19.333335266666666, 20.000002], "n": "119", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 20.0, "upper": 20.0, "lower": 20.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 5.0, 10.0, 17.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "p": {"count": "60", "max": 20.0, "mean": 7.2, "stddev": 5.3259836363732145, "histogram": {"end": 20.000002, "counts": ["11", "3", "7", "2", "3", "8", "7", "6", "4", "1", "2", "2", "2", "0", "2"], "max": 20.0, "bins": [0.0, 1.3333334666666665, 2.666666933333333, 4.000000399999999, 5.333333866666666, 6.666667333333333, 8.000000799999999, 9.333334266666666, 10.666667733333332, 12.000001199999998, 13.333334666666666, 14.666668133333332, 16.000001599999997, 17.333335066666663, 18.666668533333333, 20.000002], "n": "60", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 18.0, "upper": 18.0, "lower": 18.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 3.0, 7.0, 10.0, 17.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "j": {"count": "49", "max": 20.0, "mean": 3.7755102040816326, "stddev": 5.420890556151149, "histogram": {"end": 20.000002, "counts": ["29", "2", "0", "2", "4", "5", "2", "1", "1", "0", "0", "2", "1"], "max": 20.0, "bins": [0.0, 1.5384616923076921, 3.0769233846153843, 4.615385076923077, 6.153846769230769, 7.6923084615384605, 9.230770153846153, 10.769231846153845, 12.307693538461537, 13.846155230769229, 15.384616923076921, 16.923078615384615, 18.461540307692307, 20.000002], "n": "49", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 11.0, "upper": 11.0, "lower": 11.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 0.0, 0.0, 7.0, 17.0, 20.0, 20.0]}, "min": 0.0, "isDiscrete": false}, "n": {"count": "309", "max": 25.0, "mean": 8.533980582524272, "stddev": 5.848990701001409, "histogram": {"end": 25.0000025, "counts": ["8", "14", "24", "21", "32", "31", "0", "16", "13", "9", "10", "13", "0", "18", "16", "24", "10", "12", "0", "11", "3", "3", "4", "3", "0", "2", "6", "2", "1", "3"], "max": 25.0, "bins": [0.0, 0.8333334166666667, 1.6666668333333334, 2.5000002500000003, 3.333333666666667, 4.1666670833333335, 5.0000005000000005, 5.833333916666667, 6.666667333333334, 7.500000750000001, 8.333334166666667, 9.166667583333334, 10.000001000000001, 10.833334416666668, 11.666667833333333, 12.50000125, 13.333334666666667, 14.166668083333334, 15.000001500000002, 15.833334916666667, 16.666668333333334, 17.500001750000003, 18.333335166666668, 19.166668583333333, 20.000002000000002, 20.833335416666667, 21.666668833333336, 22.50000225, 23.333335666666667, 24.166669083333336, 25.0000025], "n": "309", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 26.0, "upper": 26.0, "lower": 26.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 1.0, 4.0, 7.0, 13.0, 20.0, 24.0, 25.0]}, "isDiscrete": true, "min": 0.0}, "c": {"count": "133", "max": 22.0, "mean": 6.368421052631579, "stddev": 5.246172752459105, "histogram": {"end": 22.0000022, "counts": ["25", "1", "18", "0", "4", "5", "7", "0", "6", "18", "7", "0", "13", "6", "2", "0", "3", "4", "0", "2", "3", "1", "0", "1", "4", "2", "0", "0", "0", "1"], "max": 22.0, "bins": [0.0, 0.7333334066666667, 1.4666668133333334, 2.20000022, 2.9333336266666667, 3.6666670333333333, 4.40000044, 5.133333846666667, 5.8666672533333335, 6.60000066, 7.333334066666667, 8.066667473333334, 8.80000088, 9.533334286666667, 10.266667693333334, 11.0000011, 11.733334506666667, 12.466667913333334, 13.20000132, 13.933334726666667, 14.666668133333333, 15.40000154, 16.13333494666667, 16.866668353333335, 17.60000176, 18.333335166666668, 19.066668573333335, 19.80000198, 20.533335386666668, 21.266668793333334, 22.0000022], "n": "133", "start": 0.0, "width": 0.0, "min": 0.0}, "uniqueCount": {"estimate": 21.0, "upper": 21.0, "lower": 21.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [0.0, 0.0, 0.0, 2.0, 7.0, 9.0, 18.0, 19.0, 22.0]}, "min": 0.0, "isDiscrete": false}}}}, "uniqueCount": {"estimate": 484.4890618044652, "upper": 490.8307581556479, "lower": 478.30163089687073}}};\n", " // Config handlebars and pass data to HBS template\n", " const source = document.getElementById("entry-template").innerHTML;\n", " const template = Handlebars.compile(source);\n", @@ -7376,7 +7464,7 @@ "\n", " function initHandlebarsTemplate() {\n", " // Replace this context with JSON from .py file\n", - " const context = {"properties": {"schemaMajorVersion": 1, "schemaMinorVersion": 2, "sessionId": "8f6a54f6-44f9-422a-9aaa-a76dc03e68c9", "sessionTimestamp": "1647530997889", "dataTimestamp": "1622592000000", "tags": {"name": "mytestytest"}, "metadata": {}}, "mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.15691950383945444, "max": 1.1944854852214923, "mean": 0.34305937129039193, "stddev": 0.29117343237416626, "histogram": {"start": -0.15691950917243958, "end": 1.1944855453976393, "counts": ["5", "11", "10", "32", "43", "38", "43", "28", "27", "17", "19", "12", "23", "24", "13", "25", "19", "29", "10", "22", "9", "8", "13", "8", "1", "6", "3", "0", "0", "2"], "max": 1.1944854259490967, "min": -0.15691950917243958, "bins": [-0.15691950917243958, -0.11187267402010362, -0.06682583886776765, -0.021779003715431677, 0.02326783143690428, 0.06831466658924024, 0.11336150174157622, 0.15840833689391215, 0.20345517204624813, 0.24850200719858412, 0.29354884235092005, 0.33859567750325603, 0.383642512655592, 0.428689347807928, 0.4737361829602639, 0.5187830181125999, 0.5638298532649358, 0.6088766884172718, 0.6539235235696078, 0.6989703587219437, 0.7440171938742797, 0.7890640290266157, 0.8341108641789516, 0.8791576993312875, 0.9242045344836236, 0.9692513696359595, 1.0142982047882956, 1.0593450399406314, 1.1043918750929673, 1.1494387102453034, 1.1944855453976393], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 393.0, "upper": 393.0, "lower": 393.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.15691950917243958, -0.10476154088973999, -0.02496323175728321, 0.09297468513250351, 0.2899952232837677, 0.5810949802398682, 0.8560037612915039, 1.0485494136810303, 1.1944854259490967]}, "isDiscrete": false}, "uniqueCount": {"estimate": 393.5248448202391, "upper": 398.6758694134495, "lower": 388.49912188920257}, "sum": 171.52968564519597, "variance": 0.08478196772055317, "coefficient_of_variation": 0.8487552206457424, "quantile_statistics": {"fifth_percentile": -0.02496323175728321, "q1": 0.09297468513250351, "median": 0.2899952232837677, "q3": 0.5810949802398682, "ninety_fifth_percentile": 0.8560037612915039, "range": 1.3514049890609467, "iqr": 0.48812029510736465}}};\n", + " const context = {"properties": {"schemaMajorVersion": 1, "schemaMinorVersion": 2, "sessionId": "2da09ec3-f565-441f-a3d8-5649e0a4340a", "sessionTimestamp": "1648032222786", "dataTimestamp": "1622592000000", "tags": {"name": "mytestytest"}, "metadata": {}}, "mixture_distribution": {"counters": {"count": "500"}, "schema": {"inferredType": {"type": "FRACTIONAL", "ratio": 1.0}, "typeCounts": {"FRACTIONAL": "500"}}, "numberSummary": {"count": "500", "min": -0.16197451040897445, "max": 1.1264764129674782, "mean": 0.355046313966549, "stddev": 0.2963055570649652, "histogram": {"start": -0.16197450459003448, "end": 1.1264765196987272, "counts": ["1", "10", "4", "22", "48", "32", "45", "41", "23", "18", "13", "13", "5", "15", "15", "34", "20", "33", "19", "16", "20", "13", "8", "3", "7", "5", "7", "3", "0", "7"], "max": 1.1264764070510864, "min": -0.16197450459003448, "bins": [-0.16197450459003448, -0.11902613711374244, -0.07607776963745037, -0.03312940216115831, 0.009818965315133737, 0.052767332791425786, 0.09571570026771786, 0.1386640677440099, 0.18161243522030196, 0.224560802696594, 0.26750917017288606, 0.3104575376491781, 0.3534059051254702, 0.39635427260176226, 0.4393026400780543, 0.48225100755434636, 0.5251993750306384, 0.5681477425069305, 0.6110961099832225, 0.6540444774595146, 0.6969928449358066, 0.7399412124120986, 0.7828895798883907, 0.8258379473646827, 0.8687863148409749, 0.911734682317267, 0.954683049793559, 0.997631417269851, 1.040579784746143, 1.0835281522224351, 1.1264765196987272], "n": "500", "width": 0.0}, "uniqueCount": {"estimate": 387.0, "upper": 387.0, "lower": 387.0}, "quantiles": {"quantiles": [0.0, 0.01, 0.05, 0.25, 0.5, 0.75, 0.95, 0.99, 1.0], "quantileValues": [-0.16197450459003448, -0.0952087789773941, -0.016867803409695625, 0.10210038721561432, 0.28867417573928833, 0.5930023193359375, 0.8841008543968201, 1.10538649559021, 1.1264764070510864]}, "isDiscrete": false}, "frequentItems": {"items": [{"estimate": "21", "jsonValue": "0.5107132770898943"}, {"estimate": "20", "jsonValue": "0.5572022311548982"}, {"estimate": "20", "jsonValue": "0.884100849597971"}, {"estimate": "20", "jsonValue": "0.5044685106469766"}, {"estimate": "20", "jsonValue": "-0.09132802446577978"}, {"estimate": "20", "jsonValue": "0.018177931676652742"}, {"estimate": "20", "jsonValue": "0.2356240028570823"}, {"estimate": "20", "jsonValue": "0.15144388340587492"}, {"estimate": "20", "jsonValue": "0.5021121114963556"}, {"estimate": "20", "jsonValue": "0.5934493459568003"}, {"estimate": "20", "jsonValue": "0.1513267433113356"}, {"estimate": "20", "jsonValue": "0.7640964362394728"}, {"estimate": "20", "jsonValue": "0.2886741652952192"}, {"estimate": "20", "jsonValue": "0.5538130939582644"}, {"estimate": "20", "jsonValue": "0.12449665711087228"}, {"estimate": "20", "jsonValue": "-0.07630401553627339"}, {"estimate": "20", "jsonValue": "-0.10392321777601007"}, {"estimate": "20", "jsonValue": "0.4279173269432095"}, {"estimate": "20", "jsonValue": "0.2523124077269657"}, {"estimate": "20", "jsonValue": "-0.02369507108780819"}, {"estimate": "20", "jsonValue": "0.7265863635511022"}, {"estimate": "20", "jsonValue": "0.6096169893322764"}, {"estimate": "20", "jsonValue": "0.09444523011033813"}, {"estimate": "20", "jsonValue": "0.6052182100421667"}]}, "uniqueCount": {"estimate": 387.12974491049755, "upper": 392.19706114997956, "lower": 382.1856940789122}, "sum": 177.5231569832745, "variance": 0.08779698314757935, "coefficient_of_variation": 0.8345546634597139, "quantile_statistics": {"fifth_percentile": -0.016867803409695625, "q1": 0.10210038721561432, "median": 0.28867417573928833, "q3": 0.5930023193359375, "ninety_fifth_percentile": 0.8841008543968201, "range": 1.2884509233764527, "iqr": 0.4909019321203232}}};\n", " // Config handlebars and pass data to HBS template\n", " const source = document.getElementById("entry-template").innerHTML;\n", " const template = Handlebars.compile(source);\n", @@ -8079,7 +8167,7 @@ "\n", " function initHandlebarsTemplate() {\n", " // Replace this context with JSON from .py file\n", - " const context = [["A", [["values are in {8, 2, 5}", 6, 3]]], ["users", [["column values match the email regex pattern", 6, 4]]], ["B", [["maximum is less than or equal to 100", 1, 0], ["minimum is between 1 and 5", 1, 1]]], ["value", [["has a standard normal distribution", 1, 1]]], ["The columns of the table are equal to the set {'col2', 'col1'}", 1, 1], ["The pair of values of the columns A and B are in {(1, 2), (3, 5)}", 6, 6], ["The sum of the values of A and B is equal to 100", 6, 6], ["The values of the column A are unique within each row", 6, 0]];\n", + " const context = [["A", [["values are in {8, 2, 5}", 6, 3]]], ["users", [["column values match the email regex pattern", 6, 4]]], ["B", [["maximum is less than or equal to 100", 1, 0], ["minimum is between 1 and 5", 1, 1]]], ["value", [["has a standard normal distribution", 1, 1]]], ["The columns of the table are equal to the set {'col1', 'col2'}", 1, 1], ["The pair of values of the columns A and B are in {(1, 2), (3, 5)}", 6, 6], ["The sum of the values of A and B is equal to 100", 6, 6], ["The values of the column A are unique within each row", 6, 0]];\n", " // Config handlebars and pass data to HBS template\n", " const source = document.getElementById("entry-template").innerHTML;\n", " const template = Handlebars.compile(source);\n", @@ -8269,7 +8357,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 14, "id": "980d7236", "metadata": {}, "outputs": [], @@ -8316,7 +8404,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.8.12" + "version": "3.8.10" } }, "nbformat": 4,