Skip to content

Instantly share code, notes, and snippets.

@Jolanrensen
Last active May 30, 2024 15:28
Show Gist options
  • Save Jolanrensen/e05456e877763eb324527952bd2aaf37 to your computer and use it in GitHub Desktop.
Save Jolanrensen/e05456e877763eb324527952bd2aaf37 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"metadata": {
"collapsed": true,
"ExecuteTime": {
"end_time": "2024-05-30T15:18:19.096714005Z",
"start_time": "2024-05-30T15:18:14.353937895Z"
}
},
"source": [
"%useLatestDescriptors\n",
"%use dataframe"
],
"outputs": [],
"execution_count": 1
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:18:23.989737619Z",
"start_time": "2024-05-30T15:18:19.112573853Z"
}
},
"cell_type": "code",
"source": [
"val rawUserData = DataFrame.read(\"https://dummyjson.com/users\")\n",
" .getFrameColumn(\"users\")\n",
" .first()\n",
"\n",
"rawUserData"
],
"outputs": [
{
"data": {
"text/html": [
" <iframe onload=\"o_resize_iframe_out_1()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_1\" frameBorder=\"0\" srcdoc=\" &lt;html&gt;\n",
" &lt;head&gt;\n",
" &lt;style type=&quot;text&sol;css&quot;&gt;\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover &gt; td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"&sol;* formatting *&sol;\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
":root {\n",
" --scroll-bg: #f5f5f5;\n",
" --scroll-fg: #b3b3b3;\n",
"}\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n",
" --scroll-bg: #3c3c3c;\n",
" --scroll-fg: #97e1fb;\n",
"}\n",
"body {\n",
" scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n",
"}\n",
"body::-webkit-scrollbar {\n",
" width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n",
" height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n",
"}\n",
"body::-webkit-scrollbar-thumb {\n",
" background-color: var(--scroll-fg);\n",
"}\n",
"body::-webkit-scrollbar-track {\n",
" background-color: var(--scroll-bg);\n",
"}\n",
" &lt;&sol;style&gt;\n",
" &lt;&sol;head&gt;\n",
" &lt;body&gt;\n",
" &lt;table class=&quot;dataframe&quot; id=&quot;df_1191182336&quot;&gt;&lt;&sol;table&gt;\n",
"\n",
"&lt;p class=&quot;dataframe_description&quot;&gt;... showing only top 20 of 30 rows&lt;&sol;p&gt;&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 30, columnsCount = 28&lt;&sol;p&gt;\n",
"\n",
" &lt;&sol;body&gt;\n",
" &lt;script&gt;\n",
" (function () {\n",
" window.DataFrame = window.DataFrame || new (function () {\n",
" this.addTable = function (df) {\n",
" let cols = df.cols;\n",
" for (let i = 0; i &lt; cols.length; i++) {\n",
" for (let c of cols[i].children) {\n",
" cols[c].parent = i;\n",
" }\n",
" }\n",
" df.nrow = 0\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n",
" }\n",
" if (df.id === df.rootId) {\n",
" df.expandedFrames = new Set()\n",
" df.childFrames = {}\n",
" const table = this.getTableElement(df.id)\n",
" table.df = df\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" let col = df.cols[i]\n",
" if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n",
" }\n",
" } else {\n",
" const rootDf = this.getTableData(df.rootId)\n",
" rootDf.childFrames[df.id] = df\n",
" }\n",
" }\n",
"\n",
" this.computeRenderData = function (df) {\n",
" let result = []\n",
" let pos = 0\n",
" for (let col = 0; col &lt; df.cols.length; col++) {\n",
" if (df.cols[col].parent === undefined)\n",
" pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n",
" }\n",
" for (let i = 0; i &lt; result.length; i++) {\n",
" let row = result[i]\n",
" for (let j = 0; j &lt; row.length; j++) {\n",
" let cell = row[j]\n",
" if (j === 0)\n",
" cell.leftBd = false\n",
" if (j &lt; row.length - 1) {\n",
" let nextData = row[j + 1]\n",
" if (nextData.leftBd) cell.rightBd = true\n",
" else if (cell.rightBd) nextData.leftBd = true\n",
" } else cell.rightBd = false\n",
" }\n",
" }\n",
" return result\n",
" }\n",
"\n",
" this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n",
" if (result.length === depth) {\n",
" const array = [];\n",
" if (pos &gt; 0) {\n",
" let j = 0\n",
" for (let i = 0; j &lt; pos; i++) {\n",
" let c = result[depth - 1][i]\n",
" j += c.span\n",
" let copy = Object.assign({empty: true}, c)\n",
" array.push(copy)\n",
" }\n",
" }\n",
" result.push(array)\n",
" }\n",
" const col = cols[colId];\n",
" let size = 0;\n",
" if (col.expanded) {\n",
" let childPos = pos\n",
" for (let i = 0; i &lt; col.children.length; i++) {\n",
" let child = col.children[i]\n",
" let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n",
" let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n",
" let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n",
" childPos += childSize\n",
" size += childSize\n",
" }\n",
" } else {\n",
" for (let i = depth + 1; i &lt; result.length; i++)\n",
" result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n",
" size = 1\n",
" }\n",
" let left = leftBorder\n",
" let right = rightBorder\n",
" if (size &gt; 1) {\n",
" left = true\n",
" right = true\n",
" }\n",
" result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n",
" return size\n",
" }\n",
"\n",
" this.getTableElement = function (id) {\n",
" return document.getElementById(&quot;df_&quot; + id)\n",
" }\n",
"\n",
" this.getTableData = function (id) {\n",
" return this.getTableElement(id).df\n",
" }\n",
"\n",
" this.createExpander = function (isExpanded) {\n",
" const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n",
" let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n",
" svg.classList.add(&quot;expanderSvg&quot;)\n",
" let path = document.createElementNS(svgNs, &quot;path&quot;)\n",
" if (isExpanded) {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n",
" } else {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n",
" }\n",
" path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n",
" svg.appendChild(path)\n",
" return svg\n",
" }\n",
"\n",
" this.renderTable = function (id) {\n",
"\n",
" let table = this.getTableElement(id)\n",
"\n",
" if (table === null) return\n",
"\n",
" table.innerHTML = &quot;&quot;\n",
"\n",
" let df = table.df\n",
" let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n",
"\n",
" &sol;&sol; header\n",
" let header = document.createElement(&quot;thead&quot;)\n",
" table.appendChild(header)\n",
"\n",
" let renderData = this.computeRenderData(df)\n",
" for (let j = 0; j &lt; renderData.length; j++) {\n",
" let rowData = renderData[j]\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" let isLastRow = j === renderData.length - 1\n",
" header.appendChild(tr);\n",
" for (let i = 0; i &lt; rowData.length; i++) {\n",
" let cell = rowData[i]\n",
" let th = document.createElement(&quot;th&quot;);\n",
" th.setAttribute(&quot;colspan&quot;, cell.span)\n",
" let colId = cell.id\n",
" let col = df.cols[colId];\n",
" if (!cell.empty) {\n",
" if (col.children.length === 0) {\n",
" th.innerHTML = col.name\n",
" } else {\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" col.expanded = !col.expanded\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(col.expanded))\n",
" link.innerHTML += col.name\n",
" th.appendChild(link)\n",
" }\n",
" }\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (isLastRow)\n",
" classes += &quot; bottomBorder&quot;\n",
" if (classes.length &gt; 0)\n",
" th.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(th)\n",
" }\n",
" }\n",
"\n",
" &sol;&sol; body\n",
" let body = document.createElement(&quot;tbody&quot;)\n",
" table.appendChild(body)\n",
"\n",
" let columns = renderData.pop()\n",
" for (let row = 0; row &lt; df.nrow; row++) {\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" body.appendChild(tr)\n",
" for (let i = 0; i &lt; columns.length; i++) {\n",
" let cell = columns[i]\n",
" let td = document.createElement(&quot;td&quot;);\n",
" let colId = cell.id\n",
" let col = df.cols[colId]\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (classes.length &gt; 0)\n",
" td.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(td)\n",
" let value = col.values[row]\n",
" if (value.frameId !== undefined) {\n",
" let frameId = value.frameId\n",
" let expanded = rootDf.expandedFrames.has(frameId)\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" if (rootDf.expandedFrames.has(frameId))\n",
" rootDf.expandedFrames.delete(frameId)\n",
" else rootDf.expandedFrames.add(frameId)\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(expanded))\n",
" link.innerHTML += value.value\n",
" if (expanded) {\n",
" td.appendChild(link)\n",
" td.appendChild(document.createElement(&quot;p&quot;))\n",
" const childTable = document.createElement(&quot;table&quot;)\n",
" childTable.className = &quot;dataframe&quot;\n",
" childTable.id = &quot;df_&quot; + frameId\n",
" let childDf = rootDf.childFrames[frameId]\n",
" childTable.df = childDf\n",
" td.appendChild(childTable)\n",
" this.renderTable(frameId)\n",
" if (childDf.nrow !== childDf.totalRows) {\n",
" const footer = document.createElement(&quot;p&quot;)\n",
" footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n",
" td.appendChild(footer)\n",
" }\n",
" } else {\n",
" td.appendChild(link)\n",
" }\n",
" } else if (value.style !== undefined) {\n",
" td.innerHTML = value.value\n",
" td.setAttribute(&quot;style&quot;, value.style)\n",
" } else td.innerHTML = value\n",
" this.nodeScriptReplace(td)\n",
" }\n",
" }\n",
" }\n",
"\n",
" this.nodeScriptReplace = function (node) {\n",
" if (this.nodeScriptIs(node) === true) {\n",
" node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n",
" } else {\n",
" let i = -1, children = node.childNodes;\n",
" while (++i &lt; children.length) {\n",
" this.nodeScriptReplace(children[i]);\n",
" }\n",
" }\n",
"\n",
" return node;\n",
" }\n",
"\n",
" this.nodeScriptClone = function (node) {\n",
" let script = document.createElement(&quot;script&quot;);\n",
" script.text = node.innerHTML;\n",
"\n",
" let i = -1, attrs = node.attributes, attr;\n",
" while (++i &lt; attrs.length) {\n",
" script.setAttribute((attr = attrs[i]).name, attr.value);\n",
" }\n",
" return script;\n",
" }\n",
"\n",
" this.nodeScriptIs = function (node) {\n",
" return node.tagName === 'SCRIPT';\n",
" }\n",
" })()\n",
"\n",
" window.call_DataFrame = function (f) {\n",
" return f();\n",
" };\n",
"\n",
" let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n",
" if (funQueue) {\n",
" funQueue.forEach(function (f) {\n",
" f();\n",
" });\n",
" funQueue = [];\n",
" }\n",
"})()\n",
"\n",
"&sol;*&lt;!--*&sol;\n",
"call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;id: Int&bsol;&quot;&gt;id&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;1&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;2&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;3&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;4&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;5&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;6&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;7&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;9&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;10&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;12&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;13&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;14&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;15&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;16&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;17&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;18&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;19&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;20&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;firstName: String&bsol;&quot;&gt;firstName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Emily&quot;,&quot;Michael&quot;,&quot;Sophia&quot;,&quot;James&quot;,&quot;Emma&quot;,&quot;Olivia&quot;,&quot;Alexander&quot;,&quot;Ava&quot;,&quot;Ethan&quot;,&quot;Isabella&quot;,&quot;Liam&quot;,&quot;Mia&quot;,&quot;Noah&quot;,&quot;Charlotte&quot;,&quot;William&quot;,&quot;Avery&quot;,&quot;Evelyn&quot;,&quot;Logan&quot;,&quot;Abigail&quot;,&quot;Jackson&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lastName: String&bsol;&quot;&gt;lastName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Johnson&quot;,&quot;Williams&quot;,&quot;Brown&quot;,&quot;Davis&quot;,&quot;Miller&quot;,&quot;Wilson&quot;,&quot;Jones&quot;,&quot;Taylor&quot;,&quot;Martinez&quot;,&quot;Anderson&quot;,&quot;Garcia&quot;,&quot;Rodriguez&quot;,&quot;Hernandez&quot;,&quot;Lopez&quot;,&quot;Gonzalez&quot;,&quot;Perez&quot;,&quot;Sanchez&quot;,&quot;Torres&quot;,&quot;Rivera&quot;,&quot;Evans&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;maidenName: String&bsol;&quot;&gt;maidenName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Smith&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Johnson&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Davis&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Martinez&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;age: Int&bsol;&quot;&gt;age&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;27&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;33&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;40&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;36&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;37&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;gender: String&bsol;&quot;&gt;gender&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;female&quot;,&quot;male&quot;,&quot;female&quot;,&quot;male&quot;,&quot;female&quot;,&quot;female&quot;,&quot;male&quot;,&quot;female&quot;,&quot;male&quot;,&quot;female&quot;,&quot;male&quot;,&quot;female&quot;,&quot;male&quot;,&quot;female&quot;,&quot;male&quot;,&quot;female&quot;,&quot;female&quot;,&quot;male&quot;,&quot;female&quot;,&quot;male&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;email: String&bsol;&quot;&gt;email&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;emily.johnson@x.dummyjson.com&quot;,&quot;michael.williams@x.dummyjson.com&quot;,&quot;sophia.brown@x.dummyjson.com&quot;,&quot;james.davis@x.dummyjson.com&quot;,&quot;emma.miller@x.dummyjson.com&quot;,&quot;olivia.wilson@x.dummyjson.com&quot;,&quot;alexander.jones@x.dummyjson.com&quot;,&quot;ava.taylor@x.dummyjson.com&quot;,&quot;ethan.martinez@x.dummyjson.com&quot;,&quot;isabella.anderson@x.dummyjson.com&quot;,&quot;liam.garcia@x.dummyjson.com&quot;,&quot;mia.rodriguez@x.dummyjson.com&quot;,&quot;noah.hernandez@x.dummyjson.com&quot;,&quot;charlotte.lopez@x.dummyjson.com&quot;,&quot;william.gonzalez@x.dummyjson.com&quot;,&quot;avery.perez@x.dummyjson.com&quot;,&quot;evelyn.sanchez@x.dummyjson.com&quot;,&quot;logan.torres@x.dummyjson.com&quot;,&quot;abigail.rivera@x.dummyjson.com&quot;,&quot;jackson.evans@x.dummyjson.com&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;phone: String&bsol;&quot;&gt;phone&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;+81 965-431-3024&quot;,&quot;+49 258-627-6644&quot;,&quot;+81 210-652-2785&quot;,&quot;+49 614-958-9364&quot;,&quot;+91 759-776-1614&quot;,&quot;+91 607-295-6448&quot;,&quot;+61 260-824-4986&quot;,&quot;+1 458-853-7877&quot;,&quot;+92 933-608-5081&quot;,&quot;+49 770-658-4885&quot;,&quot;+92 870-217-6201&quot;,&quot;+49 989-461-8403&quot;,&quot;+49 393-605-6968&quot;,&quot;+44 373-953-5028&quot;,&quot;+81 905-252-7319&quot;,&quot;+61 731-431-3457&quot;,&quot;+1 623-880-6871&quot;,&quot;+81 507-434-8733&quot;,&quot;+91 228-363-7806&quot;,&quot;+44 468-628-6686&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;username: String&bsol;&quot;&gt;username&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;emilys&quot;,&quot;michaelw&quot;,&quot;sophiab&quot;,&quot;jamesd&quot;,&quot;emmaj&quot;,&quot;oliviaw&quot;,&quot;alexanderj&quot;,&quot;avat&quot;,&quot;ethanm&quot;,&quot;isabellad&quot;,&quot;liamg&quot;,&quot;miar&quot;,&quot;noahh&quot;,&quot;charlottem&quot;,&quot;williamg&quot;,&quot;averyp&quot;,&quot;evelyns&quot;,&quot;logant&quot;,&quot;abigailr&quot;,&quot;jacksone&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;password: String&bsol;&quot;&gt;password&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;emilyspass&quot;,&quot;michaelwpass&quot;,&quot;sophiabpass&quot;,&quot;jamesdpass&quot;,&quot;emmajpass&quot;,&quot;oliviawpass&quot;,&quot;alexanderjpass&quot;,&quot;avatpass&quot;,&quot;ethanmpass&quot;,&quot;isabelladpass&quot;,&quot;liamgpass&quot;,&quot;miarpass&quot;,&quot;noahhpass&quot;,&quot;charlottempass&quot;,&quot;williamgpass&quot;,&quot;averyppass&quot;,&quot;evelynspass&quot;,&quot;logantpass&quot;,&quot;abigailrpass&quot;,&quot;jacksonepass&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;birthDate: String&bsol;&quot;&gt;birthDate&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;1996-5-30&quot;,&quot;1989-8-10&quot;,&quot;1982-11-6&quot;,&quot;1979-5-4&quot;,&quot;1994-6-13&quot;,&quot;2002-4-20&quot;,&quot;1986-10-20&quot;,&quot;1997-8-25&quot;,&quot;1991-2-12&quot;,&quot;1993-6-10&quot;,&quot;1995-6-6&quot;,&quot;2000-8-4&quot;,&quot;1984-6-5&quot;,&quot;1988-6-8&quot;,&quot;1992-3-27&quot;,&quot;1999-3-10&quot;,&quot;1987-10-13&quot;,&quot;1993-10-26&quot;,&quot;1996-10-11&quot;,&quot;1990-11-30&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;image: String&bsol;&quot;&gt;image&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;emilys&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;michaelw&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;sophiab&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;jamesd&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;emmaj&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;oliviaw&sol;128&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;alexanderj&sol;128&bsol;&quot;&gt;https:&sol;&sol;dummyjson.com&sol;icon&sol;alexanderj&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;avat&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;ethanm&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;isabellad&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;liamg&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;miar&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;noahh&sol;128&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;charlottem&sol;128&bsol;&quot;&gt;https:&sol;&sol;dummyjson.com&sol;icon&sol;charlottem&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;williamg&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;averyp&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;evelyns&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;logant&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;abigailr&sol;128&quot;,&quot;https:&sol;&sol;dummyjson.com&sol;icon&sol;jacksone&sol;128&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;bloodGroup: String&bsol;&quot;&gt;bloodGroup&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;O-&quot;,&quot;B+&quot;,&quot;O-&quot;,&quot;AB+&quot;,&quot;AB-&quot;,&quot;B+&quot;,&quot;AB-&quot;,&quot;AB-&quot;,&quot;AB+&quot;,&quot;A-&quot;,&quot;AB-&quot;,&quot;O-&quot;,&quot;AB+&quot;,&quot;AB-&quot;,&quot;B-&quot;,&quot;O-&quot;,&quot;B+&quot;,&quot;A+&quot;,&quot;B+&quot;,&quot;O-&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;height: Double&bsol;&quot;&gt;height&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;193.24&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;186.22&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;177.72&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;193.31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;192.80&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;182.61&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;153.89&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;168.47&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;159.19&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;150.56&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;162.32&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;188.08&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;188.62&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;178.92&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;173.21&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;172.68&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;184.08&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;190.04&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;186.39&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;162.57&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;weight: Number&bsol;&quot;&gt;weight&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;63.16&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;76.32&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;52.60&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;62.10&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;63.62&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;58&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;77.42&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;57.08&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;68.81&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;50.10&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;93.16&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;56.03&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;69.49&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;82.46&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;82.41&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;93.90&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;83.15&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;72.43&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74.61&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74.37&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;eyeColor: String&bsol;&quot;&gt;eyeColor&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Green&quot;,&quot;Red&quot;,&quot;Hazel&quot;,&quot;Amber&quot;,&quot;Green&quot;,&quot;Hazel&quot;,&quot;Blue&quot;,&quot;Hazel&quot;,&quot;Hazel&quot;,&quot;Brown&quot;,&quot;Violet&quot;,&quot;Blue&quot;,&quot;Brown&quot;,&quot;Brown&quot;,&quot;Hazel&quot;,&quot;Brown&quot;,&quot;Violet&quot;,&quot;Green&quot;,&quot;Violet&quot;,&quot;Green&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;color: String&bsol;&quot;&gt;color&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Brown&quot;,&quot;Green&quot;,&quot;White&quot;,&quot;Blonde&quot;,&quot;White&quot;,&quot;Gray&quot;,&quot;White&quot;,&quot;Red&quot;,&quot;Purple&quot;,&quot;Blonde&quot;,&quot;Red&quot;,&quot;Purple&quot;,&quot;Red&quot;,&quot;Gray&quot;,&quot;Gray&quot;,&quot;Green&quot;,&quot;Blue&quot;,&quot;Green&quot;,&quot;Blue&quot;,&quot;Red&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;type: String&bsol;&quot;&gt;type&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Curly&quot;,&quot;Straight&quot;,&quot;Wavy&quot;,&quot;Straight&quot;,&quot;Straight&quot;,&quot;Curly&quot;,&quot;Straight&quot;,&quot;Kinky&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Wavy&quot;,&quot;Wavy&quot;,&quot;Curly&quot;,&quot;Kinky&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Kinky&quot;,&quot;Straight&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;hair: DataRow&lt;*&gt;&bsol;&quot;&gt;hair&lt;&sol;span&gt;&quot;, children: [16, 17], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Brown&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Brown&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Green&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Green&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: White&bsol;ntype: Wavy&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;White&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Wavy&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blonde&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blonde&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: White&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;White&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Gray&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Gray&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: White&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;White&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Kinky&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Kinky&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Purple&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Purple&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blonde&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blonde&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Wavy&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Wavy&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Purple&bsol;ntype: Wavy&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Purple&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Wavy&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Gray&bsol;ntype: Kinky&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Gray&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Kinky&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Gray&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Gray&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Green&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Green&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blue&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blue&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Green&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Green&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blue&bsol;ntype: Kinky&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blue&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Kinky&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;ip: String&bsol;&quot;&gt;ip&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;42.48.100.32&quot;,&quot;12.13.116.142&quot;,&quot;214.225.51.195&quot;,&quot;101.118.131.66&quot;,&quot;224.126.22.183&quot;,&quot;249.178.112.207&quot;,&quot;166.204.84.32&quot;,&quot;150.73.197.233&quot;,&quot;63.191.127.71&quot;,&quot;114.9.114.205&quot;,&quot;56.201.85.9&quot;,&quot;11.72.253.90&quot;,&quot;169.154.126.57&quot;,&quot;119.103.95.60&quot;,&quot;250.2.241.204&quot;,&quot;131.217.4.214&quot;,&quot;87.114.135.146&quot;,&quot;155.98.15.162&quot;,&quot;19.183.240.94&quot;,&quot;221.127.144.198&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: String&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;626 Main Street&quot;,&quot;385 Fifth Street&quot;,&quot;1642 Ninth Street&quot;,&quot;238 Jefferson Street&quot;,&quot;607 Fourth Street&quot;,&quot;547 First Street&quot;,&quot;664 Maple Street&quot;,&quot;1197 First Street&quot;,&quot;466 Pine Street&quot;,&quot;1964 Oak Street&quot;,&quot;576 Fifth Street&quot;,&quot;1627 Sixth Street&quot;,&quot;1413 Maple Street&quot;,&quot;208 Second Street&quot;,&quot;31 Maple Street&quot;,&quot;1125 First Street&quot;,&quot;1170 Lincoln Street&quot;,&quot;907 Seventh Street&quot;,&quot;996 Oak Street&quot;,&quot;1873 Main Street&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;city: String&bsol;&quot;&gt;city&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Phoenix&quot;,&quot;Houston&quot;,&quot;Washington&quot;,&quot;Seattle&quot;,&quot;Jacksonville&quot;,&quot;Fort Worth&quot;,&quot;Indianapolis&quot;,&quot;Fort Worth&quot;,&quot;San Antonio&quot;,&quot;New York&quot;,&quot;Denver&quot;,&quot;Jacksonville&quot;,&quot;New York&quot;,&quot;Columbus&quot;,&quot;San Jose&quot;,&quot;Columbus&quot;,&quot;San Diego&quot;,&quot;Columbus&quot;,&quot;Chicago&quot;,&quot;New York&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;state: String&bsol;&quot;&gt;state&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Mississippi&quot;,&quot;Alabama&quot;,&quot;Alabama&quot;,&quot;Pennsylvania&quot;,&quot;Colorado&quot;,&quot;Tennessee&quot;,&quot;Delaware&quot;,&quot;Rhode Island&quot;,&quot;Louisiana&quot;,&quot;Utah&quot;,&quot;South Dakota&quot;,&quot;West Virginia&quot;,&quot;North Dakota&quot;,&quot;Ohio&quot;,&quot;Utah&quot;,&quot;Iowa&quot;,&quot;Wyoming&quot;,&quot;Arkansas&quot;,&quot;New Mexico&quot;,&quot;Arkansas&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;stateCode: String&bsol;&quot;&gt;stateCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;MS&quot;,&quot;AL&quot;,&quot;AL&quot;,&quot;PA&quot;,&quot;CO&quot;,&quot;TN&quot;,&quot;DE&quot;,&quot;RI&quot;,&quot;LA&quot;,&quot;UT&quot;,&quot;SD&quot;,&quot;WV&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;UT&quot;,&quot;IA&quot;,&quot;WY&quot;,&quot;AR&quot;,&quot;NM&quot;,&quot;AR&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;postalCode: String&bsol;&quot;&gt;postalCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;29112&quot;,&quot;38807&quot;,&quot;32822&quot;,&quot;68354&quot;,&quot;26593&quot;,&quot;83843&quot;,&quot;86684&quot;,&quot;24771&quot;,&quot;72360&quot;,&quot;89352&quot;,&quot;57252&quot;,&quot;41810&quot;,&quot;73696&quot;,&quot;42044&quot;,&quot;78243&quot;,&quot;30973&quot;,&quot;43423&quot;,&quot;78805&quot;,&quot;11407&quot;,&quot;26600&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lat: Double&bsol;&quot;&gt;lat&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-77.162130&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22.815468&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45.289366&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;16.782513&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;0.505589&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;75.326270&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35.289664&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-81.194833&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74.074918&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;41.331324&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-66.218177&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24.857497&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.037700&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-44.443762&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8.152876&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;12.789127&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-83.314840&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-64.846516&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;44.321308&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34.722451&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lng: Double&bsol;&quot;&gt;lng&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-92.084824&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;115.608581&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;46.832664&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-139.347230&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-157.432810&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-26.152850&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;7.063255&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-87.948158&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.312703&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;151.782727&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-145.340165&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-34.865429&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.704690&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.420561&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;113.297990&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;85.792598&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11.768071&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;174.775744&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-3.723903&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;63.448927&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;coordinates: DataRow&lt;*&gt;&bsol;&quot;&gt;coordinates&lt;&sol;span&gt;&quot;, children: [25, 26], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -77.16213&bsol;nlng: -92.084824&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-77.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-92.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 22.815468&bsol;nlng: 115.608581&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;115.6&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 45.289366&bsol;nlng: 46.832664&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;46.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 16.782513&bsol;nlng: -139.34723&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;16.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-139.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 0.505589&bsol;nlng: -157.43281&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;0.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-157.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 75.32627&bsol;nlng: -26.15285&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;75.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-26.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 35.289664&bsol;nlng: 7.063255&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;7.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -81.194833&bsol;nlng: -87.948158&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-81.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-87.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 74.074918&bsol;nlng: -25.312703&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 41.331324&bsol;nlng: 151.782727&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;41.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;151.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -66.218177&bsol;nlng: -145.340165&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-66.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-145.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 24.857497&bsol;nlng: -34.865429&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-34.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -25.0377&bsol;nlng: -151.70469&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -44.443762&bsol;nlng: -151.420561&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-44.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 8.152876&bsol;nlng: 113.29799&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;113.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 12.789127&bsol;nlng: 85.792598&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;12.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;85.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -83.31484&bsol;nlng: 11.768071&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-83.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -64.846516&bsol;nlng: 174.775744&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-64.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;174.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 44.321308&bsol;nlng: -3.723903&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;44.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-3.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 34.722451&bsol;nlng: 63.448927&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;63.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;country: String&bsol;&quot;&gt;country&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: DataRow&lt;*&gt;&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [20, 21, 22, 23, 24, 27, 28], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 626 Main Street&bsol;ncity: Phoenix&bsol;nstate: Mississippi&bsol;nstateCode: MS&bsol;npostalCode: 29112&bsol;ncoordinates: { lat:-77.162130, lng:-92.084824 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;626 Main Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 385 Fifth Street&bsol;ncity: Houston&bsol;nstate: Alabama&bsol;nstateCode: AL&bsol;npostalCode: 38807&bsol;ncoordinates: { lat:22.815468, lng:115.608581 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;385 Fifth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1642 Ninth Street&bsol;ncity: Washington&bsol;nstate: Alabama&bsol;nstateCode: AL&bsol;npostalCode: 32822&bsol;ncoordinates: { lat:45.289366, lng:46.832664 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1642 Ninth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 238 Jefferson Street&bsol;ncity: Seattle&bsol;nstate: Pennsylvania&bsol;nstateCode: PA&bsol;npostalCode: 68354&bsol;ncoordinates: { lat:16.782513, lng:-139.347230 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;238 Jefferson Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 607 Fourth Street&bsol;ncity: Jacksonville&bsol;nstate: Colorado&bsol;nstateCode: CO&bsol;npostalCode: 26593&bsol;ncoordinates: { lat:0.505589, lng:-157.432810 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;607 Fourth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 547 First Street&bsol;ncity: Fort Worth&bsol;nstate: Tennessee&bsol;nstateCode: TN&bsol;npostalCode: 83843&bsol;ncoordinates: { lat:75.326270, lng:-26.152850 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;547 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 664 Maple Street&bsol;ncity: Indianapolis&bsol;nstate: Delaware&bsol;nstateCode: DE&bsol;npostalCode: 86684&bsol;ncoordinates: { lat:35.289664, lng:7.063255 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;664 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1197 First Street&bsol;ncity: Fort Worth&bsol;nstate: Rhode Island&bsol;nstateCode: RI&bsol;npostalCode: 24771&bsol;ncoordinates: { lat:-81.194833, lng:-87.948158 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1197 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 466 Pine Street&bsol;ncity: San Antonio&bsol;nstate: Louisiana&bsol;nstateCode: LA&bsol;npostalCode: 72360&bsol;ncoordinates: { lat:74.074918, lng:-25.312703 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;466 Pine Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1964 Oak Street&bsol;ncity: New York&bsol;nstate: Utah&bsol;nstateCode: UT&bsol;npostalCode: 89352&bsol;ncoordinates: { lat:41.331324, lng:151.782727 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1964 Oak Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 576 Fifth Street&bsol;ncity: Denver&bsol;nstate: South Dakota&bsol;nstateCode: SD&bsol;npostalCode: 57252&bsol;ncoordinates: { lat:-66.218177, lng:-145.340165 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;576 Fifth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1627 Sixth Street&bsol;ncity: Jacksonville&bsol;nstate: West Virginia&bsol;nstateCode: WV&bsol;npostalCode: 41810&bsol;ncoordinates: { lat:24.857497, lng:-34.865429 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1627 Sixth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1413 Maple Street&bsol;ncity: New York&bsol;nstate: North Dakota&bsol;nstateCode: ND&bsol;npostalCode: 73696&bsol;ncoordinates: { lat:-25.037700, lng:-151.704690 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1413 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 208 Second Street&bsol;ncity: Columbus&bsol;nstate: Ohio&bsol;nstateCode: OH&bsol;npostalCode: 42044&bsol;ncoordinates: { lat:-44.443762, lng:-151.420561 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;208 Second Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 31 Maple Street&bsol;ncity: San Jose&bsol;nstate: Utah&bsol;nstateCode: UT&bsol;npostalCode: 78243&bsol;ncoordinates: { lat:8.152876, lng:113.297990 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;31 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1125 First Street&bsol;ncity: Columbus&bsol;nstate: Iowa&bsol;nstateCode: IA&bsol;npostalCode: 30973&bsol;ncoordinates: { lat:12.789127, lng:85.792598 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1125 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1170 Lincoln Street&bsol;ncity: San Diego&bsol;nstate: Wyoming&bsol;nstateCode: WY&bsol;npostalCode: 43423&bsol;ncoordinates: { lat:-83.314840, lng:11.768071 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1170 Lincoln Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 907 Seventh Street&bsol;ncity: Columbus&bsol;nstate: Arkansas&bsol;nstateCode: AR&bsol;npostalCode: 78805&bsol;ncoordinates: { lat:-64.846516, lng:174.775744 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;907 Seventh Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 996 Oak Street&bsol;ncity: Chicago&bsol;nstate: New Mexico&bsol;nstateCode: NM&bsol;npostalCode: 11407&bsol;ncoordinates: { lat:44.321308, lng:-3.723903 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;996 Oak Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cit...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1873 Main Street&bsol;ncity: New York&bsol;nstate: Arkansas&bsol;nstateCode: AR&bsol;npostalCode: 26600&bsol;ncoordinates: { lat:34.722451, lng:63.448927 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1873 Main Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;macAddress: String&bsol;&quot;&gt;macAddress&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;47:fa:41:18:ec:eb&quot;,&quot;79:15:78:99:60:aa&quot;,&quot;12:a3:d3:6f:5c:5b&quot;,&quot;10:7d:df:1f:97:58&quot;,&quot;32:b9:7e:8d:f5:e8&quot;,&quot;9c:7f:ea:34:18:19&quot;,&quot;d2:64:58:2d:1c:46&quot;,&quot;8d:2e:c2:d6:e7:a8&quot;,&quot;59:e:9e:e3:29:da&quot;,&quot;b1:b0:d0:a2:82:80&quot;,&quot;31:9a:28:8b:99:6c&quot;,&quot;53:d7:a4:6:1e:58&quot;,&quot;d4:fe:ae:8f:eb:a3&quot;,&quot;f6:ff:37:aa:6c:f1&quot;,&quot;f5:68:28:f9:ec:89&quot;,&quot;b3:ff:f3:c5:37:46&quot;,&quot;f8:e5:bd:43:bc:d8&quot;,&quot;40:d:5c:1:7d:bf&quot;,&quot;1d:a6:58:2a:e5:e4&quot;,&quot;81:14:1:97:88:85&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;university: String&bsol;&quot;&gt;university&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;University of Wisconsin--Madison&quot;,&quot;Ohio State University&quot;,&quot;Pepperdine University&quot;,&quot;University of Southern California&quot;,&quot;Northeastern University&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;University of North Carolina--Chapel Hill&bsol;&quot;&gt;University of North Carolina--Chapel &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;University of Illinois--Urbana-Champaign&quot;,&quot;University of Wisconsin--Madison&quot;,&quot;Syracuse University&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;California Institute of Technology (Caltech)&bsol;&quot;&gt;California Institute of Technology (C&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;Ohio State University&quot;,&quot;William &amp;#38; Mary&quot;,&quot;New York University (NYU)&quot;,&quot;Northeastern University&quot;,&quot;Tufts University&quot;,&quot;Harvard University&quot;,&quot;Washington University in St. Louis&quot;,&quot;University of Illinois--Urbana-Champaign&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;California Institute of Technology (Caltech)&bsol;&quot;&gt;California Institute of Technology (C&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;Ohio State University&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;cardExpire: String&bsol;&quot;&gt;cardExpire&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;03&sol;26&quot;,&quot;02&sol;27&quot;,&quot;04&sol;25&quot;,&quot;05&sol;29&quot;,&quot;03&sol;26&quot;,&quot;05&sol;28&quot;,&quot;05&sol;25&quot;,&quot;01&sol;29&quot;,&quot;02&sol;25&quot;,&quot;05&sol;27&quot;,&quot;02&sol;27&quot;,&quot;05&sol;26&quot;,&quot;05&sol;26&quot;,&quot;02&sol;27&quot;,&quot;03&sol;27&quot;,&quot;04&sol;27&quot;,&quot;04&sol;29&quot;,&quot;05&sol;26&quot;,&quot;02&sol;28&quot;,&quot;04&sol;26&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;cardNumber: String&bsol;&quot;&gt;cardNumber&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;9289760655481815&quot;,&quot;6737807858721625&quot;,&quot;7795895470082859&quot;,&quot;5005519846254763&quot;,&quot;5772950119588627&quot;,&quot;6771923832947881&quot;,&quot;7344951706130140&quot;,&quot;6412128967460199&quot;,&quot;7183482484317509&quot;,&quot;6118714010128731&quot;,&quot;2302893002194899&quot;,&quot;1539872303456158&quot;,&quot;1681772579326385&quot;,&quot;5675368650551956&quot;,&quot;6053000793215148&quot;,&quot;0961014686718571&quot;,&quot;4557521697420096&quot;,&quot;7884268130452098&quot;,&quot;4832361886407551&quot;,&quot;2109192842527801&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;cardType: String&bsol;&quot;&gt;cardType&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Elo&quot;,&quot;Elo&quot;,&quot;Korean Express&quot;,&quot;Mastercard&quot;,&quot;American Express&quot;,&quot;Diners Club International&quot;,&quot;JCB&quot;,&quot;Maestro&quot;,&quot;Visa&quot;,&quot;NPS&quot;,&quot;Discover&quot;,&quot;Carte Bancaire&quot;,&quot;Discover&quot;,&quot;Maestro&quot;,&quot;Mir&quot;,&quot;Carte Bancaire&quot;,&quot;UnionPay&quot;,&quot;UnionPay&quot;,&quot;RuPay&quot;,&quot;BC Card&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;currency: String&bsol;&quot;&gt;currency&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;CNY&quot;,&quot;SEK&quot;,&quot;SEK&quot;,&quot;INR&quot;,&quot;CAD&quot;,&quot;BRL&quot;,&quot;EUR&quot;,&quot;CNY&quot;,&quot;CAD&quot;,&quot;CNY&quot;,&quot;GBP&quot;,&quot;CAD&quot;,&quot;SEK&quot;,&quot;CNY&quot;,&quot;EUR&quot;,&quot;USD&quot;,&quot;SEK&quot;,&quot;NZD&quot;,&quot;BRL&quot;,&quot;EUR&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;iban: String&bsol;&quot;&gt;iban&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;YPUXISOBI7TTHPK2BR3HAIXL&quot;,&quot;83IDT77FWYLCJVR8ISDACFH0&quot;,&quot;90XYKT83LMM7AARZ8JN958JC&quot;,&quot;7N7ZH1PJ8Q4WU1K965HQQR27&quot;,&quot;TAVHURD845KVBTB8W81AQXRY&quot;,&quot;V6H0O5OE3Q4JVKWDTYWZABMD&quot;,&quot;49V4GVDVMP0MHIDD4VXMQ3A2&quot;,&quot;TS66YQ8R16OX7IJKLUONDQHP&quot;,&quot;CW5U5KS23U7JYD22TVQL7SIH&quot;,&quot;GBZRGDMKUOTO34HBCI7A986J&quot;,&quot;O8ENPRB9UVBL2EFZ7601KC09&quot;,&quot;EBMD95RLK8B82ZAZNXBJ09V5&quot;,&quot;G4UIZKIQVPJM9D31XQVR1E9Z&quot;,&quot;FKK6U634LGI3E7N517DLVVTL&quot;,&quot;AR01SNDMKGECX0EYH7UCW61W&quot;,&quot;28JYZAY4KYT48YI8QW40PWXR&quot;,&quot;KN8XAPR2J5UB8AKDI1EVJ56R&quot;,&quot;HZM7V9PYHPZBN72IDFPXGN8Q&quot;,&quot;O02LHDNNFCVSM6D4H81DIQHE&quot;,&quot;TX26FO9B7YR2VHYDSJBE32AX&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;bank: DataRow&lt;*&gt;&bsol;&quot;&gt;bank&lt;&sol;span&gt;&quot;, children: [32, 33, 34, 35, 36], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 03&sol;26&bsol;ncardNumber: 9289760655481815&bsol;ncardType: Elo&bsol;ncurrency: CNY&bsol;niban: YPUXISOBI7TTHPK2BR3HAIXL&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;03&sol;26&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 02&sol;27&bsol;ncardNumber: 6737807858721625&bsol;ncardType: Elo&bsol;ncurrency: SEK&bsol;niban: 83IDT77FWYLCJVR8ISDACFH0&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;02&sol;27&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 04&sol;25&bsol;ncardNumber: 7795895470082859&bsol;ncardType: Korean Express&bsol;ncurrency: SEK&bsol;niban: 90XYKT83LMM7AARZ8JN958JC&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;04&sol;25&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 05&sol;29&bsol;ncardNumber: 5005519846254763&bsol;ncardType: Mastercard&bsol;ncurrency: INR&bsol;niban: 7N7ZH1PJ8Q4WU1K965HQQR27&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;05&sol;29&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 03&sol;26&bsol;ncardNumber: 5772950119588627&bsol;ncardType: American Express&bsol;ncurrency: CAD&bsol;niban: TAVHURD845KVBTB8W81AQXRY&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;03&sol;26&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 05&sol;28&bsol;ncardNumber: 6771923832947881&bsol;ncardType: Diners Club International&bsol;ncurrency: BRL&bsol;niban: V6H0O5OE3Q4JVKWDTYWZABMD&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;05&sol;28&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 05&sol;25&bsol;ncardNumber: 7344951706130140&bsol;ncardType: JCB&bsol;ncurrency: EUR&bsol;niban: 49V4GVDVMP0MHIDD4VXMQ3A2&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;05&sol;25&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 01&sol;29&bsol;ncardNumber: 6412128967460199&bsol;ncardType: Maestro&bsol;ncurrency: CNY&bsol;niban: TS66YQ8R16OX7IJKLUONDQHP&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;01&sol;29&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 02&sol;25&bsol;ncardNumber: 7183482484317509&bsol;ncardType: Visa&bsol;ncurrency: CAD&bsol;niban: CW5U5KS23U7JYD22TVQL7SIH&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;02&sol;25&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 05&sol;27&bsol;ncardNumber: 6118714010128731&bsol;ncardType: NPS&bsol;ncurrency: CNY&bsol;niban: GBZRGDMKUOTO34HBCI7A986J&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;05&sol;27&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 02&sol;27&bsol;ncardNumber: 2302893002194899&bsol;ncardType: Discover&bsol;ncurrency: GBP&bsol;niban: O8ENPRB9UVBL2EFZ7601KC09&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;02&sol;27&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 05&sol;26&bsol;ncardNumber: 1539872303456158&bsol;ncardType: Carte Bancaire&bsol;ncurrency: CAD&bsol;niban: EBMD95RLK8B82ZAZNXBJ09V5&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;05&sol;26&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 05&sol;26&bsol;ncardNumber: 1681772579326385&bsol;ncardType: Discover&bsol;ncurrency: SEK&bsol;niban: G4UIZKIQVPJM9D31XQVR1E9Z&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;05&sol;26&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 02&sol;27&bsol;ncardNumber: 5675368650551956&bsol;ncardType: Maestro&bsol;ncurrency: CNY&bsol;niban: FKK6U634LGI3E7N517DLVVTL&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;02&sol;27&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 03&sol;27&bsol;ncardNumber: 6053000793215148&bsol;ncardType: Mir&bsol;ncurrency: EUR&bsol;niban: AR01SNDMKGECX0EYH7UCW61W&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;03&sol;27&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 04&sol;27&bsol;ncardNumber: 0961014686718571&bsol;ncardType: Carte Bancaire&bsol;ncurrency: USD&bsol;niban: 28JYZAY4KYT48YI8QW40PWXR&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;04&sol;27&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 04&sol;29&bsol;ncardNumber: 4557521697420096&bsol;ncardType: UnionPay&bsol;ncurrency: SEK&bsol;niban: KN8XAPR2J5UB8AKDI1EVJ56R&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;04&sol;29&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 05&sol;26&bsol;ncardNumber: 7884268130452098&bsol;ncardType: UnionPay&bsol;ncurrency: NZD&bsol;niban: HZM7V9PYHPZBN72IDFPXGN8Q&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;05&sol;26&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 02&sol;28&bsol;ncardNumber: 4832361886407551&bsol;ncardType: RuPay&bsol;ncurrency: BRL&bsol;niban: O02LHDNNFCVSM6D4H81DIQHE&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;02&sol;28&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;cardExpire: 04&sol;26&bsol;ncardNumber: 2109192842527801&bsol;ncardType: BC Card&bsol;ncurrency: EUR&bsol;niban: TX26FO9B7YR2VHYDSJBE32AX&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardExpire: &lt;&sol;span&gt;04&sol;26&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cardNumbe...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;department: String&bsol;&quot;&gt;department&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Engineering&quot;,&quot;Support&quot;,&quot;Research and Development&quot;,&quot;Support&quot;,&quot;Human Resources&quot;,&quot;Product Management&quot;,&quot;Engineering&quot;,&quot;Marketing&quot;,&quot;Support&quot;,&quot;Marketing&quot;,&quot;Services&quot;,&quot;Accounting&quot;,&quot;Engineering&quot;,&quot;Accounting&quot;,&quot;Marketing&quot;,&quot;Accounting&quot;,&quot;Support&quot;,&quot;Training&quot;,&quot;Human Resources&quot;,&quot;Legal&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;name: String&bsol;&quot;&gt;name&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Dooley, Kozey and Cronin&quot;,&quot;Spinka - Dickinson&quot;,&quot;Schiller - Zieme&quot;,&quot;Pagac and Sons&quot;,&quot;Graham - Gulgowski&quot;,&quot;Pfannerstill Inc&quot;,&quot;Dickens - Beahan&quot;,&quot;Nikolaus Inc&quot;,&quot;Gorczany - Gottlieb&quot;,&quot;Pollich - Hilpert&quot;,&quot;Considine - Torp&quot;,&quot;Miller, Schowalter and Wisozk&quot;,&quot;Botsford, Marquardt and Roberts&quot;,&quot;Zulauf and Sons&quot;,&quot;Spinka - Dickinson&quot;,&quot;Herzog Inc&quot;,&quot;Predovic - Johns&quot;,&quot;Jast - Nader&quot;,&quot;Prohaska - Thiel&quot;,&quot;Kuhlman LLC&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;title: String&bsol;&quot;&gt;title&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Sales Manager&quot;,&quot;Support Specialist&quot;,&quot;Accountant&quot;,&quot;Research Analyst&quot;,&quot;Quality Assurance Engineer&quot;,&quot;Research Analyst&quot;,&quot;Web Developer&quot;,&quot;Chief Executive Officer&quot;,&quot;Legal Counsel&quot;,&quot;Chief Financial Officer&quot;,&quot;Web Developer&quot;,&quot;Business Analyst&quot;,&quot;Database Administrator&quot;,&quot;Chief Executive Officer&quot;,&quot;Software Architect&quot;,&quot;Database Administrator&quot;,&quot;Chief Financial Officer&quot;,&quot;Data Analyst&quot;,&quot;Business Analyst&quot;,&quot;Web Developer&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: String&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;263 Tenth Street&quot;,&quot;395 Main Street&quot;,&quot;1896 Washington Street&quot;,&quot;1622 Lincoln Street&quot;,&quot;1460 Sixth Street&quot;,&quot;425 Sixth Street&quot;,&quot;996 Eighth Street&quot;,&quot;930 Lincoln Street&quot;,&quot;1597 Oak Street&quot;,&quot;1029 Adams Street&quot;,&quot;27 Cedar Street&quot;,&quot;1039 Washington Street&quot;,&quot;62 Third Street&quot;,&quot;569 Jefferson Street&quot;,&quot;1538 Eighth Street&quot;,&quot;183 Maple Street&quot;,&quot;1802 Ninth Street&quot;,&quot;947 Main Street&quot;,&quot;1402 Adams Street&quot;,&quot;1706 First Street&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;city: String&bsol;&quot;&gt;city&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;San Francisco&quot;,&quot;Los Angeles&quot;,&quot;Dallas&quot;,&quot;Fort Worth&quot;,&quot;San Antonio&quot;,&quot;Indianapolis&quot;,&quot;Washington&quot;,&quot;Austin&quot;,&quot;Chicago&quot;,&quot;San Diego&quot;,&quot;Philadelphia&quot;,&quot;Philadelphia&quot;,&quot;Seattle&quot;,&quot;Los Angeles&quot;,&quot;San Jose&quot;,&quot;New York&quot;,&quot;San Diego&quot;,&quot;Denver&quot;,&quot;Austin&quot;,&quot;Chicago&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;state: String&bsol;&quot;&gt;state&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Wisconsin&quot;,&quot;New Hampshire&quot;,&quot;Nevada&quot;,&quot;Pennsylvania&quot;,&quot;Idaho&quot;,&quot;Oklahoma&quot;,&quot;Kansas&quot;,&quot;Colorado&quot;,&quot;Florida&quot;,&quot;Maryland&quot;,&quot;Connecticut&quot;,&quot;New Jersey&quot;,&quot;Oregon&quot;,&quot;Montana&quot;,&quot;Missouri&quot;,&quot;Rhode Island&quot;,&quot;Minnesota&quot;,&quot;Minnesota&quot;,&quot;Wisconsin&quot;,&quot;Hawaii&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;stateCode: String&bsol;&quot;&gt;stateCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;WI&quot;,&quot;NH&quot;,&quot;NV&quot;,&quot;PA&quot;,&quot;ID&quot;,&quot;OK&quot;,&quot;KS&quot;,&quot;CO&quot;,&quot;FL&quot;,&quot;MD&quot;,&quot;CT&quot;,&quot;NJ&quot;,&quot;OR&quot;,&quot;MT&quot;,&quot;MO&quot;,&quot;RI&quot;,&quot;MN&quot;,&quot;MN&quot;,&quot;WI&quot;,&quot;HI&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;postalCode: String&bsol;&quot;&gt;postalCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;37657&quot;,&quot;73442&quot;,&quot;88511&quot;,&quot;27768&quot;,&quot;21965&quot;,&quot;74263&quot;,&quot;27858&quot;,&quot;47592&quot;,&quot;28100&quot;,&quot;63847&quot;,&quot;79574&quot;,&quot;57518&quot;,&quot;83474&quot;,&quot;17779&quot;,&quot;29673&quot;,&quot;45238&quot;,&quot;89416&quot;,&quot;71896&quot;,&quot;51456&quot;,&quot;34725&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lat: Double&bsol;&quot;&gt;lat&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;71.814525&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;79.098326&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;20.086743&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;54.911930&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;44.346545&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74.986644&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-75.462366&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;87.970083&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-67.452080&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.843393&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-81.841588&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;85.455933&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;19.490447&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-18.371256&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24.169361&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-53.318189&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29.034592&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-24.654063&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25.672938&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-80.416937&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lng: Double&bsol;&quot;&gt;lng&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-161.150263&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-119.624845&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-34.577107&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-79.498328&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-26.944701&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-132.916888&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-128.025697&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-42.769351&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-23.209886&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-62.692681&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31.794230&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;164.246103&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-13.173207&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22.566258&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-29.395167&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;105.835271&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-78.004598&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-147.255268&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-76.549670&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-83.224516&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;coordinates: DataRow&lt;*&gt;&bsol;&quot;&gt;coordinates&lt;&sol;span&gt;&quot;, children: [46, 47], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 71.814525&bsol;nlng: -161.150263&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;71.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-161.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 79.098326&bsol;nlng: -119.624845&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;79.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-119.6&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 20.086743&bsol;nlng: -34.577107&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;20.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-34.6&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 54.91193&bsol;nlng: -79.498328&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;54.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-79.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 44.346545&bsol;nlng: -26.944701&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;44.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-26.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 74.986644&bsol;nlng: -132.916888&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;75.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-132.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -75.462366&bsol;nlng: -128.025697&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-75.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-128.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 87.970083&bsol;nlng: -42.769351&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;88.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-42.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -67.45208&bsol;nlng: -23.209886&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-67.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-23.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -25.843393&bsol;nlng: -62.692681&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-62.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -81.841588&bsol;nlng: 31.79423&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-81.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 85.455933&bsol;nlng: 164.246103&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;85.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;164.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 19.490447&bsol;nlng: -13.173207&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;19.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-13.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -18.371256&bsol;nlng: 22.566258&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-18.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22.6&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 24.169361&bsol;nlng: -29.395167&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-29.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -53.318189&bsol;nlng: 105.835271&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-53.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;105.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 29.034592&bsol;nlng: -78.004598&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-78.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -24.654063&bsol;nlng: -147.255268&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-24.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-147.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 25.672938&bsol;nlng: -76.54967&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-76.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -80.416937&bsol;nlng: -83.224516&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-80.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-83.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;country: String&bsol;&quot;&gt;country&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: DataRow&lt;*&gt;&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [41, 42, 43, 44, 45, 48, 49], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 263 Tenth Street&bsol;ncity: San Francisco&bsol;nstate: Wisconsin&bsol;nstateCode: WI&bsol;npostalCode: 37657&bsol;ncoordinates: { lat:71.814525, lng:-161.150263 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;263 Tenth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 395 Main Street&bsol;ncity: Los Angeles&bsol;nstate: New Hampshire&bsol;nstateCode: NH&bsol;npostalCode: 73442&bsol;ncoordinates: { lat:79.098326, lng:-119.624845 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;395 Main Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1896 Washington Street&bsol;ncity: Dallas&bsol;nstate: Nevada&bsol;nstateCode: NV&bsol;npostalCode: 88511&bsol;ncoordinates: { lat:20.086743, lng:-34.577107 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1896 Washington Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1622 Lincoln Street&bsol;ncity: Fort Worth&bsol;nstate: Pennsylvania&bsol;nstateCode: PA&bsol;npostalCode: 27768&bsol;ncoordinates: { lat:54.911930, lng:-79.498328 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1622 Lincoln Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1460 Sixth Street&bsol;ncity: San Antonio&bsol;nstate: Idaho&bsol;nstateCode: ID&bsol;npostalCode: 21965&bsol;ncoordinates: { lat:44.346545, lng:-26.944701 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1460 Sixth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 425 Sixth Street&bsol;ncity: Indianapolis&bsol;nstate: Oklahoma&bsol;nstateCode: OK&bsol;npostalCode: 74263&bsol;ncoordinates: { lat:74.986644, lng:-132.916888 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;425 Sixth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 996 Eighth Street&bsol;ncity: Washington&bsol;nstate: Kansas&bsol;nstateCode: KS&bsol;npostalCode: 27858&bsol;ncoordinates: { lat:-75.462366, lng:-128.025697 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;996 Eighth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 930 Lincoln Street&bsol;ncity: Austin&bsol;nstate: Colorado&bsol;nstateCode: CO&bsol;npostalCode: 47592&bsol;ncoordinates: { lat:87.970083, lng:-42.769351 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;930 Lincoln Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1597 Oak Street&bsol;ncity: Chicago&bsol;nstate: Florida&bsol;nstateCode: FL&bsol;npostalCode: 28100&bsol;ncoordinates: { lat:-67.452080, lng:-23.209886 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1597 Oak Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1029 Adams Street&bsol;ncity: San Diego&bsol;nstate: Maryland&bsol;nstateCode: MD&bsol;npostalCode: 63847&bsol;ncoordinates: { lat:-25.843393, lng:-62.692681 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1029 Adams Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 27 Cedar Street&bsol;ncity: Philadelphia&bsol;nstate: Connecticut&bsol;nstateCode: CT&bsol;npostalCode: 79574&bsol;ncoordinates: { lat:-81.841588, lng:31.794230 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;27 Cedar Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1039 Washington Street&bsol;ncity: Philadelphia&bsol;nstate: New Jersey&bsol;nstateCode: NJ&bsol;npostalCode: 57518&bsol;ncoordinates: { lat:85.455933, lng:164.246103 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1039 Washington Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 62 Third Street&bsol;ncity: Seattle&bsol;nstate: Oregon&bsol;nstateCode: OR&bsol;npostalCode: 83474&bsol;ncoordinates: { lat:19.490447, lng:-13.173207 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;62 Third Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 569 Jefferson Street&bsol;ncity: Los Angeles&bsol;nstate: Montana&bsol;nstateCode: MT&bsol;npostalCode: 17779&bsol;ncoordinates: { lat:-18.371256, lng:22.566258 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;569 Jefferson Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1538 Eighth Street&bsol;ncity: San Jose&bsol;nstate: Missouri&bsol;nstateCode: MO&bsol;npostalCode: 29673&bsol;ncoordinates: { lat:24.169361, lng:-29.395167 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1538 Eighth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 183 Maple Street&bsol;ncity: New York&bsol;nstate: Rhode Island&bsol;nstateCode: RI&bsol;npostalCode: 45238&bsol;ncoordinates: { lat:-53.318189, lng:105.835271 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;183 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1802 Ninth Street&bsol;ncity: San Diego&bsol;nstate: Minnesota&bsol;nstateCode: MN&bsol;npostalCode: 89416&bsol;ncoordinates: { lat:29.034592, lng:-78.004598 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1802 Ninth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 947 Main Street&bsol;ncity: Denver&bsol;nstate: Minnesota&bsol;nstateCode: MN&bsol;npostalCode: 71896&bsol;ncoordinates: { lat:-24.654063, lng:-147.255268 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;947 Main Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1402 Adams Street&bsol;ncity: Austin&bsol;nstate: Wisconsin&bsol;nstateCode: WI&bsol;npostalCode: 51456&bsol;ncoordinates: { lat:25.672938, lng:-76.549670 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1402 Adams Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1706 First Street&bsol;ncity: Chicago&bsol;nstate: Hawaii&bsol;nstateCode: HI&bsol;npostalCode: 34725&bsol;ncoordinates: { lat:-80.416937, lng:-83.224516 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1706 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;company: DataRow&lt;*&gt;&bsol;&quot;&gt;company&lt;&sol;span&gt;&quot;, children: [38, 39, 40, 50], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Engineering&bsol;nname: Dooley, Kozey and Cronin&bsol;ntitle: Sales Manager&bsol;naddress: { address:263 Tenth Street, city:San Francisco, state:Wisconsin, stateCode:WI, postalCode:37657, coordinates:{ lat:71.814525, lng:-161.150263 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Engineering&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;nam...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Support&bsol;nname: Spinka - Dickinson&bsol;ntitle: Support Specialist&bsol;naddress: { address:395 Main Street, city:Los Angeles, state:New Hampshire, stateCode:NH, postalCode:73442, coordinates:{ lat:79.098326, lng:-119.624845 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Support&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;S&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Research and Development&bsol;nname: Schiller - Zieme&bsol;ntitle: Accountant&bsol;naddress: { address:1896 Washington Street, city:Dallas, state:Nevada, stateCode:NV, postalCode:88511, coordinates:{ lat:20.086743, lng:-34.577107 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Research and Dev&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Support&bsol;nname: Pagac and Sons&bsol;ntitle: Research Analyst&bsol;naddress: { address:1622 Lincoln Street, city:Fort Worth, state:Pennsylvania, stateCode:PA, postalCode:27768, coordinates:{ lat:54.911930, lng:-79.498328 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Support&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;P&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Human Resources&bsol;nname: Graham - Gulgowski&bsol;ntitle: Quality Assurance Engineer&bsol;naddress: { address:1460 Sixth Street, city:San Antonio, state:Idaho, stateCode:ID, postalCode:21965, coordinates:{ lat:44.346545, lng:-26.944701 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Human Resources&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Product Management&bsol;nname: Pfannerstill Inc&bsol;ntitle: Research Analyst&bsol;naddress: { address:425 Sixth Street, city:Indianapolis, state:Oklahoma, stateCode:OK, postalCode:74263, coordinates:{ lat:74.986644, lng:-132.916888 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Product Management&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Engineering&bsol;nname: Dickens - Beahan&bsol;ntitle: Web Developer&bsol;naddress: { address:996 Eighth Street, city:Washington, state:Kansas, stateCode:KS, postalCode:27858, coordinates:{ lat:-75.462366, lng:-128.025697 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Engineering&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;nam...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Marketing&bsol;nname: Nikolaus Inc&bsol;ntitle: Chief Executive Officer&bsol;naddress: { address:930 Lincoln Street, city:Austin, state:Colorado, stateCode:CO, postalCode:47592, coordinates:{ lat:87.970083, lng:-42.769351 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Marketing&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name:...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Support&bsol;nname: Gorczany - Gottlieb&bsol;ntitle: Legal Counsel&bsol;naddress: { address:1597 Oak Street, city:Chicago, state:Florida, stateCode:FL, postalCode:28100, coordinates:{ lat:-67.452080, lng:-23.209886 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Support&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;G&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Marketing&bsol;nname: Pollich - Hilpert&bsol;ntitle: Chief Financial Officer&bsol;naddress: { address:1029 Adams Street, city:San Diego, state:Maryland, stateCode:MD, postalCode:63847, coordinates:{ lat:-25.843393, lng:-62.692681 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Marketing&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name:...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Services&bsol;nname: Considine - Torp&bsol;ntitle: Web Developer&bsol;naddress: { address:27 Cedar Street, city:Philadelphia, state:Connecticut, stateCode:CT, postalCode:79574, coordinates:{ lat:-81.841588, lng:31.794230 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Services&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Accounting&bsol;nname: Miller, Schowalter and Wisozk&bsol;ntitle: Business Analyst&bsol;naddress: { address:1039 Washington Street, city:Philadelphia, state:New Jersey, stateCode:NJ, postalCode:57518, coordinates:{ lat:85.455933, lng:164.246103 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Accounting&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Engineering&bsol;nname: Botsford, Marquardt and Roberts&bsol;ntitle: Database Administrator&bsol;naddress: { address:62 Third Street, city:Seattle, state:Oregon, stateCode:OR, postalCode:83474, coordinates:{ lat:19.490447, lng:-13.173207 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Engineering&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;nam...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Accounting&bsol;nname: Zulauf and Sons&bsol;ntitle: Chief Executive Officer&bsol;naddress: { address:569 Jefferson Street, city:Los Angeles, state:Montana, stateCode:MT, postalCode:17779, coordinates:{ lat:-18.371256, lng:22.566258 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Accounting&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Marketing&bsol;nname: Spinka - Dickinson&bsol;ntitle: Software Architect&bsol;naddress: { address:1538 Eighth Street, city:San Jose, state:Missouri, stateCode:MO, postalCode:29673, coordinates:{ lat:24.169361, lng:-29.395167 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Marketing&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name:...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Accounting&bsol;nname: Herzog Inc&bsol;ntitle: Database Administrator&bsol;naddress: { address:183 Maple Street, city:New York, state:Rhode Island, stateCode:RI, postalCode:45238, coordinates:{ lat:-53.318189, lng:105.835271 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Accounting&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Support&bsol;nname: Predovic - Johns&bsol;ntitle: Chief Financial Officer&bsol;naddress: { address:1802 Ninth Street, city:San Diego, state:Minnesota, stateCode:MN, postalCode:89416, coordinates:{ lat:29.034592, lng:-78.004598 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Support&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;P&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Training&bsol;nname: Jast - Nader&bsol;ntitle: Data Analyst&bsol;naddress: { address:947 Main Street, city:Denver, state:Minnesota, stateCode:MN, postalCode:71896, coordinates:{ lat:-24.654063, lng:-147.255268 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Training&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Human Resources&bsol;nname: Prohaska - Thiel&bsol;ntitle: Business Analyst&bsol;naddress: { address:1402 Adams Street, city:Austin, state:Wisconsin, stateCode:WI, postalCode:51456, coordinates:{ lat:25.672938, lng:-76.549670 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Human Resources&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;department: Legal&bsol;nname: Kuhlman LLC&bsol;ntitle: Web Developer&bsol;naddress: { address:1706 First Street, city:Chicago, state:Hawaii, stateCode:HI, postalCode:34725, coordinates:{ lat:-80.416937, lng:-83.224516 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;department: &lt;&sol;span&gt;Legal&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Kuh&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;ein: String&bsol;&quot;&gt;ein&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;977-175&quot;,&quot;912-602&quot;,&quot;963-113&quot;,&quot;904-810&quot;,&quot;403-505&quot;,&quot;921-709&quot;,&quot;638-127&quot;,&quot;297-762&quot;,&quot;790-434&quot;,&quot;127-297&quot;,&quot;326-604&quot;,&quot;754-660&quot;,&quot;877-628&quot;,&quot;364-782&quot;,&quot;830-515&quot;,&quot;348-493&quot;,&quot;604-817&quot;,&quot;576-218&quot;,&quot;173-637&quot;,&quot;843-260&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;ssn: String&bsol;&quot;&gt;ssn&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;900-590-289&quot;,&quot;108-953-962&quot;,&quot;638-461-822&quot;,&quot;116-951-314&quot;,&quot;526-210-885&quot;,&quot;836-772-168&quot;,&quot;722-993-925&quot;,&quot;257-419-109&quot;,&quot;569-650-348&quot;,&quot;902-438-728&quot;,&quot;933-784-949&quot;,&quot;749-524-124&quot;,&quot;660-847-389&quot;,&quot;255-491-479&quot;,&quot;690-544-755&quot;,&quot;679-523-686&quot;,&quot;689-332-644&quot;,&quot;806-639-934&quot;,&quot;655-823-929&quot;,&quot;248-787-886&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;userAgent: String&bsol;&quot;&gt;userAgent&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;96.0.4664.93 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit&sol;537.36 (KHTML, like Gecko) Edge&sol;97.0.1072.76 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Windows NT 10.0; Win64; &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;96.0.4664.45 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Windows NT 10.0; Win64; &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;97.0.4692.99 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko&sol;20100101 Firefox&sol;97.0&bsol;&quot;&gt;Mozilla&sol;5.0 (Windows NT 10.0; Win64; &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;605.1.15 (KHTML, like Gecko) Version&sol;15.3 Safari&sol;605.1.15&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;95.0.4638.69 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;96.0.4664.45 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Windows NT 10.0; Win64; &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;95.0.4638.69 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Windows NT 10.0; Win64; &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;96.0.4664.93 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;97.0.4692.99 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;95.0.4638.54 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;95.0.4638.54 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Windows NT 10.0; Win64; &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;96.0.4664.45 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Windows NT 10.0; Win64; &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;96.0.4664.93 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;95.0.4638.69 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;96.0.4664.45 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;96.0.4664.45 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Windows NT 10.0; Win64; x64) AppleWebKit&sol;537.36 (KHTML, like Gecko) Edge&sol;97.0.1072.76 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Windows NT 10.0; Win64; &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;Mozilla&sol;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit&sol;537.36 (KHTML, like Gecko) Chrome&sol;97.0.4692.99 Safari&sol;537.36&bsol;&quot;&gt;Mozilla&sol;5.0 (Macintosh; Intel Mac OS &lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;coin: String&bsol;&quot;&gt;coin&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;,&quot;Bitcoin&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;wallet: String&bsol;&quot;&gt;wallet&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;&quot;&gt;0xb9fc2fe63b2a6c003f1c324c3bfa5325916&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;network: String&bsol;&quot;&gt;network&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;,&quot;Ethereum (ERC20)&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;crypto: DataRow&lt;*&gt;&bsol;&quot;&gt;crypto&lt;&sol;span&gt;&quot;, children: [55, 56, 57], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;coin: Bitcoin&bsol;nwallet: 0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a&bsol;nnetwork: Ethereum (ERC20)&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;coin: &lt;&sol;span&gt;Bitcoin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;wallet: &lt;&sol;span&gt;0xb9&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;n...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;role: String&bsol;&quot;&gt;role&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;admin&quot;,&quot;admin&quot;,&quot;admin&quot;,&quot;admin&quot;,&quot;admin&quot;,&quot;moderator&quot;,&quot;moderator&quot;,&quot;moderator&quot;,&quot;moderator&quot;,&quot;moderator&quot;,&quot;moderator&quot;,&quot;moderator&quot;,&quot;moderator&quot;,&quot;moderator&quot;,&quot;moderator&quot;,&quot;user&quot;,&quot;user&quot;,&quot;user&quot;,&quot;user&quot;,&quot;user&quot;] }, \n",
"], id: 1191182336, rootId: 1191182336, totalRows: 30 } ) });\n",
"&sol;*--&gt;*&sol;\n",
"\n",
"call_DataFrame(function() { DataFrame.renderTable(1191182336) });\n",
"\n",
"\n",
" &lt;&sol;script&gt;\n",
" &lt;&sol;html&gt;\"></iframe>\n",
" <script>\n",
" function o_resize_iframe_out_1() {\n",
" let elem = document.getElementById(\"iframe_out_1\");\n",
" resize_iframe_out_1(elem);\n",
" setInterval(resize_iframe_out_1, 5000, elem);\n",
" }\n",
" function resize_iframe_out_1(el) {\n",
" let h = el.contentWindow.document.body.scrollHeight;\n",
" el.height = h === 0 ? 0 : h + 41;\n",
" }\n",
" </script> <html>\n",
" <head>\n",
" <style type=\"text/css\">\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=\"dark\"], :root [data-jp-theme-light=\"false\"], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover > td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"/* formatting */\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
" </style>\n",
" </head>\n",
" <body>\n",
" <table class=\"dataframe\" id=\"static_df_1191182337\"><thead><tr><th style=\"text-align:left\">id</th><th style=\"text-align:left\">firstName</th><th style=\"text-align:left\">lastName</th><th style=\"text-align:left\">maidenName</th><th style=\"text-align:left\">age</th><th style=\"text-align:left\">gender</th><th style=\"text-align:left\">email</th><th style=\"text-align:left\">phone</th><th style=\"text-align:left\">username</th><th style=\"text-align:left\">password</th><th style=\"text-align:left\">birthDate</th><th style=\"text-align:left\">image</th><th style=\"text-align:left\">bloodGroup</th><th style=\"text-align:left\">height</th><th style=\"text-align:left\">weight</th><th class=\"rightBorder\" style=\"text-align:left\">eyeColor</th><th class=\"leftBorder\" style=\"text-align:left\">hair</th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\">ip</th><th class=\"leftBorder\" style=\"text-align:left\">address</th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\">macAddress</th><th class=\"rightBorder\" style=\"text-align:left\">university</th><th class=\"leftBorder\" style=\"text-align:left\">bank</th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\">company</th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\">ein</th><th style=\"text-align:left\">ssn</th><th class=\"rightBorder\" style=\"text-align:left\">userAgent</th><th class=\"leftBorder\" style=\"text-align:left\">crypto</th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\">role</th></tr><tr><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\">color</th><th class=\"rightBorder\" style=\"text-align:left\">type</th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\">address</th><th style=\"text-align:left\">city</th><th style=\"text-align:left\">state</th><th style=\"text-align:left\">stateCode</th><th class=\"rightBorder\" style=\"text-align:left\">postalCode</th><th class=\"leftBorder\" style=\"text-align:left\">coordinates</th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\">country</th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\">cardExpire</th><th style=\"text-align:left\">cardNumber</th><th style=\"text-align:left\">cardType</th><th style=\"text-align:left\">currency</th><th class=\"rightBorder\" style=\"text-align:left\">iban</th><th class=\"leftBorder\" style=\"text-align:left\">department</th><th style=\"text-align:left\">name</th><th class=\"rightBorder\" style=\"text-align:left\">title</th><th class=\"rightBorder leftBorder\" style=\"text-align:left\">address</th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\">coin</th><th style=\"text-align:left\">wallet</th><th class=\"rightBorder\" style=\"text-align:left\">network</th><th style=\"text-align:left\"></th></tr><tr><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\">lat</th><th class=\"rightBorder\" style=\"text-align:left\">lng</th><th class=\"rightBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"rightBorder leftBorder\" style=\"text-align:left\">address</th><th style=\"text-align:left\">city</th><th style=\"text-align:left\">state</th><th style=\"text-align:left\">stateCode</th><th class=\"rightBorder\" style=\"text-align:left\">postalCode</th><th class=\"leftBorder\" style=\"text-align:left\">coordinates</th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\">country</th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\"></th></tr><tr><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\">lat</th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\">lng</th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th></tr></thead><tbody><tr><td style=\"vertical-align:top\">1</td><td style=\"vertical-align:top\">Emily</td><td style=\"vertical-align:top\">Johnson</td><td style=\"vertical-align:top\">Smith</td><td style=\"vertical-align:top\">28</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">emily.johnson@x.dummyjson.com</td><td style=\"vertical-align:top\">+81 965-431-3024</td><td style=\"vertical-align:top\">emilys</td><td style=\"vertical-align:top\">emilyspass</td><td style=\"vertical-align:top\">1996-5-30</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/emilys/128</td><td style=\"vertical-align:top\">O-</td><td style=\"vertical-align:top\">193.240000</td><td style=\"vertical-align:top\">63.160000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Green</td><td class=\"leftBorder\" style=\"vertical-align:top\">Brown</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"rightBorder\" style=\"vertical-align:top\">42.48.100.32</td><td class=\"leftBorder\" style=\"vertical-align:top\">626 Main Street</td><td style=\"vertical-align:top\">Phoenix</td><td style=\"vertical-align:top\">Mississippi</td><td style=\"vertical-align:top\">MS</td><td class=\"rightBorder\" style=\"vertical-align:top\">29112</td><td class=\"leftBorder\" style=\"vertical-align:top\">-77.162130</td><td class=\"rightBorder\" style=\"vertical-align:top\">-92.084824</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">47:fa:41:18:ec:eb</td><td class=\"rightBorder\" style=\"vertical-align:top\">University of Wisconsin--Madison</td><td class=\"leftBorder\" style=\"vertical-align:top\">03/26</td><td style=\"vertical-align:top\">9289760655481815</td><td style=\"vertical-align:top\">Elo</td><td style=\"vertical-align:top\">CNY</td><td class=\"rightBorder\" style=\"vertical-align:top\">YPUXISOBI7TTHPK2BR3HAIXL</td><td class=\"leftBorder\" style=\"vertical-align:top\">Engineering</td><td style=\"vertical-align:top\">Dooley, Kozey and Cronin</td><td class=\"rightBorder\" style=\"vertical-align:top\">Sales Manager</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">263 Tenth Street</td><td style=\"vertical-align:top\">San Francisco</td><td style=\"vertical-align:top\">Wisconsin</td><td style=\"vertical-align:top\">WI</td><td class=\"rightBorder\" style=\"vertical-align:top\">37657</td><td class=\"leftBorder\" style=\"vertical-align:top\">71.814525</td><td class=\"rightBorder\" style=\"vertical-align:top\">-161.150263</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">977-175</td><td style=\"vertical-align:top\">900-590-289</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">admin</td></tr><tr><td style=\"vertical-align:top\">2</td><td style=\"vertical-align:top\">Michael</td><td style=\"vertical-align:top\">Williams</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">35</td><td style=\"vertical-align:top\">male</td><td style=\"vertical-align:top\">michael.williams@x.dummyjson.com</td><td style=\"vertical-align:top\">+49 258-627-6644</td><td style=\"vertical-align:top\">michaelw</td><td style=\"vertical-align:top\">michaelwpass</td><td style=\"vertical-align:top\">1989-8-10</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/michaelw/128</td><td style=\"vertical-align:top\">B+</td><td style=\"vertical-align:top\">186.220000</td><td style=\"vertical-align:top\">76.320000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Red</td><td class=\"leftBorder\" style=\"vertical-align:top\">Green</td><td class=\"rightBorder\" style=\"vertical-align:top\">Straight</td><td class=\"rightBorder\" style=\"vertical-align:top\">12.13.116.142</td><td class=\"leftBorder\" style=\"vertical-align:top\">385 Fifth Street</td><td style=\"vertical-align:top\">Houston</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">AL</td><td class=\"rightBorder\" style=\"vertical-align:top\">38807</td><td class=\"leftBorder\" style=\"vertical-align:top\">22.815468</td><td class=\"rightBorder\" style=\"vertical-align:top\">115.608581</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">79:15:78:99:60:aa</td><td class=\"rightBorder\" style=\"vertical-align:top\">Ohio State University</td><td class=\"leftBorder\" style=\"vertical-align:top\">02/27</td><td style=\"vertical-align:top\">6737807858721625</td><td style=\"vertical-align:top\">Elo</td><td style=\"vertical-align:top\">SEK</td><td class=\"rightBorder\" style=\"vertical-align:top\">83IDT77FWYLCJVR8ISDACFH0</td><td class=\"leftBorder\" style=\"vertical-align:top\">Support</td><td style=\"vertical-align:top\">Spinka - Dickinson</td><td class=\"rightBorder\" style=\"vertical-align:top\">Support Specialist</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">395 Main Street</td><td style=\"vertical-align:top\">Los Angeles</td><td style=\"vertical-align:top\">New Hampshire</td><td style=\"vertical-align:top\">NH</td><td class=\"rightBorder\" style=\"vertical-align:top\">73442</td><td class=\"leftBorder\" style=\"vertical-align:top\">79.098326</td><td class=\"rightBorder\" style=\"vertical-align:top\">-119.624845</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">912-602</td><td style=\"vertical-align:top\">108-953-962</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Windows NT 10.0; Win64; <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">admin</td></tr><tr><td style=\"vertical-align:top\">3</td><td style=\"vertical-align:top\">Sophia</td><td style=\"vertical-align:top\">Brown</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">42</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">sophia.brown@x.dummyjson.com</td><td style=\"vertical-align:top\">+81 210-652-2785</td><td style=\"vertical-align:top\">sophiab</td><td style=\"vertical-align:top\">sophiabpass</td><td style=\"vertical-align:top\">1982-11-6</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/sophiab/128</td><td style=\"vertical-align:top\">O-</td><td style=\"vertical-align:top\">177.720000</td><td style=\"vertical-align:top\">52.600000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Hazel</td><td class=\"leftBorder\" style=\"vertical-align:top\">White</td><td class=\"rightBorder\" style=\"vertical-align:top\">Wavy</td><td class=\"rightBorder\" style=\"vertical-align:top\">214.225.51.195</td><td class=\"leftBorder\" style=\"vertical-align:top\">1642 Ninth Street</td><td style=\"vertical-align:top\">Washington</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">AL</td><td class=\"rightBorder\" style=\"vertical-align:top\">32822</td><td class=\"leftBorder\" style=\"vertical-align:top\">45.289366</td><td class=\"rightBorder\" style=\"vertical-align:top\">46.832664</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">12:a3:d3:6f:5c:5b</td><td class=\"rightBorder\" style=\"vertical-align:top\">Pepperdine University</td><td class=\"leftBorder\" style=\"vertical-align:top\">04/25</td><td style=\"vertical-align:top\">7795895470082859</td><td style=\"vertical-align:top\">Korean Express</td><td style=\"vertical-align:top\">SEK</td><td class=\"rightBorder\" style=\"vertical-align:top\">90XYKT83LMM7AARZ8JN958JC</td><td class=\"leftBorder\" style=\"vertical-align:top\">Research and Development</td><td style=\"vertical-align:top\">Schiller - Zieme</td><td class=\"rightBorder\" style=\"vertical-align:top\">Accountant</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1896 Washington Street</td><td style=\"vertical-align:top\">Dallas</td><td style=\"vertical-align:top\">Nevada</td><td style=\"vertical-align:top\">NV</td><td class=\"rightBorder\" style=\"vertical-align:top\">88511</td><td class=\"leftBorder\" style=\"vertical-align:top\">20.086743</td><td class=\"rightBorder\" style=\"vertical-align:top\">-34.577107</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">963-113</td><td style=\"vertical-align:top\">638-461-822</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Windows NT 10.0; Win64; <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">admin</td></tr><tr><td style=\"vertical-align:top\">4</td><td style=\"vertical-align:top\">James</td><td style=\"vertical-align:top\">Davis</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">45</td><td style=\"vertical-align:top\">male</td><td style=\"vertical-align:top\">james.davis@x.dummyjson.com</td><td style=\"vertical-align:top\">+49 614-958-9364</td><td style=\"vertical-align:top\">jamesd</td><td style=\"vertical-align:top\">jamesdpass</td><td style=\"vertical-align:top\">1979-5-4</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/jamesd/128</td><td style=\"vertical-align:top\">AB+</td><td style=\"vertical-align:top\">193.310000</td><td style=\"vertical-align:top\">62.100000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Amber</td><td class=\"leftBorder\" style=\"vertical-align:top\">Blonde</td><td class=\"rightBorder\" style=\"vertical-align:top\">Straight</td><td class=\"rightBorder\" style=\"vertical-align:top\">101.118.131.66</td><td class=\"leftBorder\" style=\"vertical-align:top\">238 Jefferson Street</td><td style=\"vertical-align:top\">Seattle</td><td style=\"vertical-align:top\">Pennsylvania</td><td style=\"vertical-align:top\">PA</td><td class=\"rightBorder\" style=\"vertical-align:top\">68354</td><td class=\"leftBorder\" style=\"vertical-align:top\">16.782513</td><td class=\"rightBorder\" style=\"vertical-align:top\">-139.347230</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">10:7d:df:1f:97:58</td><td class=\"rightBorder\" style=\"vertical-align:top\">University of Southern California</td><td class=\"leftBorder\" style=\"vertical-align:top\">05/29</td><td style=\"vertical-align:top\">5005519846254763</td><td style=\"vertical-align:top\">Mastercard</td><td style=\"vertical-align:top\">INR</td><td class=\"rightBorder\" style=\"vertical-align:top\">7N7ZH1PJ8Q4WU1K965HQQR27</td><td class=\"leftBorder\" style=\"vertical-align:top\">Support</td><td style=\"vertical-align:top\">Pagac and Sons</td><td class=\"rightBorder\" style=\"vertical-align:top\">Research Analyst</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1622 Lincoln Street</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Pennsylvania</td><td style=\"vertical-align:top\">PA</td><td class=\"rightBorder\" style=\"vertical-align:top\">27768</td><td class=\"leftBorder\" style=\"vertical-align:top\">54.911930</td><td class=\"rightBorder\" style=\"vertical-align:top\">-79.498328</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">904-810</td><td style=\"vertical-align:top\">116-951-314</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">admin</td></tr><tr><td style=\"vertical-align:top\">5</td><td style=\"vertical-align:top\">Emma</td><td style=\"vertical-align:top\">Miller</td><td style=\"vertical-align:top\">Johnson</td><td style=\"vertical-align:top\">30</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">emma.miller@x.dummyjson.com</td><td style=\"vertical-align:top\">+91 759-776-1614</td><td style=\"vertical-align:top\">emmaj</td><td style=\"vertical-align:top\">emmajpass</td><td style=\"vertical-align:top\">1994-6-13</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/emmaj/128</td><td style=\"vertical-align:top\">AB-</td><td style=\"vertical-align:top\">192.800000</td><td style=\"vertical-align:top\">63.620000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Green</td><td class=\"leftBorder\" style=\"vertical-align:top\">White</td><td class=\"rightBorder\" style=\"vertical-align:top\">Straight</td><td class=\"rightBorder\" style=\"vertical-align:top\">224.126.22.183</td><td class=\"leftBorder\" style=\"vertical-align:top\">607 Fourth Street</td><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">Colorado</td><td style=\"vertical-align:top\">CO</td><td class=\"rightBorder\" style=\"vertical-align:top\">26593</td><td class=\"leftBorder\" style=\"vertical-align:top\">0.505589</td><td class=\"rightBorder\" style=\"vertical-align:top\">-157.432810</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">32:b9:7e:8d:f5:e8</td><td class=\"rightBorder\" style=\"vertical-align:top\">Northeastern University</td><td class=\"leftBorder\" style=\"vertical-align:top\">03/26</td><td style=\"vertical-align:top\">5772950119588627</td><td style=\"vertical-align:top\">American Express</td><td style=\"vertical-align:top\">CAD</td><td class=\"rightBorder\" style=\"vertical-align:top\">TAVHURD845KVBTB8W81AQXRY</td><td class=\"leftBorder\" style=\"vertical-align:top\">Human Resources</td><td style=\"vertical-align:top\">Graham - Gulgowski</td><td class=\"rightBorder\" style=\"vertical-align:top\">Quality Assurance Engineer</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1460 Sixth Street</td><td style=\"vertical-align:top\">San Antonio</td><td style=\"vertical-align:top\">Idaho</td><td style=\"vertical-align:top\">ID</td><td class=\"rightBorder\" style=\"vertical-align:top\">21965</td><td class=\"leftBorder\" style=\"vertical-align:top\">44.346545</td><td class=\"rightBorder\" style=\"vertical-align:top\">-26.944701</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">403-505</td><td style=\"vertical-align:top\">526-210-885</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Windows NT 10.0; Win64; <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">admin</td></tr><tr><td style=\"vertical-align:top\">6</td><td style=\"vertical-align:top\">Olivia</td><td style=\"vertical-align:top\">Wilson</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">22</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">olivia.wilson@x.dummyjson.com</td><td style=\"vertical-align:top\">+91 607-295-6448</td><td style=\"vertical-align:top\">oliviaw</td><td style=\"vertical-align:top\">oliviawpass</td><td style=\"vertical-align:top\">2002-4-20</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/oliviaw/128</td><td style=\"vertical-align:top\">B+</td><td style=\"vertical-align:top\">182.610000</td><td style=\"vertical-align:top\">58</td><td class=\"rightBorder\" style=\"vertical-align:top\">Hazel</td><td class=\"leftBorder\" style=\"vertical-align:top\">Gray</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"rightBorder\" style=\"vertical-align:top\">249.178.112.207</td><td class=\"leftBorder\" style=\"vertical-align:top\">547 First Street</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Tennessee</td><td style=\"vertical-align:top\">TN</td><td class=\"rightBorder\" style=\"vertical-align:top\">83843</td><td class=\"leftBorder\" style=\"vertical-align:top\">75.326270</td><td class=\"rightBorder\" style=\"vertical-align:top\">-26.152850</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">9c:7f:ea:34:18:19</td><td class=\"rightBorder\" style=\"vertical-align:top\">University of North Carolina--Chapel <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">05/28</td><td style=\"vertical-align:top\">6771923832947881</td><td style=\"vertical-align:top\">Diners Club International</td><td style=\"vertical-align:top\">BRL</td><td class=\"rightBorder\" style=\"vertical-align:top\">V6H0O5OE3Q4JVKWDTYWZABMD</td><td class=\"leftBorder\" style=\"vertical-align:top\">Product Management</td><td style=\"vertical-align:top\">Pfannerstill Inc</td><td class=\"rightBorder\" style=\"vertical-align:top\">Research Analyst</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">425 Sixth Street</td><td style=\"vertical-align:top\">Indianapolis</td><td style=\"vertical-align:top\">Oklahoma</td><td style=\"vertical-align:top\">OK</td><td class=\"rightBorder\" style=\"vertical-align:top\">74263</td><td class=\"leftBorder\" style=\"vertical-align:top\">74.986644</td><td class=\"rightBorder\" style=\"vertical-align:top\">-132.916888</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">921-709</td><td style=\"vertical-align:top\">836-772-168</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">moderator</td></tr><tr><td style=\"vertical-align:top\">7</td><td style=\"vertical-align:top\">Alexander</td><td style=\"vertical-align:top\">Jones</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">38</td><td style=\"vertical-align:top\">male</td><td style=\"vertical-align:top\">alexander.jones@x.dummyjson.com</td><td style=\"vertical-align:top\">+61 260-824-4986</td><td style=\"vertical-align:top\">alexanderj</td><td style=\"vertical-align:top\">alexanderjpass</td><td style=\"vertical-align:top\">1986-10-20</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/alexanderj<span class=\"structural\">...</span></td><td style=\"vertical-align:top\">AB-</td><td style=\"vertical-align:top\">153.890000</td><td style=\"vertical-align:top\">77.420000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Blue</td><td class=\"leftBorder\" style=\"vertical-align:top\">White</td><td class=\"rightBorder\" style=\"vertical-align:top\">Straight</td><td class=\"rightBorder\" style=\"vertical-align:top\">166.204.84.32</td><td class=\"leftBorder\" style=\"vertical-align:top\">664 Maple Street</td><td style=\"vertical-align:top\">Indianapolis</td><td style=\"vertical-align:top\">Delaware</td><td style=\"vertical-align:top\">DE</td><td class=\"rightBorder\" style=\"vertical-align:top\">86684</td><td class=\"leftBorder\" style=\"vertical-align:top\">35.289664</td><td class=\"rightBorder\" style=\"vertical-align:top\">7.063255</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">d2:64:58:2d:1c:46</td><td class=\"rightBorder\" style=\"vertical-align:top\">University of Illinois--Urbana-Champaign</td><td class=\"leftBorder\" style=\"vertical-align:top\">05/25</td><td style=\"vertical-align:top\">7344951706130140</td><td style=\"vertical-align:top\">JCB</td><td style=\"vertical-align:top\">EUR</td><td class=\"rightBorder\" style=\"vertical-align:top\">49V4GVDVMP0MHIDD4VXMQ3A2</td><td class=\"leftBorder\" style=\"vertical-align:top\">Engineering</td><td style=\"vertical-align:top\">Dickens - Beahan</td><td class=\"rightBorder\" style=\"vertical-align:top\">Web Developer</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">996 Eighth Street</td><td style=\"vertical-align:top\">Washington</td><td style=\"vertical-align:top\">Kansas</td><td style=\"vertical-align:top\">KS</td><td class=\"rightBorder\" style=\"vertical-align:top\">27858</td><td class=\"leftBorder\" style=\"vertical-align:top\">-75.462366</td><td class=\"rightBorder\" style=\"vertical-align:top\">-128.025697</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">638-127</td><td style=\"vertical-align:top\">722-993-925</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">moderator</td></tr><tr><td style=\"vertical-align:top\">8</td><td style=\"vertical-align:top\">Ava</td><td style=\"vertical-align:top\">Taylor</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">27</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">ava.taylor@x.dummyjson.com</td><td style=\"vertical-align:top\">+1 458-853-7877</td><td style=\"vertical-align:top\">avat</td><td style=\"vertical-align:top\">avatpass</td><td style=\"vertical-align:top\">1997-8-25</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/avat/128</td><td style=\"vertical-align:top\">AB-</td><td style=\"vertical-align:top\">168.470000</td><td style=\"vertical-align:top\">57.080000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Hazel</td><td class=\"leftBorder\" style=\"vertical-align:top\">Red</td><td class=\"rightBorder\" style=\"vertical-align:top\">Kinky</td><td class=\"rightBorder\" style=\"vertical-align:top\">150.73.197.233</td><td class=\"leftBorder\" style=\"vertical-align:top\">1197 First Street</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Rhode Island</td><td style=\"vertical-align:top\">RI</td><td class=\"rightBorder\" style=\"vertical-align:top\">24771</td><td class=\"leftBorder\" style=\"vertical-align:top\">-81.194833</td><td class=\"rightBorder\" style=\"vertical-align:top\">-87.948158</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">8d:2e:c2:d6:e7:a8</td><td class=\"rightBorder\" style=\"vertical-align:top\">University of Wisconsin--Madison</td><td class=\"leftBorder\" style=\"vertical-align:top\">01/29</td><td style=\"vertical-align:top\">6412128967460199</td><td style=\"vertical-align:top\">Maestro</td><td style=\"vertical-align:top\">CNY</td><td class=\"rightBorder\" style=\"vertical-align:top\">TS66YQ8R16OX7IJKLUONDQHP</td><td class=\"leftBorder\" style=\"vertical-align:top\">Marketing</td><td style=\"vertical-align:top\">Nikolaus Inc</td><td class=\"rightBorder\" style=\"vertical-align:top\">Chief Executive Officer</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">930 Lincoln Street</td><td style=\"vertical-align:top\">Austin</td><td style=\"vertical-align:top\">Colorado</td><td style=\"vertical-align:top\">CO</td><td class=\"rightBorder\" style=\"vertical-align:top\">47592</td><td class=\"leftBorder\" style=\"vertical-align:top\">87.970083</td><td class=\"rightBorder\" style=\"vertical-align:top\">-42.769351</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">297-762</td><td style=\"vertical-align:top\">257-419-109</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Windows NT 10.0; Win64; <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">moderator</td></tr><tr><td style=\"vertical-align:top\">9</td><td style=\"vertical-align:top\">Ethan</td><td style=\"vertical-align:top\">Martinez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">33</td><td style=\"vertical-align:top\">male</td><td style=\"vertical-align:top\">ethan.martinez@x.dummyjson.com</td><td style=\"vertical-align:top\">+92 933-608-5081</td><td style=\"vertical-align:top\">ethanm</td><td style=\"vertical-align:top\">ethanmpass</td><td style=\"vertical-align:top\">1991-2-12</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/ethanm/128</td><td style=\"vertical-align:top\">AB+</td><td style=\"vertical-align:top\">159.190000</td><td style=\"vertical-align:top\">68.810000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Hazel</td><td class=\"leftBorder\" style=\"vertical-align:top\">Purple</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"rightBorder\" style=\"vertical-align:top\">63.191.127.71</td><td class=\"leftBorder\" style=\"vertical-align:top\">466 Pine Street</td><td style=\"vertical-align:top\">San Antonio</td><td style=\"vertical-align:top\">Louisiana</td><td style=\"vertical-align:top\">LA</td><td class=\"rightBorder\" style=\"vertical-align:top\">72360</td><td class=\"leftBorder\" style=\"vertical-align:top\">74.074918</td><td class=\"rightBorder\" style=\"vertical-align:top\">-25.312703</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">59:e:9e:e3:29:da</td><td class=\"rightBorder\" style=\"vertical-align:top\">Syracuse University</td><td class=\"leftBorder\" style=\"vertical-align:top\">02/25</td><td style=\"vertical-align:top\">7183482484317509</td><td style=\"vertical-align:top\">Visa</td><td style=\"vertical-align:top\">CAD</td><td class=\"rightBorder\" style=\"vertical-align:top\">CW5U5KS23U7JYD22TVQL7SIH</td><td class=\"leftBorder\" style=\"vertical-align:top\">Support</td><td style=\"vertical-align:top\">Gorczany - Gottlieb</td><td class=\"rightBorder\" style=\"vertical-align:top\">Legal Counsel</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1597 Oak Street</td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">Florida</td><td style=\"vertical-align:top\">FL</td><td class=\"rightBorder\" style=\"vertical-align:top\">28100</td><td class=\"leftBorder\" style=\"vertical-align:top\">-67.452080</td><td class=\"rightBorder\" style=\"vertical-align:top\">-23.209886</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">790-434</td><td style=\"vertical-align:top\">569-650-348</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Windows NT 10.0; Win64; <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">moderator</td></tr><tr><td style=\"vertical-align:top\">10</td><td style=\"vertical-align:top\">Isabella</td><td style=\"vertical-align:top\">Anderson</td><td style=\"vertical-align:top\">Davis</td><td style=\"vertical-align:top\">31</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">isabella.anderson@x.dummyjson.com</td><td style=\"vertical-align:top\">+49 770-658-4885</td><td style=\"vertical-align:top\">isabellad</td><td style=\"vertical-align:top\">isabelladpass</td><td style=\"vertical-align:top\">1993-6-10</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/isabellad/128</td><td style=\"vertical-align:top\">A-</td><td style=\"vertical-align:top\">150.560000</td><td style=\"vertical-align:top\">50.100000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Brown</td><td class=\"leftBorder\" style=\"vertical-align:top\">Blonde</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"rightBorder\" style=\"vertical-align:top\">114.9.114.205</td><td class=\"leftBorder\" style=\"vertical-align:top\">1964 Oak Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">UT</td><td class=\"rightBorder\" style=\"vertical-align:top\">89352</td><td class=\"leftBorder\" style=\"vertical-align:top\">41.331324</td><td class=\"rightBorder\" style=\"vertical-align:top\">151.782727</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">b1:b0:d0:a2:82:80</td><td class=\"rightBorder\" style=\"vertical-align:top\">California Institute of Technology (C<span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">05/27</td><td style=\"vertical-align:top\">6118714010128731</td><td style=\"vertical-align:top\">NPS</td><td style=\"vertical-align:top\">CNY</td><td class=\"rightBorder\" style=\"vertical-align:top\">GBZRGDMKUOTO34HBCI7A986J</td><td class=\"leftBorder\" style=\"vertical-align:top\">Marketing</td><td style=\"vertical-align:top\">Pollich - Hilpert</td><td class=\"rightBorder\" style=\"vertical-align:top\">Chief Financial Officer</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1029 Adams Street</td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Maryland</td><td style=\"vertical-align:top\">MD</td><td class=\"rightBorder\" style=\"vertical-align:top\">63847</td><td class=\"leftBorder\" style=\"vertical-align:top\">-25.843393</td><td class=\"rightBorder\" style=\"vertical-align:top\">-62.692681</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">127-297</td><td style=\"vertical-align:top\">902-438-728</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">moderator</td></tr><tr><td style=\"vertical-align:top\">11</td><td style=\"vertical-align:top\">Liam</td><td style=\"vertical-align:top\">Garcia</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">29</td><td style=\"vertical-align:top\">male</td><td style=\"vertical-align:top\">liam.garcia@x.dummyjson.com</td><td style=\"vertical-align:top\">+92 870-217-6201</td><td style=\"vertical-align:top\">liamg</td><td style=\"vertical-align:top\">liamgpass</td><td style=\"vertical-align:top\">1995-6-6</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/liamg/128</td><td style=\"vertical-align:top\">AB-</td><td style=\"vertical-align:top\">162.320000</td><td style=\"vertical-align:top\">93.160000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Violet</td><td class=\"leftBorder\" style=\"vertical-align:top\">Red</td><td class=\"rightBorder\" style=\"vertical-align:top\">Wavy</td><td class=\"rightBorder\" style=\"vertical-align:top\">56.201.85.9</td><td class=\"leftBorder\" style=\"vertical-align:top\">576 Fifth Street</td><td style=\"vertical-align:top\">Denver</td><td style=\"vertical-align:top\">South Dakota</td><td style=\"vertical-align:top\">SD</td><td class=\"rightBorder\" style=\"vertical-align:top\">57252</td><td class=\"leftBorder\" style=\"vertical-align:top\">-66.218177</td><td class=\"rightBorder\" style=\"vertical-align:top\">-145.340165</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">31:9a:28:8b:99:6c</td><td class=\"rightBorder\" style=\"vertical-align:top\">Ohio State University</td><td class=\"leftBorder\" style=\"vertical-align:top\">02/27</td><td style=\"vertical-align:top\">2302893002194899</td><td style=\"vertical-align:top\">Discover</td><td style=\"vertical-align:top\">GBP</td><td class=\"rightBorder\" style=\"vertical-align:top\">O8ENPRB9UVBL2EFZ7601KC09</td><td class=\"leftBorder\" style=\"vertical-align:top\">Services</td><td style=\"vertical-align:top\">Considine - Torp</td><td class=\"rightBorder\" style=\"vertical-align:top\">Web Developer</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">27 Cedar Street</td><td style=\"vertical-align:top\">Philadelphia</td><td style=\"vertical-align:top\">Connecticut</td><td style=\"vertical-align:top\">CT</td><td class=\"rightBorder\" style=\"vertical-align:top\">79574</td><td class=\"leftBorder\" style=\"vertical-align:top\">-81.841588</td><td class=\"rightBorder\" style=\"vertical-align:top\">31.794230</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">326-604</td><td style=\"vertical-align:top\">933-784-949</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">moderator</td></tr><tr><td style=\"vertical-align:top\">12</td><td style=\"vertical-align:top\">Mia</td><td style=\"vertical-align:top\">Rodriguez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">24</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">mia.rodriguez@x.dummyjson.com</td><td style=\"vertical-align:top\">+49 989-461-8403</td><td style=\"vertical-align:top\">miar</td><td style=\"vertical-align:top\">miarpass</td><td style=\"vertical-align:top\">2000-8-4</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/miar/128</td><td style=\"vertical-align:top\">O-</td><td style=\"vertical-align:top\">188.080000</td><td style=\"vertical-align:top\">56.030000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Blue</td><td class=\"leftBorder\" style=\"vertical-align:top\">Purple</td><td class=\"rightBorder\" style=\"vertical-align:top\">Wavy</td><td class=\"rightBorder\" style=\"vertical-align:top\">11.72.253.90</td><td class=\"leftBorder\" style=\"vertical-align:top\">1627 Sixth Street</td><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">West Virginia</td><td style=\"vertical-align:top\">WV</td><td class=\"rightBorder\" style=\"vertical-align:top\">41810</td><td class=\"leftBorder\" style=\"vertical-align:top\">24.857497</td><td class=\"rightBorder\" style=\"vertical-align:top\">-34.865429</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">53:d7:a4:6:1e:58</td><td class=\"rightBorder\" style=\"vertical-align:top\">William &#38; Mary</td><td class=\"leftBorder\" style=\"vertical-align:top\">05/26</td><td style=\"vertical-align:top\">1539872303456158</td><td style=\"vertical-align:top\">Carte Bancaire</td><td style=\"vertical-align:top\">CAD</td><td class=\"rightBorder\" style=\"vertical-align:top\">EBMD95RLK8B82ZAZNXBJ09V5</td><td class=\"leftBorder\" style=\"vertical-align:top\">Accounting</td><td style=\"vertical-align:top\">Miller, Schowalter and Wisozk</td><td class=\"rightBorder\" style=\"vertical-align:top\">Business Analyst</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1039 Washington Street</td><td style=\"vertical-align:top\">Philadelphia</td><td style=\"vertical-align:top\">New Jersey</td><td style=\"vertical-align:top\">NJ</td><td class=\"rightBorder\" style=\"vertical-align:top\">57518</td><td class=\"leftBorder\" style=\"vertical-align:top\">85.455933</td><td class=\"rightBorder\" style=\"vertical-align:top\">164.246103</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">754-660</td><td style=\"vertical-align:top\">749-524-124</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">moderator</td></tr><tr><td style=\"vertical-align:top\">13</td><td style=\"vertical-align:top\">Noah</td><td style=\"vertical-align:top\">Hernandez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">40</td><td style=\"vertical-align:top\">male</td><td style=\"vertical-align:top\">noah.hernandez@x.dummyjson.com</td><td style=\"vertical-align:top\">+49 393-605-6968</td><td style=\"vertical-align:top\">noahh</td><td style=\"vertical-align:top\">noahhpass</td><td style=\"vertical-align:top\">1984-6-5</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/noahh/128</td><td style=\"vertical-align:top\">AB+</td><td style=\"vertical-align:top\">188.620000</td><td style=\"vertical-align:top\">69.490000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Brown</td><td class=\"leftBorder\" style=\"vertical-align:top\">Red</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"rightBorder\" style=\"vertical-align:top\">169.154.126.57</td><td class=\"leftBorder\" style=\"vertical-align:top\">1413 Maple Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">North Dakota</td><td style=\"vertical-align:top\">ND</td><td class=\"rightBorder\" style=\"vertical-align:top\">73696</td><td class=\"leftBorder\" style=\"vertical-align:top\">-25.037700</td><td class=\"rightBorder\" style=\"vertical-align:top\">-151.704690</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">d4:fe:ae:8f:eb:a3</td><td class=\"rightBorder\" style=\"vertical-align:top\">New York University (NYU)</td><td class=\"leftBorder\" style=\"vertical-align:top\">05/26</td><td style=\"vertical-align:top\">1681772579326385</td><td style=\"vertical-align:top\">Discover</td><td style=\"vertical-align:top\">SEK</td><td class=\"rightBorder\" style=\"vertical-align:top\">G4UIZKIQVPJM9D31XQVR1E9Z</td><td class=\"leftBorder\" style=\"vertical-align:top\">Engineering</td><td style=\"vertical-align:top\">Botsford, Marquardt and Roberts</td><td class=\"rightBorder\" style=\"vertical-align:top\">Database Administrator</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">62 Third Street</td><td style=\"vertical-align:top\">Seattle</td><td style=\"vertical-align:top\">Oregon</td><td style=\"vertical-align:top\">OR</td><td class=\"rightBorder\" style=\"vertical-align:top\">83474</td><td class=\"leftBorder\" style=\"vertical-align:top\">19.490447</td><td class=\"rightBorder\" style=\"vertical-align:top\">-13.173207</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">877-628</td><td style=\"vertical-align:top\">660-847-389</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Windows NT 10.0; Win64; <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">moderator</td></tr><tr><td style=\"vertical-align:top\">14</td><td style=\"vertical-align:top\">Charlotte</td><td style=\"vertical-align:top\">Lopez</td><td style=\"vertical-align:top\">Martinez</td><td style=\"vertical-align:top\">36</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">charlotte.lopez@x.dummyjson.com</td><td style=\"vertical-align:top\">+44 373-953-5028</td><td style=\"vertical-align:top\">charlottem</td><td style=\"vertical-align:top\">charlottempass</td><td style=\"vertical-align:top\">1988-6-8</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/charlottem<span class=\"structural\">...</span></td><td style=\"vertical-align:top\">AB-</td><td style=\"vertical-align:top\">178.920000</td><td style=\"vertical-align:top\">82.460000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Brown</td><td class=\"leftBorder\" style=\"vertical-align:top\">Gray</td><td class=\"rightBorder\" style=\"vertical-align:top\">Kinky</td><td class=\"rightBorder\" style=\"vertical-align:top\">119.103.95.60</td><td class=\"leftBorder\" style=\"vertical-align:top\">208 Second Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Ohio</td><td style=\"vertical-align:top\">OH</td><td class=\"rightBorder\" style=\"vertical-align:top\">42044</td><td class=\"leftBorder\" style=\"vertical-align:top\">-44.443762</td><td class=\"rightBorder\" style=\"vertical-align:top\">-151.420561</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">f6:ff:37:aa:6c:f1</td><td class=\"rightBorder\" style=\"vertical-align:top\">Northeastern University</td><td class=\"leftBorder\" style=\"vertical-align:top\">02/27</td><td style=\"vertical-align:top\">5675368650551956</td><td style=\"vertical-align:top\">Maestro</td><td style=\"vertical-align:top\">CNY</td><td class=\"rightBorder\" style=\"vertical-align:top\">FKK6U634LGI3E7N517DLVVTL</td><td class=\"leftBorder\" style=\"vertical-align:top\">Accounting</td><td style=\"vertical-align:top\">Zulauf and Sons</td><td class=\"rightBorder\" style=\"vertical-align:top\">Chief Executive Officer</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">569 Jefferson Street</td><td style=\"vertical-align:top\">Los Angeles</td><td style=\"vertical-align:top\">Montana</td><td style=\"vertical-align:top\">MT</td><td class=\"rightBorder\" style=\"vertical-align:top\">17779</td><td class=\"leftBorder\" style=\"vertical-align:top\">-18.371256</td><td class=\"rightBorder\" style=\"vertical-align:top\">22.566258</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">364-782</td><td style=\"vertical-align:top\">255-491-479</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Windows NT 10.0; Win64; <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">moderator</td></tr><tr><td style=\"vertical-align:top\">15</td><td style=\"vertical-align:top\">William</td><td style=\"vertical-align:top\">Gonzalez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">32</td><td style=\"vertical-align:top\">male</td><td style=\"vertical-align:top\">william.gonzalez@x.dummyjson.com</td><td style=\"vertical-align:top\">+81 905-252-7319</td><td style=\"vertical-align:top\">williamg</td><td style=\"vertical-align:top\">williamgpass</td><td style=\"vertical-align:top\">1992-3-27</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/williamg/128</td><td style=\"vertical-align:top\">B-</td><td style=\"vertical-align:top\">173.210000</td><td style=\"vertical-align:top\">82.410000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Hazel</td><td class=\"leftBorder\" style=\"vertical-align:top\">Gray</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"rightBorder\" style=\"vertical-align:top\">250.2.241.204</td><td class=\"leftBorder\" style=\"vertical-align:top\">31 Maple Street</td><td style=\"vertical-align:top\">San Jose</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">UT</td><td class=\"rightBorder\" style=\"vertical-align:top\">78243</td><td class=\"leftBorder\" style=\"vertical-align:top\">8.152876</td><td class=\"rightBorder\" style=\"vertical-align:top\">113.297990</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">f5:68:28:f9:ec:89</td><td class=\"rightBorder\" style=\"vertical-align:top\">Tufts University</td><td class=\"leftBorder\" style=\"vertical-align:top\">03/27</td><td style=\"vertical-align:top\">6053000793215148</td><td style=\"vertical-align:top\">Mir</td><td style=\"vertical-align:top\">EUR</td><td class=\"rightBorder\" style=\"vertical-align:top\">AR01SNDMKGECX0EYH7UCW61W</td><td class=\"leftBorder\" style=\"vertical-align:top\">Marketing</td><td style=\"vertical-align:top\">Spinka - Dickinson</td><td class=\"rightBorder\" style=\"vertical-align:top\">Software Architect</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1538 Eighth Street</td><td style=\"vertical-align:top\">San Jose</td><td style=\"vertical-align:top\">Missouri</td><td style=\"vertical-align:top\">MO</td><td class=\"rightBorder\" style=\"vertical-align:top\">29673</td><td class=\"leftBorder\" style=\"vertical-align:top\">24.169361</td><td class=\"rightBorder\" style=\"vertical-align:top\">-29.395167</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">830-515</td><td style=\"vertical-align:top\">690-544-755</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">moderator</td></tr><tr><td style=\"vertical-align:top\">16</td><td style=\"vertical-align:top\">Avery</td><td style=\"vertical-align:top\">Perez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">25</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">avery.perez@x.dummyjson.com</td><td style=\"vertical-align:top\">+61 731-431-3457</td><td style=\"vertical-align:top\">averyp</td><td style=\"vertical-align:top\">averyppass</td><td style=\"vertical-align:top\">1999-3-10</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/averyp/128</td><td style=\"vertical-align:top\">O-</td><td style=\"vertical-align:top\">172.680000</td><td style=\"vertical-align:top\">93.900000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Brown</td><td class=\"leftBorder\" style=\"vertical-align:top\">Green</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"rightBorder\" style=\"vertical-align:top\">131.217.4.214</td><td class=\"leftBorder\" style=\"vertical-align:top\">1125 First Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Iowa</td><td style=\"vertical-align:top\">IA</td><td class=\"rightBorder\" style=\"vertical-align:top\">30973</td><td class=\"leftBorder\" style=\"vertical-align:top\">12.789127</td><td class=\"rightBorder\" style=\"vertical-align:top\">85.792598</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">b3:ff:f3:c5:37:46</td><td class=\"rightBorder\" style=\"vertical-align:top\">Harvard University</td><td class=\"leftBorder\" style=\"vertical-align:top\">04/27</td><td style=\"vertical-align:top\">0961014686718571</td><td style=\"vertical-align:top\">Carte Bancaire</td><td style=\"vertical-align:top\">USD</td><td class=\"rightBorder\" style=\"vertical-align:top\">28JYZAY4KYT48YI8QW40PWXR</td><td class=\"leftBorder\" style=\"vertical-align:top\">Accounting</td><td style=\"vertical-align:top\">Herzog Inc</td><td class=\"rightBorder\" style=\"vertical-align:top\">Database Administrator</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">183 Maple Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Rhode Island</td><td style=\"vertical-align:top\">RI</td><td class=\"rightBorder\" style=\"vertical-align:top\">45238</td><td class=\"leftBorder\" style=\"vertical-align:top\">-53.318189</td><td class=\"rightBorder\" style=\"vertical-align:top\">105.835271</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">348-493</td><td style=\"vertical-align:top\">679-523-686</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">user</td></tr><tr><td style=\"vertical-align:top\">17</td><td style=\"vertical-align:top\">Evelyn</td><td style=\"vertical-align:top\">Sanchez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">37</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">evelyn.sanchez@x.dummyjson.com</td><td style=\"vertical-align:top\">+1 623-880-6871</td><td style=\"vertical-align:top\">evelyns</td><td style=\"vertical-align:top\">evelynspass</td><td style=\"vertical-align:top\">1987-10-13</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/evelyns/128</td><td style=\"vertical-align:top\">B+</td><td style=\"vertical-align:top\">184.080000</td><td style=\"vertical-align:top\">83.150000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Violet</td><td class=\"leftBorder\" style=\"vertical-align:top\">Blue</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"rightBorder\" style=\"vertical-align:top\">87.114.135.146</td><td class=\"leftBorder\" style=\"vertical-align:top\">1170 Lincoln Street</td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Wyoming</td><td style=\"vertical-align:top\">WY</td><td class=\"rightBorder\" style=\"vertical-align:top\">43423</td><td class=\"leftBorder\" style=\"vertical-align:top\">-83.314840</td><td class=\"rightBorder\" style=\"vertical-align:top\">11.768071</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">f8:e5:bd:43:bc:d8</td><td class=\"rightBorder\" style=\"vertical-align:top\">Washington University in St. Louis</td><td class=\"leftBorder\" style=\"vertical-align:top\">04/29</td><td style=\"vertical-align:top\">4557521697420096</td><td style=\"vertical-align:top\">UnionPay</td><td style=\"vertical-align:top\">SEK</td><td class=\"rightBorder\" style=\"vertical-align:top\">KN8XAPR2J5UB8AKDI1EVJ56R</td><td class=\"leftBorder\" style=\"vertical-align:top\">Support</td><td style=\"vertical-align:top\">Predovic - Johns</td><td class=\"rightBorder\" style=\"vertical-align:top\">Chief Financial Officer</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1802 Ninth Street</td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Minnesota</td><td style=\"vertical-align:top\">MN</td><td class=\"rightBorder\" style=\"vertical-align:top\">89416</td><td class=\"leftBorder\" style=\"vertical-align:top\">29.034592</td><td class=\"rightBorder\" style=\"vertical-align:top\">-78.004598</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">604-817</td><td style=\"vertical-align:top\">689-332-644</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">user</td></tr><tr><td style=\"vertical-align:top\">18</td><td style=\"vertical-align:top\">Logan</td><td style=\"vertical-align:top\">Torres</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">31</td><td style=\"vertical-align:top\">male</td><td style=\"vertical-align:top\">logan.torres@x.dummyjson.com</td><td style=\"vertical-align:top\">+81 507-434-8733</td><td style=\"vertical-align:top\">logant</td><td style=\"vertical-align:top\">logantpass</td><td style=\"vertical-align:top\">1993-10-26</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/logant/128</td><td style=\"vertical-align:top\">A+</td><td style=\"vertical-align:top\">190.040000</td><td style=\"vertical-align:top\">72.430000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Green</td><td class=\"leftBorder\" style=\"vertical-align:top\">Green</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"rightBorder\" style=\"vertical-align:top\">155.98.15.162</td><td class=\"leftBorder\" style=\"vertical-align:top\">907 Seventh Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">AR</td><td class=\"rightBorder\" style=\"vertical-align:top\">78805</td><td class=\"leftBorder\" style=\"vertical-align:top\">-64.846516</td><td class=\"rightBorder\" style=\"vertical-align:top\">174.775744</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">40:d:5c:1:7d:bf</td><td class=\"rightBorder\" style=\"vertical-align:top\">University of Illinois--Urbana-Champaign</td><td class=\"leftBorder\" style=\"vertical-align:top\">05/26</td><td style=\"vertical-align:top\">7884268130452098</td><td style=\"vertical-align:top\">UnionPay</td><td style=\"vertical-align:top\">NZD</td><td class=\"rightBorder\" style=\"vertical-align:top\">HZM7V9PYHPZBN72IDFPXGN8Q</td><td class=\"leftBorder\" style=\"vertical-align:top\">Training</td><td style=\"vertical-align:top\">Jast - Nader</td><td class=\"rightBorder\" style=\"vertical-align:top\">Data Analyst</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">947 Main Street</td><td style=\"vertical-align:top\">Denver</td><td style=\"vertical-align:top\">Minnesota</td><td style=\"vertical-align:top\">MN</td><td class=\"rightBorder\" style=\"vertical-align:top\">71896</td><td class=\"leftBorder\" style=\"vertical-align:top\">-24.654063</td><td class=\"rightBorder\" style=\"vertical-align:top\">-147.255268</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">576-218</td><td style=\"vertical-align:top\">806-639-934</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">user</td></tr><tr><td style=\"vertical-align:top\">19</td><td style=\"vertical-align:top\">Abigail</td><td style=\"vertical-align:top\">Rivera</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">28</td><td style=\"vertical-align:top\">female</td><td style=\"vertical-align:top\">abigail.rivera@x.dummyjson.com</td><td style=\"vertical-align:top\">+91 228-363-7806</td><td style=\"vertical-align:top\">abigailr</td><td style=\"vertical-align:top\">abigailrpass</td><td style=\"vertical-align:top\">1996-10-11</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/abigailr/128</td><td style=\"vertical-align:top\">B+</td><td style=\"vertical-align:top\">186.390000</td><td style=\"vertical-align:top\">74.610000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Violet</td><td class=\"leftBorder\" style=\"vertical-align:top\">Blue</td><td class=\"rightBorder\" style=\"vertical-align:top\">Kinky</td><td class=\"rightBorder\" style=\"vertical-align:top\">19.183.240.94</td><td class=\"leftBorder\" style=\"vertical-align:top\">996 Oak Street</td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">New Mexico</td><td style=\"vertical-align:top\">NM</td><td class=\"rightBorder\" style=\"vertical-align:top\">11407</td><td class=\"leftBorder\" style=\"vertical-align:top\">44.321308</td><td class=\"rightBorder\" style=\"vertical-align:top\">-3.723903</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">1d:a6:58:2a:e5:e4</td><td class=\"rightBorder\" style=\"vertical-align:top\">California Institute of Technology (C<span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">02/28</td><td style=\"vertical-align:top\">4832361886407551</td><td style=\"vertical-align:top\">RuPay</td><td style=\"vertical-align:top\">BRL</td><td class=\"rightBorder\" style=\"vertical-align:top\">O02LHDNNFCVSM6D4H81DIQHE</td><td class=\"leftBorder\" style=\"vertical-align:top\">Human Resources</td><td style=\"vertical-align:top\">Prohaska - Thiel</td><td class=\"rightBorder\" style=\"vertical-align:top\">Business Analyst</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1402 Adams Street</td><td style=\"vertical-align:top\">Austin</td><td style=\"vertical-align:top\">Wisconsin</td><td style=\"vertical-align:top\">WI</td><td class=\"rightBorder\" style=\"vertical-align:top\">51456</td><td class=\"leftBorder\" style=\"vertical-align:top\">25.672938</td><td class=\"rightBorder\" style=\"vertical-align:top\">-76.549670</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">173-637</td><td style=\"vertical-align:top\">655-823-929</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Windows NT 10.0; Win64; <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">user</td></tr><tr><td style=\"vertical-align:top\">20</td><td style=\"vertical-align:top\">Jackson</td><td style=\"vertical-align:top\">Evans</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">34</td><td style=\"vertical-align:top\">male</td><td style=\"vertical-align:top\">jackson.evans@x.dummyjson.com</td><td style=\"vertical-align:top\">+44 468-628-6686</td><td style=\"vertical-align:top\">jacksone</td><td style=\"vertical-align:top\">jacksonepass</td><td style=\"vertical-align:top\">1990-11-30</td><td style=\"vertical-align:top\">https://dummyjson.com/icon/jacksone/128</td><td style=\"vertical-align:top\">O-</td><td style=\"vertical-align:top\">162.570000</td><td style=\"vertical-align:top\">74.370000</td><td class=\"rightBorder\" style=\"vertical-align:top\">Green</td><td class=\"leftBorder\" style=\"vertical-align:top\">Red</td><td class=\"rightBorder\" style=\"vertical-align:top\">Straight</td><td class=\"rightBorder\" style=\"vertical-align:top\">221.127.144.198</td><td class=\"leftBorder\" style=\"vertical-align:top\">1873 Main Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">AR</td><td class=\"rightBorder\" style=\"vertical-align:top\">26600</td><td class=\"leftBorder\" style=\"vertical-align:top\">34.722451</td><td class=\"rightBorder\" style=\"vertical-align:top\">63.448927</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">81:14:1:97:88:85</td><td class=\"rightBorder\" style=\"vertical-align:top\">Ohio State University</td><td class=\"leftBorder\" style=\"vertical-align:top\">04/26</td><td style=\"vertical-align:top\">2109192842527801</td><td style=\"vertical-align:top\">BC Card</td><td style=\"vertical-align:top\">EUR</td><td class=\"rightBorder\" style=\"vertical-align:top\">TX26FO9B7YR2VHYDSJBE32AX</td><td class=\"leftBorder\" style=\"vertical-align:top\">Legal</td><td style=\"vertical-align:top\">Kuhlman LLC</td><td class=\"rightBorder\" style=\"vertical-align:top\">Web Developer</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1706 First Street</td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">Hawaii</td><td style=\"vertical-align:top\">HI</td><td class=\"rightBorder\" style=\"vertical-align:top\">34725</td><td class=\"leftBorder\" style=\"vertical-align:top\">-80.416937</td><td class=\"rightBorder\" style=\"vertical-align:top\">-83.224516</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td style=\"vertical-align:top\">843-260</td><td style=\"vertical-align:top\">248-787-886</td><td class=\"rightBorder\" style=\"vertical-align:top\">Mozilla/5.0 (Macintosh; Intel Mac OS <span class=\"structural\">...</span></td><td class=\"leftBorder\" style=\"vertical-align:top\">Bitcoin</td><td style=\"vertical-align:top\">0xb9fc2fe63b2a6c003f1c324c3bfa5325916<span class=\"structural\">...</span></td><td class=\"rightBorder\" style=\"vertical-align:top\">Ethereum (ERC20)</td><td style=\"vertical-align:top\">user</td></tr></tbody></table>\n",
" </body>\n",
" <script>\n",
" document.getElementById(\"static_df_1191182337\").style.display = \"none\";\n",
" </script>\n",
" </html>"
],
"application/kotlindataframe+json": "{\"$version\":\"2.0.0\",\"metadata\":{\"columns\":[\"id\",\"firstName\",\"lastName\",\"maidenName\",\"age\",\"gender\",\"email\",\"phone\",\"username\",\"password\",\"birthDate\",\"image\",\"bloodGroup\",\"height\",\"weight\",\"eyeColor\",\"hair\",\"ip\",\"address\",\"macAddress\",\"university\",\"bank\",\"company\",\"ein\",\"ssn\",\"userAgent\",\"crypto\",\"role\"],\"nrow\":30,\"ncol\":28},\"kotlin_dataframe\":[{\"id\":1,\"firstName\":\"Emily\",\"lastName\":\"Johnson\",\"maidenName\":\"Smith\",\"age\":28,\"gender\":\"female\",\"email\":\"emily.johnson@x.dummyjson.com\",\"phone\":\"+81 965-431-3024\",\"username\":\"emilys\",\"password\":\"emilyspass\",\"birthDate\":\"1996-5-30\",\"image\":\"https://dummyjson.com/icon/emilys/128\",\"bloodGroup\":\"O-\",\"height\":193.24,\"weight\":\"63.16\",\"eyeColor\":\"Green\",\"hair\":{\"data\":{\"color\":\"Brown\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"42.48.100.32\",\"address\":{\"data\":{\"address\":\"626 Main Street\",\"city\":\"Phoenix\",\"state\":\"Mississippi\",\"stateCode\":\"MS\",\"postalCode\":\"29112\",\"coordinates\":{\"data\":{\"lat\":-77.16213,\"lng\":-92.084824},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"47:fa:41:18:ec:eb\",\"university\":\"University of Wisconsin--Madison\",\"bank\":{\"data\":{\"cardExpire\":\"03/26\",\"cardNumber\":\"9289760655481815\",\"cardType\":\"Elo\",\"currency\":\"CNY\",\"iban\":\"YPUXISOBI7TTHPK2BR3HAIXL\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Engineering\",\"name\":\"Dooley, Kozey and Cronin\",\"title\":\"Sales Manager\",\"address\":{\"data\":{\"address\":\"263 Tenth Street\",\"city\":\"San Francisco\",\"state\":\"Wisconsin\",\"stateCode\":\"WI\",\"postalCode\":\"37657\",\"coordinates\":{\"data\":{\"lat\":71.814525,\"lng\":-161.150263},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"977-175\",\"ssn\":\"900-590-289\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"admin\"},{\"id\":2,\"firstName\":\"Michael\",\"lastName\":\"Williams\",\"maidenName\":\"\",\"age\":35,\"gender\":\"male\",\"email\":\"michael.williams@x.dummyjson.com\",\"phone\":\"+49 258-627-6644\",\"username\":\"michaelw\",\"password\":\"michaelwpass\",\"birthDate\":\"1989-8-10\",\"image\":\"https://dummyjson.com/icon/michaelw/128\",\"bloodGroup\":\"B+\",\"height\":186.22,\"weight\":\"76.32\",\"eyeColor\":\"Red\",\"hair\":{\"data\":{\"color\":\"Green\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"12.13.116.142\",\"address\":{\"data\":{\"address\":\"385 Fifth Street\",\"city\":\"Houston\",\"state\":\"Alabama\",\"stateCode\":\"AL\",\"postalCode\":\"38807\",\"coordinates\":{\"data\":{\"lat\":22.815468,\"lng\":115.608581},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"79:15:78:99:60:aa\",\"university\":\"Ohio State University\",\"bank\":{\"data\":{\"cardExpire\":\"02/27\",\"cardNumber\":\"6737807858721625\",\"cardType\":\"Elo\",\"currency\":\"SEK\",\"iban\":\"83IDT77FWYLCJVR8ISDACFH0\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Support\",\"name\":\"Spinka - Dickinson\",\"title\":\"Support Specialist\",\"address\":{\"data\":{\"address\":\"395 Main Street\",\"city\":\"Los Angeles\",\"state\":\"New Hampshire\",\"stateCode\":\"NH\",\"postalCode\":\"73442\",\"coordinates\":{\"data\":{\"lat\":79.098326,\"lng\":-119.624845},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"912-602\",\"ssn\":\"108-953-962\",\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/97.0.1072.76 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"admin\"},{\"id\":3,\"firstName\":\"Sophia\",\"lastName\":\"Brown\",\"maidenName\":\"\",\"age\":42,\"gender\":\"female\",\"email\":\"sophia.brown@x.dummyjson.com\",\"phone\":\"+81 210-652-2785\",\"username\":\"sophiab\",\"password\":\"sophiabpass\",\"birthDate\":\"1982-11-6\",\"image\":\"https://dummyjson.com/icon/sophiab/128\",\"bloodGroup\":\"O-\",\"height\":177.72,\"weight\":\"52.6\",\"eyeColor\":\"Hazel\",\"hair\":{\"data\":{\"color\":\"White\",\"type\":\"Wavy\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"214.225.51.195\",\"address\":{\"data\":{\"address\":\"1642 Ninth Street\",\"city\":\"Washington\",\"state\":\"Alabama\",\"stateCode\":\"AL\",\"postalCode\":\"32822\",\"coordinates\":{\"data\":{\"lat\":45.289366,\"lng\":46.832664},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"12:a3:d3:6f:5c:5b\",\"university\":\"Pepperdine University\",\"bank\":{\"data\":{\"cardExpire\":\"04/25\",\"cardNumber\":\"7795895470082859\",\"cardType\":\"Korean Express\",\"currency\":\"SEK\",\"iban\":\"90XYKT83LMM7AARZ8JN958JC\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Research and Development\",\"name\":\"Schiller - Zieme\",\"title\":\"Accountant\",\"address\":{\"data\":{\"address\":\"1896 Washington Street\",\"city\":\"Dallas\",\"state\":\"Nevada\",\"stateCode\":\"NV\",\"postalCode\":\"88511\",\"coordinates\":{\"data\":{\"lat\":20.086743,\"lng\":-34.577107},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"963-113\",\"ssn\":\"638-461-822\",\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"admin\"},{\"id\":4,\"firstName\":\"James\",\"lastName\":\"Davis\",\"maidenName\":\"\",\"age\":45,\"gender\":\"male\",\"email\":\"james.davis@x.dummyjson.com\",\"phone\":\"+49 614-958-9364\",\"username\":\"jamesd\",\"password\":\"jamesdpass\",\"birthDate\":\"1979-5-4\",\"image\":\"https://dummyjson.com/icon/jamesd/128\",\"bloodGroup\":\"AB+\",\"height\":193.31,\"weight\":\"62.1\",\"eyeColor\":\"Amber\",\"hair\":{\"data\":{\"color\":\"Blonde\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"101.118.131.66\",\"address\":{\"data\":{\"address\":\"238 Jefferson Street\",\"city\":\"Seattle\",\"state\":\"Pennsylvania\",\"stateCode\":\"PA\",\"postalCode\":\"68354\",\"coordinates\":{\"data\":{\"lat\":16.782513,\"lng\":-139.34723},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"10:7d:df:1f:97:58\",\"university\":\"University of Southern California\",\"bank\":{\"data\":{\"cardExpire\":\"05/29\",\"cardNumber\":\"5005519846254763\",\"cardType\":\"Mastercard\",\"currency\":\"INR\",\"iban\":\"7N7ZH1PJ8Q4WU1K965HQQR27\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Support\",\"name\":\"Pagac and Sons\",\"title\":\"Research Analyst\",\"address\":{\"data\":{\"address\":\"1622 Lincoln Street\",\"city\":\"Fort Worth\",\"state\":\"Pennsylvania\",\"stateCode\":\"PA\",\"postalCode\":\"27768\",\"coordinates\":{\"data\":{\"lat\":54.91193,\"lng\":-79.498328},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"904-810\",\"ssn\":\"116-951-314\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"admin\"},{\"id\":5,\"firstName\":\"Emma\",\"lastName\":\"Miller\",\"maidenName\":\"Johnson\",\"age\":30,\"gender\":\"female\",\"email\":\"emma.miller@x.dummyjson.com\",\"phone\":\"+91 759-776-1614\",\"username\":\"emmaj\",\"password\":\"emmajpass\",\"birthDate\":\"1994-6-13\",\"image\":\"https://dummyjson.com/icon/emmaj/128\",\"bloodGroup\":\"AB-\",\"height\":192.8,\"weight\":\"63.62\",\"eyeColor\":\"Green\",\"hair\":{\"data\":{\"color\":\"White\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"224.126.22.183\",\"address\":{\"data\":{\"address\":\"607 Fourth Street\",\"city\":\"Jacksonville\",\"state\":\"Colorado\",\"stateCode\":\"CO\",\"postalCode\":\"26593\",\"coordinates\":{\"data\":{\"lat\":0.505589,\"lng\":-157.43281},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"32:b9:7e:8d:f5:e8\",\"university\":\"Northeastern University\",\"bank\":{\"data\":{\"cardExpire\":\"03/26\",\"cardNumber\":\"5772950119588627\",\"cardType\":\"American Express\",\"currency\":\"CAD\",\"iban\":\"TAVHURD845KVBTB8W81AQXRY\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Human Resources\",\"name\":\"Graham - Gulgowski\",\"title\":\"Quality Assurance Engineer\",\"address\":{\"data\":{\"address\":\"1460 Sixth Street\",\"city\":\"San Antonio\",\"state\":\"Idaho\",\"stateCode\":\"ID\",\"postalCode\":\"21965\",\"coordinates\":{\"data\":{\"lat\":44.346545,\"lng\":-26.944701},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"403-505\",\"ssn\":\"526-210-885\",\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"admin\"},{\"id\":6,\"firstName\":\"Olivia\",\"lastName\":\"Wilson\",\"maidenName\":\"\",\"age\":22,\"gender\":\"female\",\"email\":\"olivia.wilson@x.dummyjson.com\",\"phone\":\"+91 607-295-6448\",\"username\":\"oliviaw\",\"password\":\"oliviawpass\",\"birthDate\":\"2002-4-20\",\"image\":\"https://dummyjson.com/icon/oliviaw/128\",\"bloodGroup\":\"B+\",\"height\":182.61,\"weight\":\"58\",\"eyeColor\":\"Hazel\",\"hair\":{\"data\":{\"color\":\"Gray\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"249.178.112.207\",\"address\":{\"data\":{\"address\":\"547 First Street\",\"city\":\"Fort Worth\",\"state\":\"Tennessee\",\"stateCode\":\"TN\",\"postalCode\":\"83843\",\"coordinates\":{\"data\":{\"lat\":75.32627,\"lng\":-26.15285},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"9c:7f:ea:34:18:19\",\"university\":\"University of North Carolina--Chapel Hill\",\"bank\":{\"data\":{\"cardExpire\":\"05/28\",\"cardNumber\":\"6771923832947881\",\"cardType\":\"Diners Club International\",\"currency\":\"BRL\",\"iban\":\"V6H0O5OE3Q4JVKWDTYWZABMD\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Product Management\",\"name\":\"Pfannerstill Inc\",\"title\":\"Research Analyst\",\"address\":{\"data\":{\"address\":\"425 Sixth Street\",\"city\":\"Indianapolis\",\"state\":\"Oklahoma\",\"stateCode\":\"OK\",\"postalCode\":\"74263\",\"coordinates\":{\"data\":{\"lat\":74.986644,\"lng\":-132.916888},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"921-709\",\"ssn\":\"836-772-168\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.3 Safari/605.1.15\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"moderator\"},{\"id\":7,\"firstName\":\"Alexander\",\"lastName\":\"Jones\",\"maidenName\":\"\",\"age\":38,\"gender\":\"male\",\"email\":\"alexander.jones@x.dummyjson.com\",\"phone\":\"+61 260-824-4986\",\"username\":\"alexanderj\",\"password\":\"alexanderjpass\",\"birthDate\":\"1986-10-20\",\"image\":\"https://dummyjson.com/icon/alexanderj/128\",\"bloodGroup\":\"AB-\",\"height\":153.89,\"weight\":\"77.42\",\"eyeColor\":\"Blue\",\"hair\":{\"data\":{\"color\":\"White\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"166.204.84.32\",\"address\":{\"data\":{\"address\":\"664 Maple Street\",\"city\":\"Indianapolis\",\"state\":\"Delaware\",\"stateCode\":\"DE\",\"postalCode\":\"86684\",\"coordinates\":{\"data\":{\"lat\":35.289664,\"lng\":7.063255},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"d2:64:58:2d:1c:46\",\"university\":\"University of Illinois--Urbana-Champaign\",\"bank\":{\"data\":{\"cardExpire\":\"05/25\",\"cardNumber\":\"7344951706130140\",\"cardType\":\"JCB\",\"currency\":\"EUR\",\"iban\":\"49V4GVDVMP0MHIDD4VXMQ3A2\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Engineering\",\"name\":\"Dickens - Beahan\",\"title\":\"Web Developer\",\"address\":{\"data\":{\"address\":\"996 Eighth Street\",\"city\":\"Washington\",\"state\":\"Kansas\",\"stateCode\":\"KS\",\"postalCode\":\"27858\",\"coordinates\":{\"data\":{\"lat\":-75.462366,\"lng\":-128.025697},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"638-127\",\"ssn\":\"722-993-925\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"moderator\"},{\"id\":8,\"firstName\":\"Ava\",\"lastName\":\"Taylor\",\"maidenName\":\"\",\"age\":27,\"gender\":\"female\",\"email\":\"ava.taylor@x.dummyjson.com\",\"phone\":\"+1 458-853-7877\",\"username\":\"avat\",\"password\":\"avatpass\",\"birthDate\":\"1997-8-25\",\"image\":\"https://dummyjson.com/icon/avat/128\",\"bloodGroup\":\"AB-\",\"height\":168.47,\"weight\":\"57.08\",\"eyeColor\":\"Hazel\",\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Kinky\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"150.73.197.233\",\"address\":{\"data\":{\"address\":\"1197 First Street\",\"city\":\"Fort Worth\",\"state\":\"Rhode Island\",\"stateCode\":\"RI\",\"postalCode\":\"24771\",\"coordinates\":{\"data\":{\"lat\":-81.194833,\"lng\":-87.948158},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"8d:2e:c2:d6:e7:a8\",\"university\":\"University of Wisconsin--Madison\",\"bank\":{\"data\":{\"cardExpire\":\"01/29\",\"cardNumber\":\"6412128967460199\",\"cardType\":\"Maestro\",\"currency\":\"CNY\",\"iban\":\"TS66YQ8R16OX7IJKLUONDQHP\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Marketing\",\"name\":\"Nikolaus Inc\",\"title\":\"Chief Executive Officer\",\"address\":{\"data\":{\"address\":\"930 Lincoln Street\",\"city\":\"Austin\",\"state\":\"Colorado\",\"stateCode\":\"CO\",\"postalCode\":\"47592\",\"coordinates\":{\"data\":{\"lat\":87.970083,\"lng\":-42.769351},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"297-762\",\"ssn\":\"257-419-109\",\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"moderator\"},{\"id\":9,\"firstName\":\"Ethan\",\"lastName\":\"Martinez\",\"maidenName\":\"\",\"age\":33,\"gender\":\"male\",\"email\":\"ethan.martinez@x.dummyjson.com\",\"phone\":\"+92 933-608-5081\",\"username\":\"ethanm\",\"password\":\"ethanmpass\",\"birthDate\":\"1991-2-12\",\"image\":\"https://dummyjson.com/icon/ethanm/128\",\"bloodGroup\":\"AB+\",\"height\":159.19,\"weight\":\"68.81\",\"eyeColor\":\"Hazel\",\"hair\":{\"data\":{\"color\":\"Purple\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"63.191.127.71\",\"address\":{\"data\":{\"address\":\"466 Pine Street\",\"city\":\"San Antonio\",\"state\":\"Louisiana\",\"stateCode\":\"LA\",\"postalCode\":\"72360\",\"coordinates\":{\"data\":{\"lat\":74.074918,\"lng\":-25.312703},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"59:e:9e:e3:29:da\",\"university\":\"Syracuse University\",\"bank\":{\"data\":{\"cardExpire\":\"02/25\",\"cardNumber\":\"7183482484317509\",\"cardType\":\"Visa\",\"currency\":\"CAD\",\"iban\":\"CW5U5KS23U7JYD22TVQL7SIH\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Support\",\"name\":\"Gorczany - Gottlieb\",\"title\":\"Legal Counsel\",\"address\":{\"data\":{\"address\":\"1597 Oak Street\",\"city\":\"Chicago\",\"state\":\"Florida\",\"stateCode\":\"FL\",\"postalCode\":\"28100\",\"coordinates\":{\"data\":{\"lat\":-67.45208,\"lng\":-23.209886},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"790-434\",\"ssn\":\"569-650-348\",\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"moderator\"},{\"id\":10,\"firstName\":\"Isabella\",\"lastName\":\"Anderson\",\"maidenName\":\"Davis\",\"age\":31,\"gender\":\"female\",\"email\":\"isabella.anderson@x.dummyjson.com\",\"phone\":\"+49 770-658-4885\",\"username\":\"isabellad\",\"password\":\"isabelladpass\",\"birthDate\":\"1993-6-10\",\"image\":\"https://dummyjson.com/icon/isabellad/128\",\"bloodGroup\":\"A-\",\"height\":150.56,\"weight\":\"50.1\",\"eyeColor\":\"Brown\",\"hair\":{\"data\":{\"color\":\"Blonde\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"114.9.114.205\",\"address\":{\"data\":{\"address\":\"1964 Oak Street\",\"city\":\"New York\",\"state\":\"Utah\",\"stateCode\":\"UT\",\"postalCode\":\"89352\",\"coordinates\":{\"data\":{\"lat\":41.331324,\"lng\":151.782727},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"b1:b0:d0:a2:82:80\",\"university\":\"California Institute of Technology (Caltech)\",\"bank\":{\"data\":{\"cardExpire\":\"05/27\",\"cardNumber\":\"6118714010128731\",\"cardType\":\"NPS\",\"currency\":\"CNY\",\"iban\":\"GBZRGDMKUOTO34HBCI7A986J\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Marketing\",\"name\":\"Pollich - Hilpert\",\"title\":\"Chief Financial Officer\",\"address\":{\"data\":{\"address\":\"1029 Adams Street\",\"city\":\"San Diego\",\"state\":\"Maryland\",\"stateCode\":\"MD\",\"postalCode\":\"63847\",\"coordinates\":{\"data\":{\"lat\":-25.843393,\"lng\":-62.692681},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"127-297\",\"ssn\":\"902-438-728\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"moderator\"},{\"id\":11,\"firstName\":\"Liam\",\"lastName\":\"Garcia\",\"maidenName\":\"\",\"age\":29,\"gender\":\"male\",\"email\":\"liam.garcia@x.dummyjson.com\",\"phone\":\"+92 870-217-6201\",\"username\":\"liamg\",\"password\":\"liamgpass\",\"birthDate\":\"1995-6-6\",\"image\":\"https://dummyjson.com/icon/liamg/128\",\"bloodGroup\":\"AB-\",\"height\":162.32,\"weight\":\"93.16\",\"eyeColor\":\"Violet\",\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Wavy\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"56.201.85.9\",\"address\":{\"data\":{\"address\":\"576 Fifth Street\",\"city\":\"Denver\",\"state\":\"South Dakota\",\"stateCode\":\"SD\",\"postalCode\":\"57252\",\"coordinates\":{\"data\":{\"lat\":-66.218177,\"lng\":-145.340165},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"31:9a:28:8b:99:6c\",\"university\":\"Ohio State University\",\"bank\":{\"data\":{\"cardExpire\":\"02/27\",\"cardNumber\":\"2302893002194899\",\"cardType\":\"Discover\",\"currency\":\"GBP\",\"iban\":\"O8ENPRB9UVBL2EFZ7601KC09\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Services\",\"name\":\"Considine - Torp\",\"title\":\"Web Developer\",\"address\":{\"data\":{\"address\":\"27 Cedar Street\",\"city\":\"Philadelphia\",\"state\":\"Connecticut\",\"stateCode\":\"CT\",\"postalCode\":\"79574\",\"coordinates\":{\"data\":{\"lat\":-81.841588,\"lng\":31.79423},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"326-604\",\"ssn\":\"933-784-949\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"moderator\"},{\"id\":12,\"firstName\":\"Mia\",\"lastName\":\"Rodriguez\",\"maidenName\":\"\",\"age\":24,\"gender\":\"female\",\"email\":\"mia.rodriguez@x.dummyjson.com\",\"phone\":\"+49 989-461-8403\",\"username\":\"miar\",\"password\":\"miarpass\",\"birthDate\":\"2000-8-4\",\"image\":\"https://dummyjson.com/icon/miar/128\",\"bloodGroup\":\"O-\",\"height\":188.08,\"weight\":\"56.03\",\"eyeColor\":\"Blue\",\"hair\":{\"data\":{\"color\":\"Purple\",\"type\":\"Wavy\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"11.72.253.90\",\"address\":{\"data\":{\"address\":\"1627 Sixth Street\",\"city\":\"Jacksonville\",\"state\":\"West Virginia\",\"stateCode\":\"WV\",\"postalCode\":\"41810\",\"coordinates\":{\"data\":{\"lat\":24.857497,\"lng\":-34.865429},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"53:d7:a4:6:1e:58\",\"university\":\"William & Mary\",\"bank\":{\"data\":{\"cardExpire\":\"05/26\",\"cardNumber\":\"1539872303456158\",\"cardType\":\"Carte Bancaire\",\"currency\":\"CAD\",\"iban\":\"EBMD95RLK8B82ZAZNXBJ09V5\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Accounting\",\"name\":\"Miller, Schowalter and Wisozk\",\"title\":\"Business Analyst\",\"address\":{\"data\":{\"address\":\"1039 Washington Street\",\"city\":\"Philadelphia\",\"state\":\"New Jersey\",\"stateCode\":\"NJ\",\"postalCode\":\"57518\",\"coordinates\":{\"data\":{\"lat\":85.455933,\"lng\":164.246103},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"754-660\",\"ssn\":\"749-524-124\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"moderator\"},{\"id\":13,\"firstName\":\"Noah\",\"lastName\":\"Hernandez\",\"maidenName\":\"\",\"age\":40,\"gender\":\"male\",\"email\":\"noah.hernandez@x.dummyjson.com\",\"phone\":\"+49 393-605-6968\",\"username\":\"noahh\",\"password\":\"noahhpass\",\"birthDate\":\"1984-6-5\",\"image\":\"https://dummyjson.com/icon/noahh/128\",\"bloodGroup\":\"AB+\",\"height\":188.62,\"weight\":\"69.49\",\"eyeColor\":\"Brown\",\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"169.154.126.57\",\"address\":{\"data\":{\"address\":\"1413 Maple Street\",\"city\":\"New York\",\"state\":\"North Dakota\",\"stateCode\":\"ND\",\"postalCode\":\"73696\",\"coordinates\":{\"data\":{\"lat\":-25.0377,\"lng\":-151.70469},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"d4:fe:ae:8f:eb:a3\",\"university\":\"New York University (NYU)\",\"bank\":{\"data\":{\"cardExpire\":\"05/26\",\"cardNumber\":\"1681772579326385\",\"cardType\":\"Discover\",\"currency\":\"SEK\",\"iban\":\"G4UIZKIQVPJM9D31XQVR1E9Z\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Engineering\",\"name\":\"Botsford, Marquardt and Roberts\",\"title\":\"Database Administrator\",\"address\":{\"data\":{\"address\":\"62 Third Street\",\"city\":\"Seattle\",\"state\":\"Oregon\",\"stateCode\":\"OR\",\"postalCode\":\"83474\",\"coordinates\":{\"data\":{\"lat\":19.490447,\"lng\":-13.173207},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"877-628\",\"ssn\":\"660-847-389\",\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"moderator\"},{\"id\":14,\"firstName\":\"Charlotte\",\"lastName\":\"Lopez\",\"maidenName\":\"Martinez\",\"age\":36,\"gender\":\"female\",\"email\":\"charlotte.lopez@x.dummyjson.com\",\"phone\":\"+44 373-953-5028\",\"username\":\"charlottem\",\"password\":\"charlottempass\",\"birthDate\":\"1988-6-8\",\"image\":\"https://dummyjson.com/icon/charlottem/128\",\"bloodGroup\":\"AB-\",\"height\":178.92,\"weight\":\"82.46\",\"eyeColor\":\"Brown\",\"hair\":{\"data\":{\"color\":\"Gray\",\"type\":\"Kinky\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"119.103.95.60\",\"address\":{\"data\":{\"address\":\"208 Second Street\",\"city\":\"Columbus\",\"state\":\"Ohio\",\"stateCode\":\"OH\",\"postalCode\":\"42044\",\"coordinates\":{\"data\":{\"lat\":-44.443762,\"lng\":-151.420561},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"f6:ff:37:aa:6c:f1\",\"university\":\"Northeastern University\",\"bank\":{\"data\":{\"cardExpire\":\"02/27\",\"cardNumber\":\"5675368650551956\",\"cardType\":\"Maestro\",\"currency\":\"CNY\",\"iban\":\"FKK6U634LGI3E7N517DLVVTL\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Accounting\",\"name\":\"Zulauf and Sons\",\"title\":\"Chief Executive Officer\",\"address\":{\"data\":{\"address\":\"569 Jefferson Street\",\"city\":\"Los Angeles\",\"state\":\"Montana\",\"stateCode\":\"MT\",\"postalCode\":\"17779\",\"coordinates\":{\"data\":{\"lat\":-18.371256,\"lng\":22.566258},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"364-782\",\"ssn\":\"255-491-479\",\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"moderator\"},{\"id\":15,\"firstName\":\"William\",\"lastName\":\"Gonzalez\",\"maidenName\":\"\",\"age\":32,\"gender\":\"male\",\"email\":\"william.gonzalez@x.dummyjson.com\",\"phone\":\"+81 905-252-7319\",\"username\":\"williamg\",\"password\":\"williamgpass\",\"birthDate\":\"1992-3-27\",\"image\":\"https://dummyjson.com/icon/williamg/128\",\"bloodGroup\":\"B-\",\"height\":173.21,\"weight\":\"82.41\",\"eyeColor\":\"Hazel\",\"hair\":{\"data\":{\"color\":\"Gray\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"250.2.241.204\",\"address\":{\"data\":{\"address\":\"31 Maple Street\",\"city\":\"San Jose\",\"state\":\"Utah\",\"stateCode\":\"UT\",\"postalCode\":\"78243\",\"coordinates\":{\"data\":{\"lat\":8.152876,\"lng\":113.29799},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"f5:68:28:f9:ec:89\",\"university\":\"Tufts University\",\"bank\":{\"data\":{\"cardExpire\":\"03/27\",\"cardNumber\":\"6053000793215148\",\"cardType\":\"Mir\",\"currency\":\"EUR\",\"iban\":\"AR01SNDMKGECX0EYH7UCW61W\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Marketing\",\"name\":\"Spinka - Dickinson\",\"title\":\"Software Architect\",\"address\":{\"data\":{\"address\":\"1538 Eighth Street\",\"city\":\"San Jose\",\"state\":\"Missouri\",\"stateCode\":\"MO\",\"postalCode\":\"29673\",\"coordinates\":{\"data\":{\"lat\":24.169361,\"lng\":-29.395167},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"830-515\",\"ssn\":\"690-544-755\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"moderator\"},{\"id\":16,\"firstName\":\"Avery\",\"lastName\":\"Perez\",\"maidenName\":\"\",\"age\":25,\"gender\":\"female\",\"email\":\"avery.perez@x.dummyjson.com\",\"phone\":\"+61 731-431-3457\",\"username\":\"averyp\",\"password\":\"averyppass\",\"birthDate\":\"1999-3-10\",\"image\":\"https://dummyjson.com/icon/averyp/128\",\"bloodGroup\":\"O-\",\"height\":172.68,\"weight\":\"93.9\",\"eyeColor\":\"Brown\",\"hair\":{\"data\":{\"color\":\"Green\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"131.217.4.214\",\"address\":{\"data\":{\"address\":\"1125 First Street\",\"city\":\"Columbus\",\"state\":\"Iowa\",\"stateCode\":\"IA\",\"postalCode\":\"30973\",\"coordinates\":{\"data\":{\"lat\":12.789127,\"lng\":85.792598},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"b3:ff:f3:c5:37:46\",\"university\":\"Harvard University\",\"bank\":{\"data\":{\"cardExpire\":\"04/27\",\"cardNumber\":\"0961014686718571\",\"cardType\":\"Carte Bancaire\",\"currency\":\"USD\",\"iban\":\"28JYZAY4KYT48YI8QW40PWXR\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Accounting\",\"name\":\"Herzog Inc\",\"title\":\"Database Administrator\",\"address\":{\"data\":{\"address\":\"183 Maple Street\",\"city\":\"New York\",\"state\":\"Rhode Island\",\"stateCode\":\"RI\",\"postalCode\":\"45238\",\"coordinates\":{\"data\":{\"lat\":-53.318189,\"lng\":105.835271},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"348-493\",\"ssn\":\"679-523-686\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"user\"},{\"id\":17,\"firstName\":\"Evelyn\",\"lastName\":\"Sanchez\",\"maidenName\":\"\",\"age\":37,\"gender\":\"female\",\"email\":\"evelyn.sanchez@x.dummyjson.com\",\"phone\":\"+1 623-880-6871\",\"username\":\"evelyns\",\"password\":\"evelynspass\",\"birthDate\":\"1987-10-13\",\"image\":\"https://dummyjson.com/icon/evelyns/128\",\"bloodGroup\":\"B+\",\"height\":184.08,\"weight\":\"83.15\",\"eyeColor\":\"Violet\",\"hair\":{\"data\":{\"color\":\"Blue\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"87.114.135.146\",\"address\":{\"data\":{\"address\":\"1170 Lincoln Street\",\"city\":\"San Diego\",\"state\":\"Wyoming\",\"stateCode\":\"WY\",\"postalCode\":\"43423\",\"coordinates\":{\"data\":{\"lat\":-83.31484,\"lng\":11.768071},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"f8:e5:bd:43:bc:d8\",\"university\":\"Washington University in St. Louis\",\"bank\":{\"data\":{\"cardExpire\":\"04/29\",\"cardNumber\":\"4557521697420096\",\"cardType\":\"UnionPay\",\"currency\":\"SEK\",\"iban\":\"KN8XAPR2J5UB8AKDI1EVJ56R\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Support\",\"name\":\"Predovic - Johns\",\"title\":\"Chief Financial Officer\",\"address\":{\"data\":{\"address\":\"1802 Ninth Street\",\"city\":\"San Diego\",\"state\":\"Minnesota\",\"stateCode\":\"MN\",\"postalCode\":\"89416\",\"coordinates\":{\"data\":{\"lat\":29.034592,\"lng\":-78.004598},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"604-817\",\"ssn\":\"689-332-644\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"user\"},{\"id\":18,\"firstName\":\"Logan\",\"lastName\":\"Torres\",\"maidenName\":\"\",\"age\":31,\"gender\":\"male\",\"email\":\"logan.torres@x.dummyjson.com\",\"phone\":\"+81 507-434-8733\",\"username\":\"logant\",\"password\":\"logantpass\",\"birthDate\":\"1993-10-26\",\"image\":\"https://dummyjson.com/icon/logant/128\",\"bloodGroup\":\"A+\",\"height\":190.04,\"weight\":\"72.43\",\"eyeColor\":\"Green\",\"hair\":{\"data\":{\"color\":\"Green\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"155.98.15.162\",\"address\":{\"data\":{\"address\":\"907 Seventh Street\",\"city\":\"Columbus\",\"state\":\"Arkansas\",\"stateCode\":\"AR\",\"postalCode\":\"78805\",\"coordinates\":{\"data\":{\"lat\":-64.846516,\"lng\":174.775744},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"40:d:5c:1:7d:bf\",\"university\":\"University of Illinois--Urbana-Champaign\",\"bank\":{\"data\":{\"cardExpire\":\"05/26\",\"cardNumber\":\"7884268130452098\",\"cardType\":\"UnionPay\",\"currency\":\"NZD\",\"iban\":\"HZM7V9PYHPZBN72IDFPXGN8Q\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Training\",\"name\":\"Jast - Nader\",\"title\":\"Data Analyst\",\"address\":{\"data\":{\"address\":\"947 Main Street\",\"city\":\"Denver\",\"state\":\"Minnesota\",\"stateCode\":\"MN\",\"postalCode\":\"71896\",\"coordinates\":{\"data\":{\"lat\":-24.654063,\"lng\":-147.255268},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"576-218\",\"ssn\":\"806-639-934\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"user\"},{\"id\":19,\"firstName\":\"Abigail\",\"lastName\":\"Rivera\",\"maidenName\":\"\",\"age\":28,\"gender\":\"female\",\"email\":\"abigail.rivera@x.dummyjson.com\",\"phone\":\"+91 228-363-7806\",\"username\":\"abigailr\",\"password\":\"abigailrpass\",\"birthDate\":\"1996-10-11\",\"image\":\"https://dummyjson.com/icon/abigailr/128\",\"bloodGroup\":\"B+\",\"height\":186.39,\"weight\":\"74.61\",\"eyeColor\":\"Violet\",\"hair\":{\"data\":{\"color\":\"Blue\",\"type\":\"Kinky\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"19.183.240.94\",\"address\":{\"data\":{\"address\":\"996 Oak Street\",\"city\":\"Chicago\",\"state\":\"New Mexico\",\"stateCode\":\"NM\",\"postalCode\":\"11407\",\"coordinates\":{\"data\":{\"lat\":44.321308,\"lng\":-3.723903},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"1d:a6:58:2a:e5:e4\",\"university\":\"California Institute of Technology (Caltech)\",\"bank\":{\"data\":{\"cardExpire\":\"02/28\",\"cardNumber\":\"4832361886407551\",\"cardType\":\"RuPay\",\"currency\":\"BRL\",\"iban\":\"O02LHDNNFCVSM6D4H81DIQHE\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Human Resources\",\"name\":\"Prohaska - Thiel\",\"title\":\"Business Analyst\",\"address\":{\"data\":{\"address\":\"1402 Adams Street\",\"city\":\"Austin\",\"state\":\"Wisconsin\",\"stateCode\":\"WI\",\"postalCode\":\"51456\",\"coordinates\":{\"data\":{\"lat\":25.672938,\"lng\":-76.54967},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"173-637\",\"ssn\":\"655-823-929\",\"userAgent\":\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Edge/97.0.1072.76 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"user\"},{\"id\":20,\"firstName\":\"Jackson\",\"lastName\":\"Evans\",\"maidenName\":\"\",\"age\":34,\"gender\":\"male\",\"email\":\"jackson.evans@x.dummyjson.com\",\"phone\":\"+44 468-628-6686\",\"username\":\"jacksone\",\"password\":\"jacksonepass\",\"birthDate\":\"1990-11-30\",\"image\":\"https://dummyjson.com/icon/jacksone/128\",\"bloodGroup\":\"O-\",\"height\":162.57,\"weight\":\"74.37\",\"eyeColor\":\"Green\",\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ip\":\"221.127.144.198\",\"address\":{\"data\":{\"address\":\"1873 Main Street\",\"city\":\"New York\",\"state\":\"Arkansas\",\"stateCode\":\"AR\",\"postalCode\":\"26600\",\"coordinates\":{\"data\":{\"lat\":34.722451,\"lng\":63.448927},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"macAddress\":\"81:14:1:97:88:85\",\"university\":\"Ohio State University\",\"bank\":{\"data\":{\"cardExpire\":\"04/26\",\"cardNumber\":\"2109192842527801\",\"cardType\":\"BC Card\",\"currency\":\"EUR\",\"iban\":\"TX26FO9B7YR2VHYDSJBE32AX\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"department\":\"Legal\",\"name\":\"Kuhlman LLC\",\"title\":\"Web Developer\",\"address\":{\"data\":{\"address\":\"1706 First Street\",\"city\":\"Chicago\",\"state\":\"Hawaii\",\"stateCode\":\"HI\",\"postalCode\":\"34725\",\"coordinates\":{\"data\":{\"lat\":-80.416937,\"lng\":-83.224516},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"ein\":\"843-260\",\"ssn\":\"248-787-886\",\"userAgent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36\",\"crypto\":{\"data\":{\"coin\":\"Bitcoin\",\"wallet\":\"0xb9fc2fe63b2a6c003f1c324c3bfa53259162181a\",\"network\":\"Ethereum (ERC20)\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"role\":\"user\"}]}"
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"execution_count": 2
},
{
"metadata": {},
"cell_type": "markdown",
"source": "First, taking a subset of the data:"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:18:25.532315194Z",
"start_time": "2024-05-30T15:18:24.007029732Z"
}
},
"cell_type": "code",
"source": [
"@OptIn(ExperimentalExceptCsDsl::class)\n",
"val userData = rawUserData.select { \n",
" firstName..age and hair and address and company.exceptNew { department and title }\n",
"}.convert { colsAtAnyDepth().nameContains(\"postalCode\") }.toInt()\n",
"\n",
"userData"
],
"outputs": [
{
"data": {
"text/html": [
" <iframe onload=\"o_resize_iframe_out_2()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_2\" frameBorder=\"0\" srcdoc=\" &lt;html&gt;\n",
" &lt;head&gt;\n",
" &lt;style type=&quot;text&sol;css&quot;&gt;\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover &gt; td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"&sol;* formatting *&sol;\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
":root {\n",
" --scroll-bg: #f5f5f5;\n",
" --scroll-fg: #b3b3b3;\n",
"}\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n",
" --scroll-bg: #3c3c3c;\n",
" --scroll-fg: #97e1fb;\n",
"}\n",
"body {\n",
" scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n",
"}\n",
"body::-webkit-scrollbar {\n",
" width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n",
" height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n",
"}\n",
"body::-webkit-scrollbar-thumb {\n",
" background-color: var(--scroll-fg);\n",
"}\n",
"body::-webkit-scrollbar-track {\n",
" background-color: var(--scroll-bg);\n",
"}\n",
" &lt;&sol;style&gt;\n",
" &lt;&sol;head&gt;\n",
" &lt;body&gt;\n",
" &lt;table class=&quot;dataframe&quot; id=&quot;df_1191182338&quot;&gt;&lt;&sol;table&gt;\n",
"\n",
"&lt;p class=&quot;dataframe_description&quot;&gt;... showing only top 20 of 30 rows&lt;&sol;p&gt;&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 30, columnsCount = 7&lt;&sol;p&gt;\n",
"\n",
" &lt;&sol;body&gt;\n",
" &lt;script&gt;\n",
" (function () {\n",
" window.DataFrame = window.DataFrame || new (function () {\n",
" this.addTable = function (df) {\n",
" let cols = df.cols;\n",
" for (let i = 0; i &lt; cols.length; i++) {\n",
" for (let c of cols[i].children) {\n",
" cols[c].parent = i;\n",
" }\n",
" }\n",
" df.nrow = 0\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n",
" }\n",
" if (df.id === df.rootId) {\n",
" df.expandedFrames = new Set()\n",
" df.childFrames = {}\n",
" const table = this.getTableElement(df.id)\n",
" table.df = df\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" let col = df.cols[i]\n",
" if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n",
" }\n",
" } else {\n",
" const rootDf = this.getTableData(df.rootId)\n",
" rootDf.childFrames[df.id] = df\n",
" }\n",
" }\n",
"\n",
" this.computeRenderData = function (df) {\n",
" let result = []\n",
" let pos = 0\n",
" for (let col = 0; col &lt; df.cols.length; col++) {\n",
" if (df.cols[col].parent === undefined)\n",
" pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n",
" }\n",
" for (let i = 0; i &lt; result.length; i++) {\n",
" let row = result[i]\n",
" for (let j = 0; j &lt; row.length; j++) {\n",
" let cell = row[j]\n",
" if (j === 0)\n",
" cell.leftBd = false\n",
" if (j &lt; row.length - 1) {\n",
" let nextData = row[j + 1]\n",
" if (nextData.leftBd) cell.rightBd = true\n",
" else if (cell.rightBd) nextData.leftBd = true\n",
" } else cell.rightBd = false\n",
" }\n",
" }\n",
" return result\n",
" }\n",
"\n",
" this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n",
" if (result.length === depth) {\n",
" const array = [];\n",
" if (pos &gt; 0) {\n",
" let j = 0\n",
" for (let i = 0; j &lt; pos; i++) {\n",
" let c = result[depth - 1][i]\n",
" j += c.span\n",
" let copy = Object.assign({empty: true}, c)\n",
" array.push(copy)\n",
" }\n",
" }\n",
" result.push(array)\n",
" }\n",
" const col = cols[colId];\n",
" let size = 0;\n",
" if (col.expanded) {\n",
" let childPos = pos\n",
" for (let i = 0; i &lt; col.children.length; i++) {\n",
" let child = col.children[i]\n",
" let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n",
" let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n",
" let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n",
" childPos += childSize\n",
" size += childSize\n",
" }\n",
" } else {\n",
" for (let i = depth + 1; i &lt; result.length; i++)\n",
" result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n",
" size = 1\n",
" }\n",
" let left = leftBorder\n",
" let right = rightBorder\n",
" if (size &gt; 1) {\n",
" left = true\n",
" right = true\n",
" }\n",
" result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n",
" return size\n",
" }\n",
"\n",
" this.getTableElement = function (id) {\n",
" return document.getElementById(&quot;df_&quot; + id)\n",
" }\n",
"\n",
" this.getTableData = function (id) {\n",
" return this.getTableElement(id).df\n",
" }\n",
"\n",
" this.createExpander = function (isExpanded) {\n",
" const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n",
" let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n",
" svg.classList.add(&quot;expanderSvg&quot;)\n",
" let path = document.createElementNS(svgNs, &quot;path&quot;)\n",
" if (isExpanded) {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n",
" } else {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n",
" }\n",
" path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n",
" svg.appendChild(path)\n",
" return svg\n",
" }\n",
"\n",
" this.renderTable = function (id) {\n",
"\n",
" let table = this.getTableElement(id)\n",
"\n",
" if (table === null) return\n",
"\n",
" table.innerHTML = &quot;&quot;\n",
"\n",
" let df = table.df\n",
" let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n",
"\n",
" &sol;&sol; header\n",
" let header = document.createElement(&quot;thead&quot;)\n",
" table.appendChild(header)\n",
"\n",
" let renderData = this.computeRenderData(df)\n",
" for (let j = 0; j &lt; renderData.length; j++) {\n",
" let rowData = renderData[j]\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" let isLastRow = j === renderData.length - 1\n",
" header.appendChild(tr);\n",
" for (let i = 0; i &lt; rowData.length; i++) {\n",
" let cell = rowData[i]\n",
" let th = document.createElement(&quot;th&quot;);\n",
" th.setAttribute(&quot;colspan&quot;, cell.span)\n",
" let colId = cell.id\n",
" let col = df.cols[colId];\n",
" if (!cell.empty) {\n",
" if (col.children.length === 0) {\n",
" th.innerHTML = col.name\n",
" } else {\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" col.expanded = !col.expanded\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(col.expanded))\n",
" link.innerHTML += col.name\n",
" th.appendChild(link)\n",
" }\n",
" }\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (isLastRow)\n",
" classes += &quot; bottomBorder&quot;\n",
" if (classes.length &gt; 0)\n",
" th.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(th)\n",
" }\n",
" }\n",
"\n",
" &sol;&sol; body\n",
" let body = document.createElement(&quot;tbody&quot;)\n",
" table.appendChild(body)\n",
"\n",
" let columns = renderData.pop()\n",
" for (let row = 0; row &lt; df.nrow; row++) {\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" body.appendChild(tr)\n",
" for (let i = 0; i &lt; columns.length; i++) {\n",
" let cell = columns[i]\n",
" let td = document.createElement(&quot;td&quot;);\n",
" let colId = cell.id\n",
" let col = df.cols[colId]\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (classes.length &gt; 0)\n",
" td.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(td)\n",
" let value = col.values[row]\n",
" if (value.frameId !== undefined) {\n",
" let frameId = value.frameId\n",
" let expanded = rootDf.expandedFrames.has(frameId)\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" if (rootDf.expandedFrames.has(frameId))\n",
" rootDf.expandedFrames.delete(frameId)\n",
" else rootDf.expandedFrames.add(frameId)\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(expanded))\n",
" link.innerHTML += value.value\n",
" if (expanded) {\n",
" td.appendChild(link)\n",
" td.appendChild(document.createElement(&quot;p&quot;))\n",
" const childTable = document.createElement(&quot;table&quot;)\n",
" childTable.className = &quot;dataframe&quot;\n",
" childTable.id = &quot;df_&quot; + frameId\n",
" let childDf = rootDf.childFrames[frameId]\n",
" childTable.df = childDf\n",
" td.appendChild(childTable)\n",
" this.renderTable(frameId)\n",
" if (childDf.nrow !== childDf.totalRows) {\n",
" const footer = document.createElement(&quot;p&quot;)\n",
" footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n",
" td.appendChild(footer)\n",
" }\n",
" } else {\n",
" td.appendChild(link)\n",
" }\n",
" } else if (value.style !== undefined) {\n",
" td.innerHTML = value.value\n",
" td.setAttribute(&quot;style&quot;, value.style)\n",
" } else td.innerHTML = value\n",
" this.nodeScriptReplace(td)\n",
" }\n",
" }\n",
" }\n",
"\n",
" this.nodeScriptReplace = function (node) {\n",
" if (this.nodeScriptIs(node) === true) {\n",
" node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n",
" } else {\n",
" let i = -1, children = node.childNodes;\n",
" while (++i &lt; children.length) {\n",
" this.nodeScriptReplace(children[i]);\n",
" }\n",
" }\n",
"\n",
" return node;\n",
" }\n",
"\n",
" this.nodeScriptClone = function (node) {\n",
" let script = document.createElement(&quot;script&quot;);\n",
" script.text = node.innerHTML;\n",
"\n",
" let i = -1, attrs = node.attributes, attr;\n",
" while (++i &lt; attrs.length) {\n",
" script.setAttribute((attr = attrs[i]).name, attr.value);\n",
" }\n",
" return script;\n",
" }\n",
"\n",
" this.nodeScriptIs = function (node) {\n",
" return node.tagName === 'SCRIPT';\n",
" }\n",
" })()\n",
"\n",
" window.call_DataFrame = function (f) {\n",
" return f();\n",
" };\n",
"\n",
" let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n",
" if (funQueue) {\n",
" funQueue.forEach(function (f) {\n",
" f();\n",
" });\n",
" funQueue = [];\n",
" }\n",
"})()\n",
"\n",
"&sol;*&lt;!--*&sol;\n",
"call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;firstName: String&bsol;&quot;&gt;firstName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Emily&quot;,&quot;Michael&quot;,&quot;Sophia&quot;,&quot;James&quot;,&quot;Emma&quot;,&quot;Olivia&quot;,&quot;Alexander&quot;,&quot;Ava&quot;,&quot;Ethan&quot;,&quot;Isabella&quot;,&quot;Liam&quot;,&quot;Mia&quot;,&quot;Noah&quot;,&quot;Charlotte&quot;,&quot;William&quot;,&quot;Avery&quot;,&quot;Evelyn&quot;,&quot;Logan&quot;,&quot;Abigail&quot;,&quot;Jackson&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lastName: String&bsol;&quot;&gt;lastName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Johnson&quot;,&quot;Williams&quot;,&quot;Brown&quot;,&quot;Davis&quot;,&quot;Miller&quot;,&quot;Wilson&quot;,&quot;Jones&quot;,&quot;Taylor&quot;,&quot;Martinez&quot;,&quot;Anderson&quot;,&quot;Garcia&quot;,&quot;Rodriguez&quot;,&quot;Hernandez&quot;,&quot;Lopez&quot;,&quot;Gonzalez&quot;,&quot;Perez&quot;,&quot;Sanchez&quot;,&quot;Torres&quot;,&quot;Rivera&quot;,&quot;Evans&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;maidenName: String&bsol;&quot;&gt;maidenName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Smith&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Johnson&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Davis&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Martinez&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;age: Int&bsol;&quot;&gt;age&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;27&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;33&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;40&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;36&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;37&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;color: String&bsol;&quot;&gt;color&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Brown&quot;,&quot;Green&quot;,&quot;White&quot;,&quot;Blonde&quot;,&quot;White&quot;,&quot;Gray&quot;,&quot;White&quot;,&quot;Red&quot;,&quot;Purple&quot;,&quot;Blonde&quot;,&quot;Red&quot;,&quot;Purple&quot;,&quot;Red&quot;,&quot;Gray&quot;,&quot;Gray&quot;,&quot;Green&quot;,&quot;Blue&quot;,&quot;Green&quot;,&quot;Blue&quot;,&quot;Red&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;type: String&bsol;&quot;&gt;type&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Curly&quot;,&quot;Straight&quot;,&quot;Wavy&quot;,&quot;Straight&quot;,&quot;Straight&quot;,&quot;Curly&quot;,&quot;Straight&quot;,&quot;Kinky&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Wavy&quot;,&quot;Wavy&quot;,&quot;Curly&quot;,&quot;Kinky&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Kinky&quot;,&quot;Straight&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;hair: DataRow&lt;*&gt;&bsol;&quot;&gt;hair&lt;&sol;span&gt;&quot;, children: [4, 5], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Brown&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Brown&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Green&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Green&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: White&bsol;ntype: Wavy&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;White&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Wavy&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blonde&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blonde&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: White&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;White&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Gray&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Gray&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: White&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;White&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Kinky&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Kinky&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Purple&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Purple&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blonde&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blonde&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Wavy&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Wavy&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Purple&bsol;ntype: Wavy&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Purple&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Wavy&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Gray&bsol;ntype: Kinky&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Gray&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Kinky&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Gray&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Gray&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Green&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Green&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blue&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blue&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Green&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Green&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blue&bsol;ntype: Kinky&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blue&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Kinky&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: String&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;626 Main Street&quot;,&quot;385 Fifth Street&quot;,&quot;1642 Ninth Street&quot;,&quot;238 Jefferson Street&quot;,&quot;607 Fourth Street&quot;,&quot;547 First Street&quot;,&quot;664 Maple Street&quot;,&quot;1197 First Street&quot;,&quot;466 Pine Street&quot;,&quot;1964 Oak Street&quot;,&quot;576 Fifth Street&quot;,&quot;1627 Sixth Street&quot;,&quot;1413 Maple Street&quot;,&quot;208 Second Street&quot;,&quot;31 Maple Street&quot;,&quot;1125 First Street&quot;,&quot;1170 Lincoln Street&quot;,&quot;907 Seventh Street&quot;,&quot;996 Oak Street&quot;,&quot;1873 Main Street&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;city: String&bsol;&quot;&gt;city&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Phoenix&quot;,&quot;Houston&quot;,&quot;Washington&quot;,&quot;Seattle&quot;,&quot;Jacksonville&quot;,&quot;Fort Worth&quot;,&quot;Indianapolis&quot;,&quot;Fort Worth&quot;,&quot;San Antonio&quot;,&quot;New York&quot;,&quot;Denver&quot;,&quot;Jacksonville&quot;,&quot;New York&quot;,&quot;Columbus&quot;,&quot;San Jose&quot;,&quot;Columbus&quot;,&quot;San Diego&quot;,&quot;Columbus&quot;,&quot;Chicago&quot;,&quot;New York&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;state: String&bsol;&quot;&gt;state&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Mississippi&quot;,&quot;Alabama&quot;,&quot;Alabama&quot;,&quot;Pennsylvania&quot;,&quot;Colorado&quot;,&quot;Tennessee&quot;,&quot;Delaware&quot;,&quot;Rhode Island&quot;,&quot;Louisiana&quot;,&quot;Utah&quot;,&quot;South Dakota&quot;,&quot;West Virginia&quot;,&quot;North Dakota&quot;,&quot;Ohio&quot;,&quot;Utah&quot;,&quot;Iowa&quot;,&quot;Wyoming&quot;,&quot;Arkansas&quot;,&quot;New Mexico&quot;,&quot;Arkansas&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;stateCode: String&bsol;&quot;&gt;stateCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;MS&quot;,&quot;AL&quot;,&quot;AL&quot;,&quot;PA&quot;,&quot;CO&quot;,&quot;TN&quot;,&quot;DE&quot;,&quot;RI&quot;,&quot;LA&quot;,&quot;UT&quot;,&quot;SD&quot;,&quot;WV&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;UT&quot;,&quot;IA&quot;,&quot;WY&quot;,&quot;AR&quot;,&quot;NM&quot;,&quot;AR&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;postalCode: Int&bsol;&quot;&gt;postalCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29112&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38807&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32822&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;68354&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;26593&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;83843&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;86684&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24771&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;72360&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;89352&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;57252&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;41810&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;73696&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42044&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;78243&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30973&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;43423&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;78805&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11407&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;26600&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lat: Double&bsol;&quot;&gt;lat&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-77.162130&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22.815468&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45.289366&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;16.782513&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;0.505589&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;75.326270&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35.289664&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-81.194833&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74.074918&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;41.331324&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-66.218177&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24.857497&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.037700&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-44.443762&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8.152876&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;12.789127&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-83.314840&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-64.846516&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;44.321308&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34.722451&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lng: Double&bsol;&quot;&gt;lng&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-92.084824&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;115.608581&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;46.832664&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-139.347230&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-157.432810&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-26.152850&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;7.063255&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-87.948158&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.312703&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;151.782727&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-145.340165&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-34.865429&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.704690&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.420561&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;113.297990&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;85.792598&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11.768071&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;174.775744&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-3.723903&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;63.448927&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;coordinates: DataRow&lt;*&gt;&bsol;&quot;&gt;coordinates&lt;&sol;span&gt;&quot;, children: [12, 13], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -77.16213&bsol;nlng: -92.084824&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-77.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-92.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 22.815468&bsol;nlng: 115.608581&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;115.6&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 45.289366&bsol;nlng: 46.832664&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;46.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 16.782513&bsol;nlng: -139.34723&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;16.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-139.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 0.505589&bsol;nlng: -157.43281&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;0.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-157.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 75.32627&bsol;nlng: -26.15285&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;75.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-26.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 35.289664&bsol;nlng: 7.063255&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;7.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -81.194833&bsol;nlng: -87.948158&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-81.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-87.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 74.074918&bsol;nlng: -25.312703&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 41.331324&bsol;nlng: 151.782727&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;41.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;151.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -66.218177&bsol;nlng: -145.340165&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-66.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-145.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 24.857497&bsol;nlng: -34.865429&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-34.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -25.0377&bsol;nlng: -151.70469&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -44.443762&bsol;nlng: -151.420561&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-44.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 8.152876&bsol;nlng: 113.29799&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;113.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 12.789127&bsol;nlng: 85.792598&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;12.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;85.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -83.31484&bsol;nlng: 11.768071&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-83.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -64.846516&bsol;nlng: 174.775744&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-64.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;174.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 44.321308&bsol;nlng: -3.723903&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;44.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-3.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 34.722451&bsol;nlng: 63.448927&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;63.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;country: String&bsol;&quot;&gt;country&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: DataRow&lt;*&gt;&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [7, 8, 9, 10, 11, 14, 15], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 626 Main Street&bsol;ncity: Phoenix&bsol;nstate: Mississippi&bsol;nstateCode: MS&bsol;npostalCode: 29112&bsol;ncoordinates: { lat:-77.162130, lng:-92.084824 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;626 Main Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 385 Fifth Street&bsol;ncity: Houston&bsol;nstate: Alabama&bsol;nstateCode: AL&bsol;npostalCode: 38807&bsol;ncoordinates: { lat:22.815468, lng:115.608581 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;385 Fifth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1642 Ninth Street&bsol;ncity: Washington&bsol;nstate: Alabama&bsol;nstateCode: AL&bsol;npostalCode: 32822&bsol;ncoordinates: { lat:45.289366, lng:46.832664 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1642 Ninth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 238 Jefferson Street&bsol;ncity: Seattle&bsol;nstate: Pennsylvania&bsol;nstateCode: PA&bsol;npostalCode: 68354&bsol;ncoordinates: { lat:16.782513, lng:-139.347230 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;238 Jefferson Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 607 Fourth Street&bsol;ncity: Jacksonville&bsol;nstate: Colorado&bsol;nstateCode: CO&bsol;npostalCode: 26593&bsol;ncoordinates: { lat:0.505589, lng:-157.432810 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;607 Fourth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 547 First Street&bsol;ncity: Fort Worth&bsol;nstate: Tennessee&bsol;nstateCode: TN&bsol;npostalCode: 83843&bsol;ncoordinates: { lat:75.326270, lng:-26.152850 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;547 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 664 Maple Street&bsol;ncity: Indianapolis&bsol;nstate: Delaware&bsol;nstateCode: DE&bsol;npostalCode: 86684&bsol;ncoordinates: { lat:35.289664, lng:7.063255 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;664 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1197 First Street&bsol;ncity: Fort Worth&bsol;nstate: Rhode Island&bsol;nstateCode: RI&bsol;npostalCode: 24771&bsol;ncoordinates: { lat:-81.194833, lng:-87.948158 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1197 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 466 Pine Street&bsol;ncity: San Antonio&bsol;nstate: Louisiana&bsol;nstateCode: LA&bsol;npostalCode: 72360&bsol;ncoordinates: { lat:74.074918, lng:-25.312703 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;466 Pine Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1964 Oak Street&bsol;ncity: New York&bsol;nstate: Utah&bsol;nstateCode: UT&bsol;npostalCode: 89352&bsol;ncoordinates: { lat:41.331324, lng:151.782727 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1964 Oak Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 576 Fifth Street&bsol;ncity: Denver&bsol;nstate: South Dakota&bsol;nstateCode: SD&bsol;npostalCode: 57252&bsol;ncoordinates: { lat:-66.218177, lng:-145.340165 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;576 Fifth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1627 Sixth Street&bsol;ncity: Jacksonville&bsol;nstate: West Virginia&bsol;nstateCode: WV&bsol;npostalCode: 41810&bsol;ncoordinates: { lat:24.857497, lng:-34.865429 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1627 Sixth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1413 Maple Street&bsol;ncity: New York&bsol;nstate: North Dakota&bsol;nstateCode: ND&bsol;npostalCode: 73696&bsol;ncoordinates: { lat:-25.037700, lng:-151.704690 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1413 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 208 Second Street&bsol;ncity: Columbus&bsol;nstate: Ohio&bsol;nstateCode: OH&bsol;npostalCode: 42044&bsol;ncoordinates: { lat:-44.443762, lng:-151.420561 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;208 Second Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 31 Maple Street&bsol;ncity: San Jose&bsol;nstate: Utah&bsol;nstateCode: UT&bsol;npostalCode: 78243&bsol;ncoordinates: { lat:8.152876, lng:113.297990 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;31 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1125 First Street&bsol;ncity: Columbus&bsol;nstate: Iowa&bsol;nstateCode: IA&bsol;npostalCode: 30973&bsol;ncoordinates: { lat:12.789127, lng:85.792598 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1125 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1170 Lincoln Street&bsol;ncity: San Diego&bsol;nstate: Wyoming&bsol;nstateCode: WY&bsol;npostalCode: 43423&bsol;ncoordinates: { lat:-83.314840, lng:11.768071 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1170 Lincoln Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 907 Seventh Street&bsol;ncity: Columbus&bsol;nstate: Arkansas&bsol;nstateCode: AR&bsol;npostalCode: 78805&bsol;ncoordinates: { lat:-64.846516, lng:174.775744 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;907 Seventh Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 996 Oak Street&bsol;ncity: Chicago&bsol;nstate: New Mexico&bsol;nstateCode: NM&bsol;npostalCode: 11407&bsol;ncoordinates: { lat:44.321308, lng:-3.723903 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;996 Oak Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cit...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1873 Main Street&bsol;ncity: New York&bsol;nstate: Arkansas&bsol;nstateCode: AR&bsol;npostalCode: 26600&bsol;ncoordinates: { lat:34.722451, lng:63.448927 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1873 Main Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;name: String&bsol;&quot;&gt;name&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Dooley, Kozey and Cronin&quot;,&quot;Spinka - Dickinson&quot;,&quot;Schiller - Zieme&quot;,&quot;Pagac and Sons&quot;,&quot;Graham - Gulgowski&quot;,&quot;Pfannerstill Inc&quot;,&quot;Dickens - Beahan&quot;,&quot;Nikolaus Inc&quot;,&quot;Gorczany - Gottlieb&quot;,&quot;Pollich - Hilpert&quot;,&quot;Considine - Torp&quot;,&quot;Miller, Schowalter and Wisozk&quot;,&quot;Botsford, Marquardt and Roberts&quot;,&quot;Zulauf and Sons&quot;,&quot;Spinka - Dickinson&quot;,&quot;Herzog Inc&quot;,&quot;Predovic - Johns&quot;,&quot;Jast - Nader&quot;,&quot;Prohaska - Thiel&quot;,&quot;Kuhlman LLC&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: String&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;263 Tenth Street&quot;,&quot;395 Main Street&quot;,&quot;1896 Washington Street&quot;,&quot;1622 Lincoln Street&quot;,&quot;1460 Sixth Street&quot;,&quot;425 Sixth Street&quot;,&quot;996 Eighth Street&quot;,&quot;930 Lincoln Street&quot;,&quot;1597 Oak Street&quot;,&quot;1029 Adams Street&quot;,&quot;27 Cedar Street&quot;,&quot;1039 Washington Street&quot;,&quot;62 Third Street&quot;,&quot;569 Jefferson Street&quot;,&quot;1538 Eighth Street&quot;,&quot;183 Maple Street&quot;,&quot;1802 Ninth Street&quot;,&quot;947 Main Street&quot;,&quot;1402 Adams Street&quot;,&quot;1706 First Street&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;city: String&bsol;&quot;&gt;city&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;San Francisco&quot;,&quot;Los Angeles&quot;,&quot;Dallas&quot;,&quot;Fort Worth&quot;,&quot;San Antonio&quot;,&quot;Indianapolis&quot;,&quot;Washington&quot;,&quot;Austin&quot;,&quot;Chicago&quot;,&quot;San Diego&quot;,&quot;Philadelphia&quot;,&quot;Philadelphia&quot;,&quot;Seattle&quot;,&quot;Los Angeles&quot;,&quot;San Jose&quot;,&quot;New York&quot;,&quot;San Diego&quot;,&quot;Denver&quot;,&quot;Austin&quot;,&quot;Chicago&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;state: String&bsol;&quot;&gt;state&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Wisconsin&quot;,&quot;New Hampshire&quot;,&quot;Nevada&quot;,&quot;Pennsylvania&quot;,&quot;Idaho&quot;,&quot;Oklahoma&quot;,&quot;Kansas&quot;,&quot;Colorado&quot;,&quot;Florida&quot;,&quot;Maryland&quot;,&quot;Connecticut&quot;,&quot;New Jersey&quot;,&quot;Oregon&quot;,&quot;Montana&quot;,&quot;Missouri&quot;,&quot;Rhode Island&quot;,&quot;Minnesota&quot;,&quot;Minnesota&quot;,&quot;Wisconsin&quot;,&quot;Hawaii&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;stateCode: String&bsol;&quot;&gt;stateCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;WI&quot;,&quot;NH&quot;,&quot;NV&quot;,&quot;PA&quot;,&quot;ID&quot;,&quot;OK&quot;,&quot;KS&quot;,&quot;CO&quot;,&quot;FL&quot;,&quot;MD&quot;,&quot;CT&quot;,&quot;NJ&quot;,&quot;OR&quot;,&quot;MT&quot;,&quot;MO&quot;,&quot;RI&quot;,&quot;MN&quot;,&quot;MN&quot;,&quot;WI&quot;,&quot;HI&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;postalCode: Int&bsol;&quot;&gt;postalCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;37657&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;73442&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;88511&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;27768&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;21965&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74263&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;27858&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;47592&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28100&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;63847&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;79574&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;57518&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;83474&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;17779&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29673&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45238&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;89416&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;71896&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;51456&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34725&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lat: Double&bsol;&quot;&gt;lat&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;71.814525&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;79.098326&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;20.086743&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;54.911930&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;44.346545&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74.986644&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-75.462366&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;87.970083&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-67.452080&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.843393&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-81.841588&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;85.455933&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;19.490447&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-18.371256&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24.169361&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-53.318189&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29.034592&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-24.654063&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25.672938&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-80.416937&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lng: Double&bsol;&quot;&gt;lng&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-161.150263&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-119.624845&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-34.577107&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-79.498328&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-26.944701&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-132.916888&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-128.025697&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-42.769351&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-23.209886&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-62.692681&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31.794230&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;164.246103&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-13.173207&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22.566258&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-29.395167&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;105.835271&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-78.004598&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-147.255268&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-76.549670&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-83.224516&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;coordinates: DataRow&lt;*&gt;&bsol;&quot;&gt;coordinates&lt;&sol;span&gt;&quot;, children: [23, 24], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 71.814525&bsol;nlng: -161.150263&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;71.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-161.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 79.098326&bsol;nlng: -119.624845&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;79.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-119.6&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 20.086743&bsol;nlng: -34.577107&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;20.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-34.6&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 54.91193&bsol;nlng: -79.498328&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;54.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-79.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 44.346545&bsol;nlng: -26.944701&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;44.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-26.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 74.986644&bsol;nlng: -132.916888&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;75.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-132.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -75.462366&bsol;nlng: -128.025697&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-75.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-128.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 87.970083&bsol;nlng: -42.769351&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;88.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-42.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -67.45208&bsol;nlng: -23.209886&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-67.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-23.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -25.843393&bsol;nlng: -62.692681&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-62.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -81.841588&bsol;nlng: 31.79423&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-81.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 85.455933&bsol;nlng: 164.246103&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;85.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;164.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 19.490447&bsol;nlng: -13.173207&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;19.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-13.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -18.371256&bsol;nlng: 22.566258&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-18.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22.6&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 24.169361&bsol;nlng: -29.395167&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-29.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -53.318189&bsol;nlng: 105.835271&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-53.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;105.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 29.034592&bsol;nlng: -78.004598&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-78.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -24.654063&bsol;nlng: -147.255268&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-24.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-147.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 25.672938&bsol;nlng: -76.54967&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-76.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -80.416937&bsol;nlng: -83.224516&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-80.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-83.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;country: String&bsol;&quot;&gt;country&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: DataRow&lt;*&gt;&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [18, 19, 20, 21, 22, 25, 26], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 263 Tenth Street&bsol;ncity: San Francisco&bsol;nstate: Wisconsin&bsol;nstateCode: WI&bsol;npostalCode: 37657&bsol;ncoordinates: { lat:71.814525, lng:-161.150263 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;263 Tenth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 395 Main Street&bsol;ncity: Los Angeles&bsol;nstate: New Hampshire&bsol;nstateCode: NH&bsol;npostalCode: 73442&bsol;ncoordinates: { lat:79.098326, lng:-119.624845 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;395 Main Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1896 Washington Street&bsol;ncity: Dallas&bsol;nstate: Nevada&bsol;nstateCode: NV&bsol;npostalCode: 88511&bsol;ncoordinates: { lat:20.086743, lng:-34.577107 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1896 Washington Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1622 Lincoln Street&bsol;ncity: Fort Worth&bsol;nstate: Pennsylvania&bsol;nstateCode: PA&bsol;npostalCode: 27768&bsol;ncoordinates: { lat:54.911930, lng:-79.498328 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1622 Lincoln Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1460 Sixth Street&bsol;ncity: San Antonio&bsol;nstate: Idaho&bsol;nstateCode: ID&bsol;npostalCode: 21965&bsol;ncoordinates: { lat:44.346545, lng:-26.944701 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1460 Sixth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 425 Sixth Street&bsol;ncity: Indianapolis&bsol;nstate: Oklahoma&bsol;nstateCode: OK&bsol;npostalCode: 74263&bsol;ncoordinates: { lat:74.986644, lng:-132.916888 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;425 Sixth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 996 Eighth Street&bsol;ncity: Washington&bsol;nstate: Kansas&bsol;nstateCode: KS&bsol;npostalCode: 27858&bsol;ncoordinates: { lat:-75.462366, lng:-128.025697 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;996 Eighth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 930 Lincoln Street&bsol;ncity: Austin&bsol;nstate: Colorado&bsol;nstateCode: CO&bsol;npostalCode: 47592&bsol;ncoordinates: { lat:87.970083, lng:-42.769351 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;930 Lincoln Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1597 Oak Street&bsol;ncity: Chicago&bsol;nstate: Florida&bsol;nstateCode: FL&bsol;npostalCode: 28100&bsol;ncoordinates: { lat:-67.452080, lng:-23.209886 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1597 Oak Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1029 Adams Street&bsol;ncity: San Diego&bsol;nstate: Maryland&bsol;nstateCode: MD&bsol;npostalCode: 63847&bsol;ncoordinates: { lat:-25.843393, lng:-62.692681 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1029 Adams Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 27 Cedar Street&bsol;ncity: Philadelphia&bsol;nstate: Connecticut&bsol;nstateCode: CT&bsol;npostalCode: 79574&bsol;ncoordinates: { lat:-81.841588, lng:31.794230 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;27 Cedar Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1039 Washington Street&bsol;ncity: Philadelphia&bsol;nstate: New Jersey&bsol;nstateCode: NJ&bsol;npostalCode: 57518&bsol;ncoordinates: { lat:85.455933, lng:164.246103 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1039 Washington Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 62 Third Street&bsol;ncity: Seattle&bsol;nstate: Oregon&bsol;nstateCode: OR&bsol;npostalCode: 83474&bsol;ncoordinates: { lat:19.490447, lng:-13.173207 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;62 Third Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 569 Jefferson Street&bsol;ncity: Los Angeles&bsol;nstate: Montana&bsol;nstateCode: MT&bsol;npostalCode: 17779&bsol;ncoordinates: { lat:-18.371256, lng:22.566258 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;569 Jefferson Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1538 Eighth Street&bsol;ncity: San Jose&bsol;nstate: Missouri&bsol;nstateCode: MO&bsol;npostalCode: 29673&bsol;ncoordinates: { lat:24.169361, lng:-29.395167 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1538 Eighth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 183 Maple Street&bsol;ncity: New York&bsol;nstate: Rhode Island&bsol;nstateCode: RI&bsol;npostalCode: 45238&bsol;ncoordinates: { lat:-53.318189, lng:105.835271 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;183 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1802 Ninth Street&bsol;ncity: San Diego&bsol;nstate: Minnesota&bsol;nstateCode: MN&bsol;npostalCode: 89416&bsol;ncoordinates: { lat:29.034592, lng:-78.004598 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1802 Ninth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 947 Main Street&bsol;ncity: Denver&bsol;nstate: Minnesota&bsol;nstateCode: MN&bsol;npostalCode: 71896&bsol;ncoordinates: { lat:-24.654063, lng:-147.255268 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;947 Main Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1402 Adams Street&bsol;ncity: Austin&bsol;nstate: Wisconsin&bsol;nstateCode: WI&bsol;npostalCode: 51456&bsol;ncoordinates: { lat:25.672938, lng:-76.549670 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1402 Adams Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1706 First Street&bsol;ncity: Chicago&bsol;nstate: Hawaii&bsol;nstateCode: HI&bsol;npostalCode: 34725&bsol;ncoordinates: { lat:-80.416937, lng:-83.224516 }&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1706 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;company: DataRow&lt;*&gt;&bsol;&quot;&gt;company&lt;&sol;span&gt;&quot;, children: [17, 27], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Dooley, Kozey and Cronin&bsol;naddress: { address:263 Tenth Street, city:San Francisco, state:Wisconsin, stateCode:WI, postalCode:37657, coordinates:{ lat:71.814525, lng:-161.150263 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Dooley, Kozey and Cronin&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;a...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Spinka - Dickinson&bsol;naddress: { address:395 Main Street, city:Los Angeles, state:New Hampshire, stateCode:NH, postalCode:73442, coordinates:{ lat:79.098326, lng:-119.624845 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Spinka - Dickinson&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Schiller - Zieme&bsol;naddress: { address:1896 Washington Street, city:Dallas, state:Nevada, stateCode:NV, postalCode:88511, coordinates:{ lat:20.086743, lng:-34.577107 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Schiller - Zieme&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Pagac and Sons&bsol;naddress: { address:1622 Lincoln Street, city:Fort Worth, state:Pennsylvania, stateCode:PA, postalCode:27768, coordinates:{ lat:54.911930, lng:-79.498328 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Pagac and Sons&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{...}&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Graham - Gulgowski&bsol;naddress: { address:1460 Sixth Street, city:San Antonio, state:Idaho, stateCode:ID, postalCode:21965, coordinates:{ lat:44.346545, lng:-26.944701 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Graham - Gulgowski&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Pfannerstill Inc&bsol;naddress: { address:425 Sixth Street, city:Indianapolis, state:Oklahoma, stateCode:OK, postalCode:74263, coordinates:{ lat:74.986644, lng:-132.916888 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Pfannerstill Inc&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Dickens - Beahan&bsol;naddress: { address:996 Eighth Street, city:Washington, state:Kansas, stateCode:KS, postalCode:27858, coordinates:{ lat:-75.462366, lng:-128.025697 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Dickens - Beahan&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Nikolaus Inc&bsol;naddress: { address:930 Lincoln Street, city:Austin, state:Colorado, stateCode:CO, postalCode:47592, coordinates:{ lat:87.970083, lng:-42.769351 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Nikolaus Inc&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ ... }&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Gorczany - Gottlieb&bsol;naddress: { address:1597 Oak Street, city:Chicago, state:Florida, stateCode:FL, postalCode:28100, coordinates:{ lat:-67.452080, lng:-23.209886 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Gorczany - Gottlieb&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;addres...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Pollich - Hilpert&bsol;naddress: { address:1029 Adams Street, city:San Diego, state:Maryland, stateCode:MD, postalCode:63847, coordinates:{ lat:-25.843393, lng:-62.692681 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Pollich - Hilpert&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address:...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Considine - Torp&bsol;naddress: { address:27 Cedar Street, city:Philadelphia, state:Connecticut, stateCode:CT, postalCode:79574, coordinates:{ lat:-81.841588, lng:31.794230 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Considine - Torp&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Miller, Schowalter and Wisozk&bsol;naddress: { address:1039 Washington Street, city:Philadelphia, state:New Jersey, stateCode:NJ, postalCode:57518, coordinates:{ lat:85.455933, lng:164.246103 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Miller, Schowalter an&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;a...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Botsford, Marquardt and Roberts&bsol;naddress: { address:62 Third Street, city:Seattle, state:Oregon, stateCode:OR, postalCode:83474, coordinates:{ lat:19.490447, lng:-13.173207 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Botsford, Marquardt a&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;a...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Zulauf and Sons&bsol;naddress: { address:569 Jefferson Street, city:Los Angeles, state:Montana, stateCode:MT, postalCode:17779, coordinates:{ lat:-18.371256, lng:22.566258 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Zulauf and Sons&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{..}&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Spinka - Dickinson&bsol;naddress: { address:1538 Eighth Street, city:San Jose, state:Missouri, stateCode:MO, postalCode:29673, coordinates:{ lat:24.169361, lng:-29.395167 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Spinka - Dickinson&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Herzog Inc&bsol;naddress: { address:183 Maple Street, city:New York, state:Rhode Island, stateCode:RI, postalCode:45238, coordinates:{ lat:-53.318189, lng:105.835271 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Herzog Inc&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Predovic - Johns&bsol;naddress: { address:1802 Ninth Street, city:San Diego, state:Minnesota, stateCode:MN, postalCode:89416, coordinates:{ lat:29.034592, lng:-78.004598 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Predovic - Johns&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Jast - Nader&bsol;naddress: { address:947 Main Street, city:Denver, state:Minnesota, stateCode:MN, postalCode:71896, coordinates:{ lat:-24.654063, lng:-147.255268 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Jast - Nader&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ ... }&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Prohaska - Thiel&bsol;naddress: { address:1402 Adams Street, city:Austin, state:Wisconsin, stateCode:WI, postalCode:51456, coordinates:{ lat:25.672938, lng:-76.549670 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Prohaska - Thiel&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;name: Kuhlman LLC&bsol;naddress: { address:1706 First Street, city:Chicago, state:Hawaii, stateCode:HI, postalCode:34725, coordinates:{ lat:-80.416937, lng:-83.224516 }, country:United States }&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;name: &lt;&sol;span&gt;Kuhlman LLC&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"], id: 1191182338, rootId: 1191182338, totalRows: 30 } ) });\n",
"&sol;*--&gt;*&sol;\n",
"\n",
"call_DataFrame(function() { DataFrame.renderTable(1191182338) });\n",
"\n",
"\n",
" &lt;&sol;script&gt;\n",
" &lt;&sol;html&gt;\"></iframe>\n",
" <script>\n",
" function o_resize_iframe_out_2() {\n",
" let elem = document.getElementById(\"iframe_out_2\");\n",
" resize_iframe_out_2(elem);\n",
" setInterval(resize_iframe_out_2, 5000, elem);\n",
" }\n",
" function resize_iframe_out_2(el) {\n",
" let h = el.contentWindow.document.body.scrollHeight;\n",
" el.height = h === 0 ? 0 : h + 41;\n",
" }\n",
" </script> <html>\n",
" <head>\n",
" <style type=\"text/css\">\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=\"dark\"], :root [data-jp-theme-light=\"false\"], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover > td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"/* formatting */\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
" </style>\n",
" </head>\n",
" <body>\n",
" <table class=\"dataframe\" id=\"static_df_1191182339\"><thead><tr><th style=\"text-align:left\">firstName</th><th style=\"text-align:left\">lastName</th><th style=\"text-align:left\">maidenName</th><th class=\"rightBorder\" style=\"text-align:left\">age</th><th class=\"leftBorder\" style=\"text-align:left\">hair</th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\">address</th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"rightBorder leftBorder\" style=\"text-align:left\">company</th><th class=\"rightBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th></tr><tr><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\">color</th><th class=\"rightBorder\" style=\"text-align:left\">type</th><th class=\"leftBorder\" style=\"text-align:left\">address</th><th style=\"text-align:left\">city</th><th style=\"text-align:left\">state</th><th style=\"text-align:left\">stateCode</th><th class=\"rightBorder\" style=\"text-align:left\">postalCode</th><th class=\"leftBorder\" style=\"text-align:left\">coordinates</th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\">country</th><th class=\"rightBorder leftBorder\" style=\"text-align:left\">name</th><th class=\"rightBorder leftBorder\" style=\"text-align:left\">address</th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th></tr><tr><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"leftBorder\" style=\"text-align:left\">lat</th><th class=\"rightBorder\" style=\"text-align:left\">lng</th><th class=\"rightBorder\" style=\"text-align:left\"></th><th class=\"rightBorder leftBorder\" style=\"text-align:left\"></th><th class=\"rightBorder leftBorder\" style=\"text-align:left\">address</th><th style=\"text-align:left\">city</th><th style=\"text-align:left\">state</th><th style=\"text-align:left\">stateCode</th><th class=\"rightBorder\" style=\"text-align:left\">postalCode</th><th class=\"leftBorder\" style=\"text-align:left\">coordinates</th><th class=\"rightBorder\" style=\"text-align:left\"></th><th style=\"text-align:left\">country</th></tr><tr><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder leftBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder leftBorder\" style=\"text-align:left\">lat</th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\">lng</th><th class=\"bottomBorder\" style=\"text-align:left\"></th></tr></thead><tbody><tr><td style=\"vertical-align:top\">Emily</td><td style=\"vertical-align:top\">Johnson</td><td style=\"vertical-align:top\">Smith</td><td class=\"rightBorder\" style=\"vertical-align:top\">28</td><td class=\"leftBorder\" style=\"vertical-align:top\">Brown</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"leftBorder\" style=\"vertical-align:top\">626 Main Street</td><td style=\"vertical-align:top\">Phoenix</td><td style=\"vertical-align:top\">Mississippi</td><td style=\"vertical-align:top\">MS</td><td class=\"rightBorder\" style=\"vertical-align:top\">29112</td><td class=\"leftBorder\" style=\"vertical-align:top\">-77.162130</td><td class=\"rightBorder\" style=\"vertical-align:top\">-92.084824</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Dooley, Kozey and Cronin</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">263 Tenth Street</td><td style=\"vertical-align:top\">San Francisco</td><td style=\"vertical-align:top\">Wisconsin</td><td style=\"vertical-align:top\">WI</td><td class=\"rightBorder\" style=\"vertical-align:top\">37657</td><td class=\"leftBorder\" style=\"vertical-align:top\">71.814525</td><td class=\"rightBorder\" style=\"vertical-align:top\">-161.150263</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Michael</td><td style=\"vertical-align:top\">Williams</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">35</td><td class=\"leftBorder\" style=\"vertical-align:top\">Green</td><td class=\"rightBorder\" style=\"vertical-align:top\">Straight</td><td class=\"leftBorder\" style=\"vertical-align:top\">385 Fifth Street</td><td style=\"vertical-align:top\">Houston</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">AL</td><td class=\"rightBorder\" style=\"vertical-align:top\">38807</td><td class=\"leftBorder\" style=\"vertical-align:top\">22.815468</td><td class=\"rightBorder\" style=\"vertical-align:top\">115.608581</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Spinka - Dickinson</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">395 Main Street</td><td style=\"vertical-align:top\">Los Angeles</td><td style=\"vertical-align:top\">New Hampshire</td><td style=\"vertical-align:top\">NH</td><td class=\"rightBorder\" style=\"vertical-align:top\">73442</td><td class=\"leftBorder\" style=\"vertical-align:top\">79.098326</td><td class=\"rightBorder\" style=\"vertical-align:top\">-119.624845</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Sophia</td><td style=\"vertical-align:top\">Brown</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">42</td><td class=\"leftBorder\" style=\"vertical-align:top\">White</td><td class=\"rightBorder\" style=\"vertical-align:top\">Wavy</td><td class=\"leftBorder\" style=\"vertical-align:top\">1642 Ninth Street</td><td style=\"vertical-align:top\">Washington</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">AL</td><td class=\"rightBorder\" style=\"vertical-align:top\">32822</td><td class=\"leftBorder\" style=\"vertical-align:top\">45.289366</td><td class=\"rightBorder\" style=\"vertical-align:top\">46.832664</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Schiller - Zieme</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1896 Washington Street</td><td style=\"vertical-align:top\">Dallas</td><td style=\"vertical-align:top\">Nevada</td><td style=\"vertical-align:top\">NV</td><td class=\"rightBorder\" style=\"vertical-align:top\">88511</td><td class=\"leftBorder\" style=\"vertical-align:top\">20.086743</td><td class=\"rightBorder\" style=\"vertical-align:top\">-34.577107</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">James</td><td style=\"vertical-align:top\">Davis</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">45</td><td class=\"leftBorder\" style=\"vertical-align:top\">Blonde</td><td class=\"rightBorder\" style=\"vertical-align:top\">Straight</td><td class=\"leftBorder\" style=\"vertical-align:top\">238 Jefferson Street</td><td style=\"vertical-align:top\">Seattle</td><td style=\"vertical-align:top\">Pennsylvania</td><td style=\"vertical-align:top\">PA</td><td class=\"rightBorder\" style=\"vertical-align:top\">68354</td><td class=\"leftBorder\" style=\"vertical-align:top\">16.782513</td><td class=\"rightBorder\" style=\"vertical-align:top\">-139.347230</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Pagac and Sons</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1622 Lincoln Street</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Pennsylvania</td><td style=\"vertical-align:top\">PA</td><td class=\"rightBorder\" style=\"vertical-align:top\">27768</td><td class=\"leftBorder\" style=\"vertical-align:top\">54.911930</td><td class=\"rightBorder\" style=\"vertical-align:top\">-79.498328</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Emma</td><td style=\"vertical-align:top\">Miller</td><td style=\"vertical-align:top\">Johnson</td><td class=\"rightBorder\" style=\"vertical-align:top\">30</td><td class=\"leftBorder\" style=\"vertical-align:top\">White</td><td class=\"rightBorder\" style=\"vertical-align:top\">Straight</td><td class=\"leftBorder\" style=\"vertical-align:top\">607 Fourth Street</td><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">Colorado</td><td style=\"vertical-align:top\">CO</td><td class=\"rightBorder\" style=\"vertical-align:top\">26593</td><td class=\"leftBorder\" style=\"vertical-align:top\">0.505589</td><td class=\"rightBorder\" style=\"vertical-align:top\">-157.432810</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Graham - Gulgowski</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1460 Sixth Street</td><td style=\"vertical-align:top\">San Antonio</td><td style=\"vertical-align:top\">Idaho</td><td style=\"vertical-align:top\">ID</td><td class=\"rightBorder\" style=\"vertical-align:top\">21965</td><td class=\"leftBorder\" style=\"vertical-align:top\">44.346545</td><td class=\"rightBorder\" style=\"vertical-align:top\">-26.944701</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Olivia</td><td style=\"vertical-align:top\">Wilson</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">22</td><td class=\"leftBorder\" style=\"vertical-align:top\">Gray</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"leftBorder\" style=\"vertical-align:top\">547 First Street</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Tennessee</td><td style=\"vertical-align:top\">TN</td><td class=\"rightBorder\" style=\"vertical-align:top\">83843</td><td class=\"leftBorder\" style=\"vertical-align:top\">75.326270</td><td class=\"rightBorder\" style=\"vertical-align:top\">-26.152850</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Pfannerstill Inc</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">425 Sixth Street</td><td style=\"vertical-align:top\">Indianapolis</td><td style=\"vertical-align:top\">Oklahoma</td><td style=\"vertical-align:top\">OK</td><td class=\"rightBorder\" style=\"vertical-align:top\">74263</td><td class=\"leftBorder\" style=\"vertical-align:top\">74.986644</td><td class=\"rightBorder\" style=\"vertical-align:top\">-132.916888</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Alexander</td><td style=\"vertical-align:top\">Jones</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">38</td><td class=\"leftBorder\" style=\"vertical-align:top\">White</td><td class=\"rightBorder\" style=\"vertical-align:top\">Straight</td><td class=\"leftBorder\" style=\"vertical-align:top\">664 Maple Street</td><td style=\"vertical-align:top\">Indianapolis</td><td style=\"vertical-align:top\">Delaware</td><td style=\"vertical-align:top\">DE</td><td class=\"rightBorder\" style=\"vertical-align:top\">86684</td><td class=\"leftBorder\" style=\"vertical-align:top\">35.289664</td><td class=\"rightBorder\" style=\"vertical-align:top\">7.063255</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Dickens - Beahan</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">996 Eighth Street</td><td style=\"vertical-align:top\">Washington</td><td style=\"vertical-align:top\">Kansas</td><td style=\"vertical-align:top\">KS</td><td class=\"rightBorder\" style=\"vertical-align:top\">27858</td><td class=\"leftBorder\" style=\"vertical-align:top\">-75.462366</td><td class=\"rightBorder\" style=\"vertical-align:top\">-128.025697</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Ava</td><td style=\"vertical-align:top\">Taylor</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">27</td><td class=\"leftBorder\" style=\"vertical-align:top\">Red</td><td class=\"rightBorder\" style=\"vertical-align:top\">Kinky</td><td class=\"leftBorder\" style=\"vertical-align:top\">1197 First Street</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Rhode Island</td><td style=\"vertical-align:top\">RI</td><td class=\"rightBorder\" style=\"vertical-align:top\">24771</td><td class=\"leftBorder\" style=\"vertical-align:top\">-81.194833</td><td class=\"rightBorder\" style=\"vertical-align:top\">-87.948158</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Nikolaus Inc</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">930 Lincoln Street</td><td style=\"vertical-align:top\">Austin</td><td style=\"vertical-align:top\">Colorado</td><td style=\"vertical-align:top\">CO</td><td class=\"rightBorder\" style=\"vertical-align:top\">47592</td><td class=\"leftBorder\" style=\"vertical-align:top\">87.970083</td><td class=\"rightBorder\" style=\"vertical-align:top\">-42.769351</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Ethan</td><td style=\"vertical-align:top\">Martinez</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">33</td><td class=\"leftBorder\" style=\"vertical-align:top\">Purple</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"leftBorder\" style=\"vertical-align:top\">466 Pine Street</td><td style=\"vertical-align:top\">San Antonio</td><td style=\"vertical-align:top\">Louisiana</td><td style=\"vertical-align:top\">LA</td><td class=\"rightBorder\" style=\"vertical-align:top\">72360</td><td class=\"leftBorder\" style=\"vertical-align:top\">74.074918</td><td class=\"rightBorder\" style=\"vertical-align:top\">-25.312703</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Gorczany - Gottlieb</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1597 Oak Street</td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">Florida</td><td style=\"vertical-align:top\">FL</td><td class=\"rightBorder\" style=\"vertical-align:top\">28100</td><td class=\"leftBorder\" style=\"vertical-align:top\">-67.452080</td><td class=\"rightBorder\" style=\"vertical-align:top\">-23.209886</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Isabella</td><td style=\"vertical-align:top\">Anderson</td><td style=\"vertical-align:top\">Davis</td><td class=\"rightBorder\" style=\"vertical-align:top\">31</td><td class=\"leftBorder\" style=\"vertical-align:top\">Blonde</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"leftBorder\" style=\"vertical-align:top\">1964 Oak Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">UT</td><td class=\"rightBorder\" style=\"vertical-align:top\">89352</td><td class=\"leftBorder\" style=\"vertical-align:top\">41.331324</td><td class=\"rightBorder\" style=\"vertical-align:top\">151.782727</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Pollich - Hilpert</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1029 Adams Street</td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Maryland</td><td style=\"vertical-align:top\">MD</td><td class=\"rightBorder\" style=\"vertical-align:top\">63847</td><td class=\"leftBorder\" style=\"vertical-align:top\">-25.843393</td><td class=\"rightBorder\" style=\"vertical-align:top\">-62.692681</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Liam</td><td style=\"vertical-align:top\">Garcia</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">29</td><td class=\"leftBorder\" style=\"vertical-align:top\">Red</td><td class=\"rightBorder\" style=\"vertical-align:top\">Wavy</td><td class=\"leftBorder\" style=\"vertical-align:top\">576 Fifth Street</td><td style=\"vertical-align:top\">Denver</td><td style=\"vertical-align:top\">South Dakota</td><td style=\"vertical-align:top\">SD</td><td class=\"rightBorder\" style=\"vertical-align:top\">57252</td><td class=\"leftBorder\" style=\"vertical-align:top\">-66.218177</td><td class=\"rightBorder\" style=\"vertical-align:top\">-145.340165</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Considine - Torp</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">27 Cedar Street</td><td style=\"vertical-align:top\">Philadelphia</td><td style=\"vertical-align:top\">Connecticut</td><td style=\"vertical-align:top\">CT</td><td class=\"rightBorder\" style=\"vertical-align:top\">79574</td><td class=\"leftBorder\" style=\"vertical-align:top\">-81.841588</td><td class=\"rightBorder\" style=\"vertical-align:top\">31.794230</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Mia</td><td style=\"vertical-align:top\">Rodriguez</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">24</td><td class=\"leftBorder\" style=\"vertical-align:top\">Purple</td><td class=\"rightBorder\" style=\"vertical-align:top\">Wavy</td><td class=\"leftBorder\" style=\"vertical-align:top\">1627 Sixth Street</td><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">West Virginia</td><td style=\"vertical-align:top\">WV</td><td class=\"rightBorder\" style=\"vertical-align:top\">41810</td><td class=\"leftBorder\" style=\"vertical-align:top\">24.857497</td><td class=\"rightBorder\" style=\"vertical-align:top\">-34.865429</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Miller, Schowalter and Wisozk</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1039 Washington Street</td><td style=\"vertical-align:top\">Philadelphia</td><td style=\"vertical-align:top\">New Jersey</td><td style=\"vertical-align:top\">NJ</td><td class=\"rightBorder\" style=\"vertical-align:top\">57518</td><td class=\"leftBorder\" style=\"vertical-align:top\">85.455933</td><td class=\"rightBorder\" style=\"vertical-align:top\">164.246103</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Noah</td><td style=\"vertical-align:top\">Hernandez</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">40</td><td class=\"leftBorder\" style=\"vertical-align:top\">Red</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"leftBorder\" style=\"vertical-align:top\">1413 Maple Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">North Dakota</td><td style=\"vertical-align:top\">ND</td><td class=\"rightBorder\" style=\"vertical-align:top\">73696</td><td class=\"leftBorder\" style=\"vertical-align:top\">-25.037700</td><td class=\"rightBorder\" style=\"vertical-align:top\">-151.704690</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Botsford, Marquardt and Roberts</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">62 Third Street</td><td style=\"vertical-align:top\">Seattle</td><td style=\"vertical-align:top\">Oregon</td><td style=\"vertical-align:top\">OR</td><td class=\"rightBorder\" style=\"vertical-align:top\">83474</td><td class=\"leftBorder\" style=\"vertical-align:top\">19.490447</td><td class=\"rightBorder\" style=\"vertical-align:top\">-13.173207</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Charlotte</td><td style=\"vertical-align:top\">Lopez</td><td style=\"vertical-align:top\">Martinez</td><td class=\"rightBorder\" style=\"vertical-align:top\">36</td><td class=\"leftBorder\" style=\"vertical-align:top\">Gray</td><td class=\"rightBorder\" style=\"vertical-align:top\">Kinky</td><td class=\"leftBorder\" style=\"vertical-align:top\">208 Second Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Ohio</td><td style=\"vertical-align:top\">OH</td><td class=\"rightBorder\" style=\"vertical-align:top\">42044</td><td class=\"leftBorder\" style=\"vertical-align:top\">-44.443762</td><td class=\"rightBorder\" style=\"vertical-align:top\">-151.420561</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Zulauf and Sons</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">569 Jefferson Street</td><td style=\"vertical-align:top\">Los Angeles</td><td style=\"vertical-align:top\">Montana</td><td style=\"vertical-align:top\">MT</td><td class=\"rightBorder\" style=\"vertical-align:top\">17779</td><td class=\"leftBorder\" style=\"vertical-align:top\">-18.371256</td><td class=\"rightBorder\" style=\"vertical-align:top\">22.566258</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">William</td><td style=\"vertical-align:top\">Gonzalez</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">32</td><td class=\"leftBorder\" style=\"vertical-align:top\">Gray</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"leftBorder\" style=\"vertical-align:top\">31 Maple Street</td><td style=\"vertical-align:top\">San Jose</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">UT</td><td class=\"rightBorder\" style=\"vertical-align:top\">78243</td><td class=\"leftBorder\" style=\"vertical-align:top\">8.152876</td><td class=\"rightBorder\" style=\"vertical-align:top\">113.297990</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Spinka - Dickinson</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1538 Eighth Street</td><td style=\"vertical-align:top\">San Jose</td><td style=\"vertical-align:top\">Missouri</td><td style=\"vertical-align:top\">MO</td><td class=\"rightBorder\" style=\"vertical-align:top\">29673</td><td class=\"leftBorder\" style=\"vertical-align:top\">24.169361</td><td class=\"rightBorder\" style=\"vertical-align:top\">-29.395167</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Avery</td><td style=\"vertical-align:top\">Perez</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">25</td><td class=\"leftBorder\" style=\"vertical-align:top\">Green</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"leftBorder\" style=\"vertical-align:top\">1125 First Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Iowa</td><td style=\"vertical-align:top\">IA</td><td class=\"rightBorder\" style=\"vertical-align:top\">30973</td><td class=\"leftBorder\" style=\"vertical-align:top\">12.789127</td><td class=\"rightBorder\" style=\"vertical-align:top\">85.792598</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Herzog Inc</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">183 Maple Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Rhode Island</td><td style=\"vertical-align:top\">RI</td><td class=\"rightBorder\" style=\"vertical-align:top\">45238</td><td class=\"leftBorder\" style=\"vertical-align:top\">-53.318189</td><td class=\"rightBorder\" style=\"vertical-align:top\">105.835271</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Evelyn</td><td style=\"vertical-align:top\">Sanchez</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">37</td><td class=\"leftBorder\" style=\"vertical-align:top\">Blue</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"leftBorder\" style=\"vertical-align:top\">1170 Lincoln Street</td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Wyoming</td><td style=\"vertical-align:top\">WY</td><td class=\"rightBorder\" style=\"vertical-align:top\">43423</td><td class=\"leftBorder\" style=\"vertical-align:top\">-83.314840</td><td class=\"rightBorder\" style=\"vertical-align:top\">11.768071</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Predovic - Johns</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1802 Ninth Street</td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Minnesota</td><td style=\"vertical-align:top\">MN</td><td class=\"rightBorder\" style=\"vertical-align:top\">89416</td><td class=\"leftBorder\" style=\"vertical-align:top\">29.034592</td><td class=\"rightBorder\" style=\"vertical-align:top\">-78.004598</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Logan</td><td style=\"vertical-align:top\">Torres</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">31</td><td class=\"leftBorder\" style=\"vertical-align:top\">Green</td><td class=\"rightBorder\" style=\"vertical-align:top\">Curly</td><td class=\"leftBorder\" style=\"vertical-align:top\">907 Seventh Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">AR</td><td class=\"rightBorder\" style=\"vertical-align:top\">78805</td><td class=\"leftBorder\" style=\"vertical-align:top\">-64.846516</td><td class=\"rightBorder\" style=\"vertical-align:top\">174.775744</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Jast - Nader</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">947 Main Street</td><td style=\"vertical-align:top\">Denver</td><td style=\"vertical-align:top\">Minnesota</td><td style=\"vertical-align:top\">MN</td><td class=\"rightBorder\" style=\"vertical-align:top\">71896</td><td class=\"leftBorder\" style=\"vertical-align:top\">-24.654063</td><td class=\"rightBorder\" style=\"vertical-align:top\">-147.255268</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Abigail</td><td style=\"vertical-align:top\">Rivera</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">28</td><td class=\"leftBorder\" style=\"vertical-align:top\">Blue</td><td class=\"rightBorder\" style=\"vertical-align:top\">Kinky</td><td class=\"leftBorder\" style=\"vertical-align:top\">996 Oak Street</td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">New Mexico</td><td style=\"vertical-align:top\">NM</td><td class=\"rightBorder\" style=\"vertical-align:top\">11407</td><td class=\"leftBorder\" style=\"vertical-align:top\">44.321308</td><td class=\"rightBorder\" style=\"vertical-align:top\">-3.723903</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Prohaska - Thiel</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1402 Adams Street</td><td style=\"vertical-align:top\">Austin</td><td style=\"vertical-align:top\">Wisconsin</td><td style=\"vertical-align:top\">WI</td><td class=\"rightBorder\" style=\"vertical-align:top\">51456</td><td class=\"leftBorder\" style=\"vertical-align:top\">25.672938</td><td class=\"rightBorder\" style=\"vertical-align:top\">-76.549670</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Jackson</td><td style=\"vertical-align:top\">Evans</td><td style=\"vertical-align:top\"></td><td class=\"rightBorder\" style=\"vertical-align:top\">34</td><td class=\"leftBorder\" style=\"vertical-align:top\">Red</td><td class=\"rightBorder\" style=\"vertical-align:top\">Straight</td><td class=\"leftBorder\" style=\"vertical-align:top\">1873 Main Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">AR</td><td class=\"rightBorder\" style=\"vertical-align:top\">26600</td><td class=\"leftBorder\" style=\"vertical-align:top\">34.722451</td><td class=\"rightBorder\" style=\"vertical-align:top\">63.448927</td><td class=\"rightBorder\" style=\"vertical-align:top\">United States</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Kuhlman LLC</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1706 First Street</td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">Hawaii</td><td style=\"vertical-align:top\">HI</td><td class=\"rightBorder\" style=\"vertical-align:top\">34725</td><td class=\"leftBorder\" style=\"vertical-align:top\">-80.416937</td><td class=\"rightBorder\" style=\"vertical-align:top\">-83.224516</td><td style=\"vertical-align:top\">United States</td></tr></tbody></table>\n",
" </body>\n",
" <script>\n",
" document.getElementById(\"static_df_1191182339\").style.display = \"none\";\n",
" </script>\n",
" </html>"
],
"application/kotlindataframe+json": "{\"$version\":\"2.0.0\",\"metadata\":{\"columns\":[\"firstName\",\"lastName\",\"maidenName\",\"age\",\"hair\",\"address\",\"company\"],\"nrow\":30,\"ncol\":7},\"kotlin_dataframe\":[{\"firstName\":\"Emily\",\"lastName\":\"Johnson\",\"maidenName\":\"Smith\",\"age\":28,\"hair\":{\"data\":{\"color\":\"Brown\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"626 Main Street\",\"city\":\"Phoenix\",\"state\":\"Mississippi\",\"stateCode\":\"MS\",\"postalCode\":29112,\"coordinates\":{\"data\":{\"lat\":-77.16213,\"lng\":-92.084824},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Dooley, Kozey and Cronin\",\"address\":{\"data\":{\"address\":\"263 Tenth Street\",\"city\":\"San Francisco\",\"state\":\"Wisconsin\",\"stateCode\":\"WI\",\"postalCode\":37657,\"coordinates\":{\"data\":{\"lat\":71.814525,\"lng\":-161.150263},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Michael\",\"lastName\":\"Williams\",\"maidenName\":\"\",\"age\":35,\"hair\":{\"data\":{\"color\":\"Green\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"385 Fifth Street\",\"city\":\"Houston\",\"state\":\"Alabama\",\"stateCode\":\"AL\",\"postalCode\":38807,\"coordinates\":{\"data\":{\"lat\":22.815468,\"lng\":115.608581},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Spinka - Dickinson\",\"address\":{\"data\":{\"address\":\"395 Main Street\",\"city\":\"Los Angeles\",\"state\":\"New Hampshire\",\"stateCode\":\"NH\",\"postalCode\":73442,\"coordinates\":{\"data\":{\"lat\":79.098326,\"lng\":-119.624845},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Sophia\",\"lastName\":\"Brown\",\"maidenName\":\"\",\"age\":42,\"hair\":{\"data\":{\"color\":\"White\",\"type\":\"Wavy\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"1642 Ninth Street\",\"city\":\"Washington\",\"state\":\"Alabama\",\"stateCode\":\"AL\",\"postalCode\":32822,\"coordinates\":{\"data\":{\"lat\":45.289366,\"lng\":46.832664},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Schiller - Zieme\",\"address\":{\"data\":{\"address\":\"1896 Washington Street\",\"city\":\"Dallas\",\"state\":\"Nevada\",\"stateCode\":\"NV\",\"postalCode\":88511,\"coordinates\":{\"data\":{\"lat\":20.086743,\"lng\":-34.577107},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"James\",\"lastName\":\"Davis\",\"maidenName\":\"\",\"age\":45,\"hair\":{\"data\":{\"color\":\"Blonde\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"238 Jefferson Street\",\"city\":\"Seattle\",\"state\":\"Pennsylvania\",\"stateCode\":\"PA\",\"postalCode\":68354,\"coordinates\":{\"data\":{\"lat\":16.782513,\"lng\":-139.34723},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Pagac and Sons\",\"address\":{\"data\":{\"address\":\"1622 Lincoln Street\",\"city\":\"Fort Worth\",\"state\":\"Pennsylvania\",\"stateCode\":\"PA\",\"postalCode\":27768,\"coordinates\":{\"data\":{\"lat\":54.91193,\"lng\":-79.498328},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Emma\",\"lastName\":\"Miller\",\"maidenName\":\"Johnson\",\"age\":30,\"hair\":{\"data\":{\"color\":\"White\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"607 Fourth Street\",\"city\":\"Jacksonville\",\"state\":\"Colorado\",\"stateCode\":\"CO\",\"postalCode\":26593,\"coordinates\":{\"data\":{\"lat\":0.505589,\"lng\":-157.43281},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Graham - Gulgowski\",\"address\":{\"data\":{\"address\":\"1460 Sixth Street\",\"city\":\"San Antonio\",\"state\":\"Idaho\",\"stateCode\":\"ID\",\"postalCode\":21965,\"coordinates\":{\"data\":{\"lat\":44.346545,\"lng\":-26.944701},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Olivia\",\"lastName\":\"Wilson\",\"maidenName\":\"\",\"age\":22,\"hair\":{\"data\":{\"color\":\"Gray\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"547 First Street\",\"city\":\"Fort Worth\",\"state\":\"Tennessee\",\"stateCode\":\"TN\",\"postalCode\":83843,\"coordinates\":{\"data\":{\"lat\":75.32627,\"lng\":-26.15285},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Pfannerstill Inc\",\"address\":{\"data\":{\"address\":\"425 Sixth Street\",\"city\":\"Indianapolis\",\"state\":\"Oklahoma\",\"stateCode\":\"OK\",\"postalCode\":74263,\"coordinates\":{\"data\":{\"lat\":74.986644,\"lng\":-132.916888},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Alexander\",\"lastName\":\"Jones\",\"maidenName\":\"\",\"age\":38,\"hair\":{\"data\":{\"color\":\"White\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"664 Maple Street\",\"city\":\"Indianapolis\",\"state\":\"Delaware\",\"stateCode\":\"DE\",\"postalCode\":86684,\"coordinates\":{\"data\":{\"lat\":35.289664,\"lng\":7.063255},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Dickens - Beahan\",\"address\":{\"data\":{\"address\":\"996 Eighth Street\",\"city\":\"Washington\",\"state\":\"Kansas\",\"stateCode\":\"KS\",\"postalCode\":27858,\"coordinates\":{\"data\":{\"lat\":-75.462366,\"lng\":-128.025697},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Ava\",\"lastName\":\"Taylor\",\"maidenName\":\"\",\"age\":27,\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Kinky\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"1197 First Street\",\"city\":\"Fort Worth\",\"state\":\"Rhode Island\",\"stateCode\":\"RI\",\"postalCode\":24771,\"coordinates\":{\"data\":{\"lat\":-81.194833,\"lng\":-87.948158},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Nikolaus Inc\",\"address\":{\"data\":{\"address\":\"930 Lincoln Street\",\"city\":\"Austin\",\"state\":\"Colorado\",\"stateCode\":\"CO\",\"postalCode\":47592,\"coordinates\":{\"data\":{\"lat\":87.970083,\"lng\":-42.769351},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Ethan\",\"lastName\":\"Martinez\",\"maidenName\":\"\",\"age\":33,\"hair\":{\"data\":{\"color\":\"Purple\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"466 Pine Street\",\"city\":\"San Antonio\",\"state\":\"Louisiana\",\"stateCode\":\"LA\",\"postalCode\":72360,\"coordinates\":{\"data\":{\"lat\":74.074918,\"lng\":-25.312703},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Gorczany - Gottlieb\",\"address\":{\"data\":{\"address\":\"1597 Oak Street\",\"city\":\"Chicago\",\"state\":\"Florida\",\"stateCode\":\"FL\",\"postalCode\":28100,\"coordinates\":{\"data\":{\"lat\":-67.45208,\"lng\":-23.209886},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Isabella\",\"lastName\":\"Anderson\",\"maidenName\":\"Davis\",\"age\":31,\"hair\":{\"data\":{\"color\":\"Blonde\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"1964 Oak Street\",\"city\":\"New York\",\"state\":\"Utah\",\"stateCode\":\"UT\",\"postalCode\":89352,\"coordinates\":{\"data\":{\"lat\":41.331324,\"lng\":151.782727},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Pollich - Hilpert\",\"address\":{\"data\":{\"address\":\"1029 Adams Street\",\"city\":\"San Diego\",\"state\":\"Maryland\",\"stateCode\":\"MD\",\"postalCode\":63847,\"coordinates\":{\"data\":{\"lat\":-25.843393,\"lng\":-62.692681},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Liam\",\"lastName\":\"Garcia\",\"maidenName\":\"\",\"age\":29,\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Wavy\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"576 Fifth Street\",\"city\":\"Denver\",\"state\":\"South Dakota\",\"stateCode\":\"SD\",\"postalCode\":57252,\"coordinates\":{\"data\":{\"lat\":-66.218177,\"lng\":-145.340165},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Considine - Torp\",\"address\":{\"data\":{\"address\":\"27 Cedar Street\",\"city\":\"Philadelphia\",\"state\":\"Connecticut\",\"stateCode\":\"CT\",\"postalCode\":79574,\"coordinates\":{\"data\":{\"lat\":-81.841588,\"lng\":31.79423},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Mia\",\"lastName\":\"Rodriguez\",\"maidenName\":\"\",\"age\":24,\"hair\":{\"data\":{\"color\":\"Purple\",\"type\":\"Wavy\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"1627 Sixth Street\",\"city\":\"Jacksonville\",\"state\":\"West Virginia\",\"stateCode\":\"WV\",\"postalCode\":41810,\"coordinates\":{\"data\":{\"lat\":24.857497,\"lng\":-34.865429},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Miller, Schowalter and Wisozk\",\"address\":{\"data\":{\"address\":\"1039 Washington Street\",\"city\":\"Philadelphia\",\"state\":\"New Jersey\",\"stateCode\":\"NJ\",\"postalCode\":57518,\"coordinates\":{\"data\":{\"lat\":85.455933,\"lng\":164.246103},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Noah\",\"lastName\":\"Hernandez\",\"maidenName\":\"\",\"age\":40,\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"1413 Maple Street\",\"city\":\"New York\",\"state\":\"North Dakota\",\"stateCode\":\"ND\",\"postalCode\":73696,\"coordinates\":{\"data\":{\"lat\":-25.0377,\"lng\":-151.70469},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Botsford, Marquardt and Roberts\",\"address\":{\"data\":{\"address\":\"62 Third Street\",\"city\":\"Seattle\",\"state\":\"Oregon\",\"stateCode\":\"OR\",\"postalCode\":83474,\"coordinates\":{\"data\":{\"lat\":19.490447,\"lng\":-13.173207},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Charlotte\",\"lastName\":\"Lopez\",\"maidenName\":\"Martinez\",\"age\":36,\"hair\":{\"data\":{\"color\":\"Gray\",\"type\":\"Kinky\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"208 Second Street\",\"city\":\"Columbus\",\"state\":\"Ohio\",\"stateCode\":\"OH\",\"postalCode\":42044,\"coordinates\":{\"data\":{\"lat\":-44.443762,\"lng\":-151.420561},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Zulauf and Sons\",\"address\":{\"data\":{\"address\":\"569 Jefferson Street\",\"city\":\"Los Angeles\",\"state\":\"Montana\",\"stateCode\":\"MT\",\"postalCode\":17779,\"coordinates\":{\"data\":{\"lat\":-18.371256,\"lng\":22.566258},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"William\",\"lastName\":\"Gonzalez\",\"maidenName\":\"\",\"age\":32,\"hair\":{\"data\":{\"color\":\"Gray\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"31 Maple Street\",\"city\":\"San Jose\",\"state\":\"Utah\",\"stateCode\":\"UT\",\"postalCode\":78243,\"coordinates\":{\"data\":{\"lat\":8.152876,\"lng\":113.29799},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Spinka - Dickinson\",\"address\":{\"data\":{\"address\":\"1538 Eighth Street\",\"city\":\"San Jose\",\"state\":\"Missouri\",\"stateCode\":\"MO\",\"postalCode\":29673,\"coordinates\":{\"data\":{\"lat\":24.169361,\"lng\":-29.395167},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Avery\",\"lastName\":\"Perez\",\"maidenName\":\"\",\"age\":25,\"hair\":{\"data\":{\"color\":\"Green\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"1125 First Street\",\"city\":\"Columbus\",\"state\":\"Iowa\",\"stateCode\":\"IA\",\"postalCode\":30973,\"coordinates\":{\"data\":{\"lat\":12.789127,\"lng\":85.792598},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Herzog Inc\",\"address\":{\"data\":{\"address\":\"183 Maple Street\",\"city\":\"New York\",\"state\":\"Rhode Island\",\"stateCode\":\"RI\",\"postalCode\":45238,\"coordinates\":{\"data\":{\"lat\":-53.318189,\"lng\":105.835271},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Evelyn\",\"lastName\":\"Sanchez\",\"maidenName\":\"\",\"age\":37,\"hair\":{\"data\":{\"color\":\"Blue\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"1170 Lincoln Street\",\"city\":\"San Diego\",\"state\":\"Wyoming\",\"stateCode\":\"WY\",\"postalCode\":43423,\"coordinates\":{\"data\":{\"lat\":-83.31484,\"lng\":11.768071},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Predovic - Johns\",\"address\":{\"data\":{\"address\":\"1802 Ninth Street\",\"city\":\"San Diego\",\"state\":\"Minnesota\",\"stateCode\":\"MN\",\"postalCode\":89416,\"coordinates\":{\"data\":{\"lat\":29.034592,\"lng\":-78.004598},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Logan\",\"lastName\":\"Torres\",\"maidenName\":\"\",\"age\":31,\"hair\":{\"data\":{\"color\":\"Green\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"907 Seventh Street\",\"city\":\"Columbus\",\"state\":\"Arkansas\",\"stateCode\":\"AR\",\"postalCode\":78805,\"coordinates\":{\"data\":{\"lat\":-64.846516,\"lng\":174.775744},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Jast - Nader\",\"address\":{\"data\":{\"address\":\"947 Main Street\",\"city\":\"Denver\",\"state\":\"Minnesota\",\"stateCode\":\"MN\",\"postalCode\":71896,\"coordinates\":{\"data\":{\"lat\":-24.654063,\"lng\":-147.255268},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Abigail\",\"lastName\":\"Rivera\",\"maidenName\":\"\",\"age\":28,\"hair\":{\"data\":{\"color\":\"Blue\",\"type\":\"Kinky\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"996 Oak Street\",\"city\":\"Chicago\",\"state\":\"New Mexico\",\"stateCode\":\"NM\",\"postalCode\":11407,\"coordinates\":{\"data\":{\"lat\":44.321308,\"lng\":-3.723903},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Prohaska - Thiel\",\"address\":{\"data\":{\"address\":\"1402 Adams Street\",\"city\":\"Austin\",\"state\":\"Wisconsin\",\"stateCode\":\"WI\",\"postalCode\":51456,\"coordinates\":{\"data\":{\"lat\":25.672938,\"lng\":-76.54967},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Jackson\",\"lastName\":\"Evans\",\"maidenName\":\"\",\"age\":34,\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"address\":{\"data\":{\"address\":\"1873 Main Street\",\"city\":\"New York\",\"state\":\"Arkansas\",\"stateCode\":\"AR\",\"postalCode\":26600,\"coordinates\":{\"data\":{\"lat\":34.722451,\"lng\":63.448927},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"company\":{\"data\":{\"name\":\"Kuhlman LLC\",\"address\":{\"data\":{\"address\":\"1706 First Street\",\"city\":\"Chicago\",\"state\":\"Hawaii\",\"stateCode\":\"HI\",\"postalCode\":34725,\"coordinates\":{\"data\":{\"lat\":-80.416937,\"lng\":-83.224516},\"metadata\":{\"kind\":\"ColumnGroup\"}},\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},\"metadata\":{\"kind\":\"ColumnGroup\"}}}]}"
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"execution_count": 3
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:18:25.604770058Z",
"start_time": "2024-05-30T15:18:25.539577032Z"
}
},
"cell_type": "code",
"source": "userData.schema()",
"outputs": [
{
"data": {
"text/plain": [
"firstName: String\n",
"lastName: String\n",
"maidenName: String\n",
"age: Int\n",
"hair:\n",
" color: String\n",
" type: String\n",
"address:\n",
" address: String\n",
" city: String\n",
" state: String\n",
" stateCode: String\n",
" postalCode: Int\n",
" coordinates:\n",
" lat: Double\n",
" lng: Double\n",
" country: String\n",
"company:\n",
" name: String\n",
" address:\n",
" address: String\n",
" city: String\n",
" state: String\n",
" stateCode: String\n",
" postalCode: Int\n",
" coordinates:\n",
" lat: Double\n",
" lng: Double\n",
" country: String\n",
"\n"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"execution_count": 4
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Large introductory example for the Columns Selection DSL:"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:18:26.142592514Z",
"start_time": "2024-05-30T15:18:25.611013425Z"
}
},
"cell_type": "code",
"source": [
"val city by column<String>()\n",
"\n",
"// example selection\n",
"userData.select {\n",
" firstName..maidenName and address.col(city) and {\n",
" company.address[city] named \"companyCity\"\n",
" } and {\n",
" address.allColsAfter { city }.valueCols()\n",
" }\n",
"}"
],
"outputs": [
{
"data": {
"text/html": [
" <iframe onload=\"o_resize_iframe_out_3()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_3\" frameBorder=\"0\" srcdoc=\" &lt;html&gt;\n",
" &lt;head&gt;\n",
" &lt;style type=&quot;text&sol;css&quot;&gt;\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover &gt; td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"&sol;* formatting *&sol;\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
":root {\n",
" --scroll-bg: #f5f5f5;\n",
" --scroll-fg: #b3b3b3;\n",
"}\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n",
" --scroll-bg: #3c3c3c;\n",
" --scroll-fg: #97e1fb;\n",
"}\n",
"body {\n",
" scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n",
"}\n",
"body::-webkit-scrollbar {\n",
" width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n",
" height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n",
"}\n",
"body::-webkit-scrollbar-thumb {\n",
" background-color: var(--scroll-fg);\n",
"}\n",
"body::-webkit-scrollbar-track {\n",
" background-color: var(--scroll-bg);\n",
"}\n",
" &lt;&sol;style&gt;\n",
" &lt;&sol;head&gt;\n",
" &lt;body&gt;\n",
" &lt;table class=&quot;dataframe&quot; id=&quot;df_1191182340&quot;&gt;&lt;&sol;table&gt;\n",
"\n",
"&lt;p class=&quot;dataframe_description&quot;&gt;... showing only top 20 of 30 rows&lt;&sol;p&gt;&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 30, columnsCount = 9&lt;&sol;p&gt;\n",
"\n",
" &lt;&sol;body&gt;\n",
" &lt;script&gt;\n",
" (function () {\n",
" window.DataFrame = window.DataFrame || new (function () {\n",
" this.addTable = function (df) {\n",
" let cols = df.cols;\n",
" for (let i = 0; i &lt; cols.length; i++) {\n",
" for (let c of cols[i].children) {\n",
" cols[c].parent = i;\n",
" }\n",
" }\n",
" df.nrow = 0\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n",
" }\n",
" if (df.id === df.rootId) {\n",
" df.expandedFrames = new Set()\n",
" df.childFrames = {}\n",
" const table = this.getTableElement(df.id)\n",
" table.df = df\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" let col = df.cols[i]\n",
" if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n",
" }\n",
" } else {\n",
" const rootDf = this.getTableData(df.rootId)\n",
" rootDf.childFrames[df.id] = df\n",
" }\n",
" }\n",
"\n",
" this.computeRenderData = function (df) {\n",
" let result = []\n",
" let pos = 0\n",
" for (let col = 0; col &lt; df.cols.length; col++) {\n",
" if (df.cols[col].parent === undefined)\n",
" pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n",
" }\n",
" for (let i = 0; i &lt; result.length; i++) {\n",
" let row = result[i]\n",
" for (let j = 0; j &lt; row.length; j++) {\n",
" let cell = row[j]\n",
" if (j === 0)\n",
" cell.leftBd = false\n",
" if (j &lt; row.length - 1) {\n",
" let nextData = row[j + 1]\n",
" if (nextData.leftBd) cell.rightBd = true\n",
" else if (cell.rightBd) nextData.leftBd = true\n",
" } else cell.rightBd = false\n",
" }\n",
" }\n",
" return result\n",
" }\n",
"\n",
" this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n",
" if (result.length === depth) {\n",
" const array = [];\n",
" if (pos &gt; 0) {\n",
" let j = 0\n",
" for (let i = 0; j &lt; pos; i++) {\n",
" let c = result[depth - 1][i]\n",
" j += c.span\n",
" let copy = Object.assign({empty: true}, c)\n",
" array.push(copy)\n",
" }\n",
" }\n",
" result.push(array)\n",
" }\n",
" const col = cols[colId];\n",
" let size = 0;\n",
" if (col.expanded) {\n",
" let childPos = pos\n",
" for (let i = 0; i &lt; col.children.length; i++) {\n",
" let child = col.children[i]\n",
" let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n",
" let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n",
" let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n",
" childPos += childSize\n",
" size += childSize\n",
" }\n",
" } else {\n",
" for (let i = depth + 1; i &lt; result.length; i++)\n",
" result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n",
" size = 1\n",
" }\n",
" let left = leftBorder\n",
" let right = rightBorder\n",
" if (size &gt; 1) {\n",
" left = true\n",
" right = true\n",
" }\n",
" result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n",
" return size\n",
" }\n",
"\n",
" this.getTableElement = function (id) {\n",
" return document.getElementById(&quot;df_&quot; + id)\n",
" }\n",
"\n",
" this.getTableData = function (id) {\n",
" return this.getTableElement(id).df\n",
" }\n",
"\n",
" this.createExpander = function (isExpanded) {\n",
" const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n",
" let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n",
" svg.classList.add(&quot;expanderSvg&quot;)\n",
" let path = document.createElementNS(svgNs, &quot;path&quot;)\n",
" if (isExpanded) {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n",
" } else {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n",
" }\n",
" path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n",
" svg.appendChild(path)\n",
" return svg\n",
" }\n",
"\n",
" this.renderTable = function (id) {\n",
"\n",
" let table = this.getTableElement(id)\n",
"\n",
" if (table === null) return\n",
"\n",
" table.innerHTML = &quot;&quot;\n",
"\n",
" let df = table.df\n",
" let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n",
"\n",
" &sol;&sol; header\n",
" let header = document.createElement(&quot;thead&quot;)\n",
" table.appendChild(header)\n",
"\n",
" let renderData = this.computeRenderData(df)\n",
" for (let j = 0; j &lt; renderData.length; j++) {\n",
" let rowData = renderData[j]\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" let isLastRow = j === renderData.length - 1\n",
" header.appendChild(tr);\n",
" for (let i = 0; i &lt; rowData.length; i++) {\n",
" let cell = rowData[i]\n",
" let th = document.createElement(&quot;th&quot;);\n",
" th.setAttribute(&quot;colspan&quot;, cell.span)\n",
" let colId = cell.id\n",
" let col = df.cols[colId];\n",
" if (!cell.empty) {\n",
" if (col.children.length === 0) {\n",
" th.innerHTML = col.name\n",
" } else {\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" col.expanded = !col.expanded\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(col.expanded))\n",
" link.innerHTML += col.name\n",
" th.appendChild(link)\n",
" }\n",
" }\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (isLastRow)\n",
" classes += &quot; bottomBorder&quot;\n",
" if (classes.length &gt; 0)\n",
" th.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(th)\n",
" }\n",
" }\n",
"\n",
" &sol;&sol; body\n",
" let body = document.createElement(&quot;tbody&quot;)\n",
" table.appendChild(body)\n",
"\n",
" let columns = renderData.pop()\n",
" for (let row = 0; row &lt; df.nrow; row++) {\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" body.appendChild(tr)\n",
" for (let i = 0; i &lt; columns.length; i++) {\n",
" let cell = columns[i]\n",
" let td = document.createElement(&quot;td&quot;);\n",
" let colId = cell.id\n",
" let col = df.cols[colId]\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (classes.length &gt; 0)\n",
" td.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(td)\n",
" let value = col.values[row]\n",
" if (value.frameId !== undefined) {\n",
" let frameId = value.frameId\n",
" let expanded = rootDf.expandedFrames.has(frameId)\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" if (rootDf.expandedFrames.has(frameId))\n",
" rootDf.expandedFrames.delete(frameId)\n",
" else rootDf.expandedFrames.add(frameId)\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(expanded))\n",
" link.innerHTML += value.value\n",
" if (expanded) {\n",
" td.appendChild(link)\n",
" td.appendChild(document.createElement(&quot;p&quot;))\n",
" const childTable = document.createElement(&quot;table&quot;)\n",
" childTable.className = &quot;dataframe&quot;\n",
" childTable.id = &quot;df_&quot; + frameId\n",
" let childDf = rootDf.childFrames[frameId]\n",
" childTable.df = childDf\n",
" td.appendChild(childTable)\n",
" this.renderTable(frameId)\n",
" if (childDf.nrow !== childDf.totalRows) {\n",
" const footer = document.createElement(&quot;p&quot;)\n",
" footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n",
" td.appendChild(footer)\n",
" }\n",
" } else {\n",
" td.appendChild(link)\n",
" }\n",
" } else if (value.style !== undefined) {\n",
" td.innerHTML = value.value\n",
" td.setAttribute(&quot;style&quot;, value.style)\n",
" } else td.innerHTML = value\n",
" this.nodeScriptReplace(td)\n",
" }\n",
" }\n",
" }\n",
"\n",
" this.nodeScriptReplace = function (node) {\n",
" if (this.nodeScriptIs(node) === true) {\n",
" node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n",
" } else {\n",
" let i = -1, children = node.childNodes;\n",
" while (++i &lt; children.length) {\n",
" this.nodeScriptReplace(children[i]);\n",
" }\n",
" }\n",
"\n",
" return node;\n",
" }\n",
"\n",
" this.nodeScriptClone = function (node) {\n",
" let script = document.createElement(&quot;script&quot;);\n",
" script.text = node.innerHTML;\n",
"\n",
" let i = -1, attrs = node.attributes, attr;\n",
" while (++i &lt; attrs.length) {\n",
" script.setAttribute((attr = attrs[i]).name, attr.value);\n",
" }\n",
" return script;\n",
" }\n",
"\n",
" this.nodeScriptIs = function (node) {\n",
" return node.tagName === 'SCRIPT';\n",
" }\n",
" })()\n",
"\n",
" window.call_DataFrame = function (f) {\n",
" return f();\n",
" };\n",
"\n",
" let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n",
" if (funQueue) {\n",
" funQueue.forEach(function (f) {\n",
" f();\n",
" });\n",
" funQueue = [];\n",
" }\n",
"})()\n",
"\n",
"&sol;*&lt;!--*&sol;\n",
"call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;firstName: String&bsol;&quot;&gt;firstName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Emily&quot;,&quot;Michael&quot;,&quot;Sophia&quot;,&quot;James&quot;,&quot;Emma&quot;,&quot;Olivia&quot;,&quot;Alexander&quot;,&quot;Ava&quot;,&quot;Ethan&quot;,&quot;Isabella&quot;,&quot;Liam&quot;,&quot;Mia&quot;,&quot;Noah&quot;,&quot;Charlotte&quot;,&quot;William&quot;,&quot;Avery&quot;,&quot;Evelyn&quot;,&quot;Logan&quot;,&quot;Abigail&quot;,&quot;Jackson&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lastName: String&bsol;&quot;&gt;lastName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Johnson&quot;,&quot;Williams&quot;,&quot;Brown&quot;,&quot;Davis&quot;,&quot;Miller&quot;,&quot;Wilson&quot;,&quot;Jones&quot;,&quot;Taylor&quot;,&quot;Martinez&quot;,&quot;Anderson&quot;,&quot;Garcia&quot;,&quot;Rodriguez&quot;,&quot;Hernandez&quot;,&quot;Lopez&quot;,&quot;Gonzalez&quot;,&quot;Perez&quot;,&quot;Sanchez&quot;,&quot;Torres&quot;,&quot;Rivera&quot;,&quot;Evans&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;maidenName: String&bsol;&quot;&gt;maidenName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Smith&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Johnson&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Davis&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Martinez&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;city: String&bsol;&quot;&gt;city&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Phoenix&quot;,&quot;Houston&quot;,&quot;Washington&quot;,&quot;Seattle&quot;,&quot;Jacksonville&quot;,&quot;Fort Worth&quot;,&quot;Indianapolis&quot;,&quot;Fort Worth&quot;,&quot;San Antonio&quot;,&quot;New York&quot;,&quot;Denver&quot;,&quot;Jacksonville&quot;,&quot;New York&quot;,&quot;Columbus&quot;,&quot;San Jose&quot;,&quot;Columbus&quot;,&quot;San Diego&quot;,&quot;Columbus&quot;,&quot;Chicago&quot;,&quot;New York&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;companyCity: String&bsol;&quot;&gt;companyCity&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;San Francisco&quot;,&quot;Los Angeles&quot;,&quot;Dallas&quot;,&quot;Fort Worth&quot;,&quot;San Antonio&quot;,&quot;Indianapolis&quot;,&quot;Washington&quot;,&quot;Austin&quot;,&quot;Chicago&quot;,&quot;San Diego&quot;,&quot;Philadelphia&quot;,&quot;Philadelphia&quot;,&quot;Seattle&quot;,&quot;Los Angeles&quot;,&quot;San Jose&quot;,&quot;New York&quot;,&quot;San Diego&quot;,&quot;Denver&quot;,&quot;Austin&quot;,&quot;Chicago&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;state: String&bsol;&quot;&gt;state&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Mississippi&quot;,&quot;Alabama&quot;,&quot;Alabama&quot;,&quot;Pennsylvania&quot;,&quot;Colorado&quot;,&quot;Tennessee&quot;,&quot;Delaware&quot;,&quot;Rhode Island&quot;,&quot;Louisiana&quot;,&quot;Utah&quot;,&quot;South Dakota&quot;,&quot;West Virginia&quot;,&quot;North Dakota&quot;,&quot;Ohio&quot;,&quot;Utah&quot;,&quot;Iowa&quot;,&quot;Wyoming&quot;,&quot;Arkansas&quot;,&quot;New Mexico&quot;,&quot;Arkansas&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;stateCode: String&bsol;&quot;&gt;stateCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;MS&quot;,&quot;AL&quot;,&quot;AL&quot;,&quot;PA&quot;,&quot;CO&quot;,&quot;TN&quot;,&quot;DE&quot;,&quot;RI&quot;,&quot;LA&quot;,&quot;UT&quot;,&quot;SD&quot;,&quot;WV&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;UT&quot;,&quot;IA&quot;,&quot;WY&quot;,&quot;AR&quot;,&quot;NM&quot;,&quot;AR&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;postalCode: Int&bsol;&quot;&gt;postalCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29112&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38807&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32822&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;68354&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;26593&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;83843&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;86684&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24771&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;72360&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;89352&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;57252&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;41810&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;73696&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42044&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;78243&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30973&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;43423&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;78805&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11407&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;26600&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;country: String&bsol;&quot;&gt;country&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;] }, \n",
"], id: 1191182340, rootId: 1191182340, totalRows: 30 } ) });\n",
"&sol;*--&gt;*&sol;\n",
"\n",
"call_DataFrame(function() { DataFrame.renderTable(1191182340) });\n",
"\n",
"\n",
" &lt;&sol;script&gt;\n",
" &lt;&sol;html&gt;\"></iframe>\n",
" <script>\n",
" function o_resize_iframe_out_3() {\n",
" let elem = document.getElementById(\"iframe_out_3\");\n",
" resize_iframe_out_3(elem);\n",
" setInterval(resize_iframe_out_3, 5000, elem);\n",
" }\n",
" function resize_iframe_out_3(el) {\n",
" let h = el.contentWindow.document.body.scrollHeight;\n",
" el.height = h === 0 ? 0 : h + 41;\n",
" }\n",
" </script> <html>\n",
" <head>\n",
" <style type=\"text/css\">\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=\"dark\"], :root [data-jp-theme-light=\"false\"], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover > td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"/* formatting */\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
" </style>\n",
" </head>\n",
" <body>\n",
" <table class=\"dataframe\" id=\"static_df_1191182341\"><thead><tr><th class=\"bottomBorder\" style=\"text-align:left\">firstName</th><th class=\"bottomBorder\" style=\"text-align:left\">lastName</th><th class=\"bottomBorder\" style=\"text-align:left\">maidenName</th><th class=\"bottomBorder\" style=\"text-align:left\">city</th><th class=\"bottomBorder\" style=\"text-align:left\">companyCity</th><th class=\"bottomBorder\" style=\"text-align:left\">state</th><th class=\"bottomBorder\" style=\"text-align:left\">stateCode</th><th class=\"bottomBorder\" style=\"text-align:left\">postalCode</th><th class=\"bottomBorder\" style=\"text-align:left\">country</th></tr></thead><tbody><tr><td style=\"vertical-align:top\">Emily</td><td style=\"vertical-align:top\">Johnson</td><td style=\"vertical-align:top\">Smith</td><td style=\"vertical-align:top\">Phoenix</td><td style=\"vertical-align:top\">San Francisco</td><td style=\"vertical-align:top\">Mississippi</td><td style=\"vertical-align:top\">MS</td><td style=\"vertical-align:top\">29112</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Michael</td><td style=\"vertical-align:top\">Williams</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Houston</td><td style=\"vertical-align:top\">Los Angeles</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">AL</td><td style=\"vertical-align:top\">38807</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Sophia</td><td style=\"vertical-align:top\">Brown</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Washington</td><td style=\"vertical-align:top\">Dallas</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">AL</td><td style=\"vertical-align:top\">32822</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">James</td><td style=\"vertical-align:top\">Davis</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Seattle</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Pennsylvania</td><td style=\"vertical-align:top\">PA</td><td style=\"vertical-align:top\">68354</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Emma</td><td style=\"vertical-align:top\">Miller</td><td style=\"vertical-align:top\">Johnson</td><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">San Antonio</td><td style=\"vertical-align:top\">Colorado</td><td style=\"vertical-align:top\">CO</td><td style=\"vertical-align:top\">26593</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Olivia</td><td style=\"vertical-align:top\">Wilson</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Indianapolis</td><td style=\"vertical-align:top\">Tennessee</td><td style=\"vertical-align:top\">TN</td><td style=\"vertical-align:top\">83843</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Alexander</td><td style=\"vertical-align:top\">Jones</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Indianapolis</td><td style=\"vertical-align:top\">Washington</td><td style=\"vertical-align:top\">Delaware</td><td style=\"vertical-align:top\">DE</td><td style=\"vertical-align:top\">86684</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Ava</td><td style=\"vertical-align:top\">Taylor</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Austin</td><td style=\"vertical-align:top\">Rhode Island</td><td style=\"vertical-align:top\">RI</td><td style=\"vertical-align:top\">24771</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Ethan</td><td style=\"vertical-align:top\">Martinez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">San Antonio</td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">Louisiana</td><td style=\"vertical-align:top\">LA</td><td style=\"vertical-align:top\">72360</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Isabella</td><td style=\"vertical-align:top\">Anderson</td><td style=\"vertical-align:top\">Davis</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">UT</td><td style=\"vertical-align:top\">89352</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Liam</td><td style=\"vertical-align:top\">Garcia</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Denver</td><td style=\"vertical-align:top\">Philadelphia</td><td style=\"vertical-align:top\">South Dakota</td><td style=\"vertical-align:top\">SD</td><td style=\"vertical-align:top\">57252</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Mia</td><td style=\"vertical-align:top\">Rodriguez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">Philadelphia</td><td style=\"vertical-align:top\">West Virginia</td><td style=\"vertical-align:top\">WV</td><td style=\"vertical-align:top\">41810</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Noah</td><td style=\"vertical-align:top\">Hernandez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Seattle</td><td style=\"vertical-align:top\">North Dakota</td><td style=\"vertical-align:top\">ND</td><td style=\"vertical-align:top\">73696</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Charlotte</td><td style=\"vertical-align:top\">Lopez</td><td style=\"vertical-align:top\">Martinez</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Los Angeles</td><td style=\"vertical-align:top\">Ohio</td><td style=\"vertical-align:top\">OH</td><td style=\"vertical-align:top\">42044</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">William</td><td style=\"vertical-align:top\">Gonzalez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">San Jose</td><td style=\"vertical-align:top\">San Jose</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">UT</td><td style=\"vertical-align:top\">78243</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Avery</td><td style=\"vertical-align:top\">Perez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Iowa</td><td style=\"vertical-align:top\">IA</td><td style=\"vertical-align:top\">30973</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Evelyn</td><td style=\"vertical-align:top\">Sanchez</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Wyoming</td><td style=\"vertical-align:top\">WY</td><td style=\"vertical-align:top\">43423</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Logan</td><td style=\"vertical-align:top\">Torres</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Denver</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">AR</td><td style=\"vertical-align:top\">78805</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Abigail</td><td style=\"vertical-align:top\">Rivera</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">Austin</td><td style=\"vertical-align:top\">New Mexico</td><td style=\"vertical-align:top\">NM</td><td style=\"vertical-align:top\">11407</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">Jackson</td><td style=\"vertical-align:top\">Evans</td><td style=\"vertical-align:top\"></td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">AR</td><td style=\"vertical-align:top\">26600</td><td style=\"vertical-align:top\">United States</td></tr></tbody></table>\n",
" </body>\n",
" <script>\n",
" document.getElementById(\"static_df_1191182341\").style.display = \"none\";\n",
" </script>\n",
" </html>"
],
"application/kotlindataframe+json": "{\"$version\":\"2.0.0\",\"metadata\":{\"columns\":[\"firstName\",\"lastName\",\"maidenName\",\"city\",\"companyCity\",\"state\",\"stateCode\",\"postalCode\",\"country\"],\"nrow\":30,\"ncol\":9},\"kotlin_dataframe\":[{\"firstName\":\"Emily\",\"lastName\":\"Johnson\",\"maidenName\":\"Smith\",\"city\":\"Phoenix\",\"companyCity\":\"San Francisco\",\"state\":\"Mississippi\",\"stateCode\":\"MS\",\"postalCode\":29112,\"country\":\"United States\"},{\"firstName\":\"Michael\",\"lastName\":\"Williams\",\"maidenName\":\"\",\"city\":\"Houston\",\"companyCity\":\"Los Angeles\",\"state\":\"Alabama\",\"stateCode\":\"AL\",\"postalCode\":38807,\"country\":\"United States\"},{\"firstName\":\"Sophia\",\"lastName\":\"Brown\",\"maidenName\":\"\",\"city\":\"Washington\",\"companyCity\":\"Dallas\",\"state\":\"Alabama\",\"stateCode\":\"AL\",\"postalCode\":32822,\"country\":\"United States\"},{\"firstName\":\"James\",\"lastName\":\"Davis\",\"maidenName\":\"\",\"city\":\"Seattle\",\"companyCity\":\"Fort Worth\",\"state\":\"Pennsylvania\",\"stateCode\":\"PA\",\"postalCode\":68354,\"country\":\"United States\"},{\"firstName\":\"Emma\",\"lastName\":\"Miller\",\"maidenName\":\"Johnson\",\"city\":\"Jacksonville\",\"companyCity\":\"San Antonio\",\"state\":\"Colorado\",\"stateCode\":\"CO\",\"postalCode\":26593,\"country\":\"United States\"},{\"firstName\":\"Olivia\",\"lastName\":\"Wilson\",\"maidenName\":\"\",\"city\":\"Fort Worth\",\"companyCity\":\"Indianapolis\",\"state\":\"Tennessee\",\"stateCode\":\"TN\",\"postalCode\":83843,\"country\":\"United States\"},{\"firstName\":\"Alexander\",\"lastName\":\"Jones\",\"maidenName\":\"\",\"city\":\"Indianapolis\",\"companyCity\":\"Washington\",\"state\":\"Delaware\",\"stateCode\":\"DE\",\"postalCode\":86684,\"country\":\"United States\"},{\"firstName\":\"Ava\",\"lastName\":\"Taylor\",\"maidenName\":\"\",\"city\":\"Fort Worth\",\"companyCity\":\"Austin\",\"state\":\"Rhode Island\",\"stateCode\":\"RI\",\"postalCode\":24771,\"country\":\"United States\"},{\"firstName\":\"Ethan\",\"lastName\":\"Martinez\",\"maidenName\":\"\",\"city\":\"San Antonio\",\"companyCity\":\"Chicago\",\"state\":\"Louisiana\",\"stateCode\":\"LA\",\"postalCode\":72360,\"country\":\"United States\"},{\"firstName\":\"Isabella\",\"lastName\":\"Anderson\",\"maidenName\":\"Davis\",\"city\":\"New York\",\"companyCity\":\"San Diego\",\"state\":\"Utah\",\"stateCode\":\"UT\",\"postalCode\":89352,\"country\":\"United States\"},{\"firstName\":\"Liam\",\"lastName\":\"Garcia\",\"maidenName\":\"\",\"city\":\"Denver\",\"companyCity\":\"Philadelphia\",\"state\":\"South Dakota\",\"stateCode\":\"SD\",\"postalCode\":57252,\"country\":\"United States\"},{\"firstName\":\"Mia\",\"lastName\":\"Rodriguez\",\"maidenName\":\"\",\"city\":\"Jacksonville\",\"companyCity\":\"Philadelphia\",\"state\":\"West Virginia\",\"stateCode\":\"WV\",\"postalCode\":41810,\"country\":\"United States\"},{\"firstName\":\"Noah\",\"lastName\":\"Hernandez\",\"maidenName\":\"\",\"city\":\"New York\",\"companyCity\":\"Seattle\",\"state\":\"North Dakota\",\"stateCode\":\"ND\",\"postalCode\":73696,\"country\":\"United States\"},{\"firstName\":\"Charlotte\",\"lastName\":\"Lopez\",\"maidenName\":\"Martinez\",\"city\":\"Columbus\",\"companyCity\":\"Los Angeles\",\"state\":\"Ohio\",\"stateCode\":\"OH\",\"postalCode\":42044,\"country\":\"United States\"},{\"firstName\":\"William\",\"lastName\":\"Gonzalez\",\"maidenName\":\"\",\"city\":\"San Jose\",\"companyCity\":\"San Jose\",\"state\":\"Utah\",\"stateCode\":\"UT\",\"postalCode\":78243,\"country\":\"United States\"},{\"firstName\":\"Avery\",\"lastName\":\"Perez\",\"maidenName\":\"\",\"city\":\"Columbus\",\"companyCity\":\"New York\",\"state\":\"Iowa\",\"stateCode\":\"IA\",\"postalCode\":30973,\"country\":\"United States\"},{\"firstName\":\"Evelyn\",\"lastName\":\"Sanchez\",\"maidenName\":\"\",\"city\":\"San Diego\",\"companyCity\":\"San Diego\",\"state\":\"Wyoming\",\"stateCode\":\"WY\",\"postalCode\":43423,\"country\":\"United States\"},{\"firstName\":\"Logan\",\"lastName\":\"Torres\",\"maidenName\":\"\",\"city\":\"Columbus\",\"companyCity\":\"Denver\",\"state\":\"Arkansas\",\"stateCode\":\"AR\",\"postalCode\":78805,\"country\":\"United States\"},{\"firstName\":\"Abigail\",\"lastName\":\"Rivera\",\"maidenName\":\"\",\"city\":\"Chicago\",\"companyCity\":\"Austin\",\"state\":\"New Mexico\",\"stateCode\":\"NM\",\"postalCode\":11407,\"country\":\"United States\"},{\"firstName\":\"Jackson\",\"lastName\":\"Evans\",\"maidenName\":\"\",\"city\":\"New York\",\"companyCity\":\"Chicago\",\"state\":\"Arkansas\",\"stateCode\":\"AR\",\"postalCode\":26600,\"country\":\"United States\"}]}"
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"execution_count": 5
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Example of the `cols` function:"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:18:26.445793571Z",
"start_time": "2024-05-30T15:18:26.148247602Z"
}
},
"cell_type": "code",
"source": [
"// selecting columns `address.city`, `address.state`, and the top-level columns with index 0, 1, or 3.\n",
"userData.select {\n",
" address.cols(\"city\", \"state\") and cols(0, 1, 3)\n",
"}"
],
"outputs": [
{
"data": {
"text/html": [
" <iframe onload=\"o_resize_iframe_out_4()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_4\" frameBorder=\"0\" srcdoc=\" &lt;html&gt;\n",
" &lt;head&gt;\n",
" &lt;style type=&quot;text&sol;css&quot;&gt;\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover &gt; td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"&sol;* formatting *&sol;\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
":root {\n",
" --scroll-bg: #f5f5f5;\n",
" --scroll-fg: #b3b3b3;\n",
"}\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n",
" --scroll-bg: #3c3c3c;\n",
" --scroll-fg: #97e1fb;\n",
"}\n",
"body {\n",
" scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n",
"}\n",
"body::-webkit-scrollbar {\n",
" width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n",
" height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n",
"}\n",
"body::-webkit-scrollbar-thumb {\n",
" background-color: var(--scroll-fg);\n",
"}\n",
"body::-webkit-scrollbar-track {\n",
" background-color: var(--scroll-bg);\n",
"}\n",
" &lt;&sol;style&gt;\n",
" &lt;&sol;head&gt;\n",
" &lt;body&gt;\n",
" &lt;table class=&quot;dataframe&quot; id=&quot;df_1191182342&quot;&gt;&lt;&sol;table&gt;\n",
"\n",
"&lt;p class=&quot;dataframe_description&quot;&gt;... showing only top 20 of 30 rows&lt;&sol;p&gt;&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 30, columnsCount = 5&lt;&sol;p&gt;\n",
"\n",
" &lt;&sol;body&gt;\n",
" &lt;script&gt;\n",
" (function () {\n",
" window.DataFrame = window.DataFrame || new (function () {\n",
" this.addTable = function (df) {\n",
" let cols = df.cols;\n",
" for (let i = 0; i &lt; cols.length; i++) {\n",
" for (let c of cols[i].children) {\n",
" cols[c].parent = i;\n",
" }\n",
" }\n",
" df.nrow = 0\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n",
" }\n",
" if (df.id === df.rootId) {\n",
" df.expandedFrames = new Set()\n",
" df.childFrames = {}\n",
" const table = this.getTableElement(df.id)\n",
" table.df = df\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" let col = df.cols[i]\n",
" if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n",
" }\n",
" } else {\n",
" const rootDf = this.getTableData(df.rootId)\n",
" rootDf.childFrames[df.id] = df\n",
" }\n",
" }\n",
"\n",
" this.computeRenderData = function (df) {\n",
" let result = []\n",
" let pos = 0\n",
" for (let col = 0; col &lt; df.cols.length; col++) {\n",
" if (df.cols[col].parent === undefined)\n",
" pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n",
" }\n",
" for (let i = 0; i &lt; result.length; i++) {\n",
" let row = result[i]\n",
" for (let j = 0; j &lt; row.length; j++) {\n",
" let cell = row[j]\n",
" if (j === 0)\n",
" cell.leftBd = false\n",
" if (j &lt; row.length - 1) {\n",
" let nextData = row[j + 1]\n",
" if (nextData.leftBd) cell.rightBd = true\n",
" else if (cell.rightBd) nextData.leftBd = true\n",
" } else cell.rightBd = false\n",
" }\n",
" }\n",
" return result\n",
" }\n",
"\n",
" this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n",
" if (result.length === depth) {\n",
" const array = [];\n",
" if (pos &gt; 0) {\n",
" let j = 0\n",
" for (let i = 0; j &lt; pos; i++) {\n",
" let c = result[depth - 1][i]\n",
" j += c.span\n",
" let copy = Object.assign({empty: true}, c)\n",
" array.push(copy)\n",
" }\n",
" }\n",
" result.push(array)\n",
" }\n",
" const col = cols[colId];\n",
" let size = 0;\n",
" if (col.expanded) {\n",
" let childPos = pos\n",
" for (let i = 0; i &lt; col.children.length; i++) {\n",
" let child = col.children[i]\n",
" let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n",
" let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n",
" let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n",
" childPos += childSize\n",
" size += childSize\n",
" }\n",
" } else {\n",
" for (let i = depth + 1; i &lt; result.length; i++)\n",
" result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n",
" size = 1\n",
" }\n",
" let left = leftBorder\n",
" let right = rightBorder\n",
" if (size &gt; 1) {\n",
" left = true\n",
" right = true\n",
" }\n",
" result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n",
" return size\n",
" }\n",
"\n",
" this.getTableElement = function (id) {\n",
" return document.getElementById(&quot;df_&quot; + id)\n",
" }\n",
"\n",
" this.getTableData = function (id) {\n",
" return this.getTableElement(id).df\n",
" }\n",
"\n",
" this.createExpander = function (isExpanded) {\n",
" const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n",
" let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n",
" svg.classList.add(&quot;expanderSvg&quot;)\n",
" let path = document.createElementNS(svgNs, &quot;path&quot;)\n",
" if (isExpanded) {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n",
" } else {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n",
" }\n",
" path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n",
" svg.appendChild(path)\n",
" return svg\n",
" }\n",
"\n",
" this.renderTable = function (id) {\n",
"\n",
" let table = this.getTableElement(id)\n",
"\n",
" if (table === null) return\n",
"\n",
" table.innerHTML = &quot;&quot;\n",
"\n",
" let df = table.df\n",
" let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n",
"\n",
" &sol;&sol; header\n",
" let header = document.createElement(&quot;thead&quot;)\n",
" table.appendChild(header)\n",
"\n",
" let renderData = this.computeRenderData(df)\n",
" for (let j = 0; j &lt; renderData.length; j++) {\n",
" let rowData = renderData[j]\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" let isLastRow = j === renderData.length - 1\n",
" header.appendChild(tr);\n",
" for (let i = 0; i &lt; rowData.length; i++) {\n",
" let cell = rowData[i]\n",
" let th = document.createElement(&quot;th&quot;);\n",
" th.setAttribute(&quot;colspan&quot;, cell.span)\n",
" let colId = cell.id\n",
" let col = df.cols[colId];\n",
" if (!cell.empty) {\n",
" if (col.children.length === 0) {\n",
" th.innerHTML = col.name\n",
" } else {\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" col.expanded = !col.expanded\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(col.expanded))\n",
" link.innerHTML += col.name\n",
" th.appendChild(link)\n",
" }\n",
" }\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (isLastRow)\n",
" classes += &quot; bottomBorder&quot;\n",
" if (classes.length &gt; 0)\n",
" th.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(th)\n",
" }\n",
" }\n",
"\n",
" &sol;&sol; body\n",
" let body = document.createElement(&quot;tbody&quot;)\n",
" table.appendChild(body)\n",
"\n",
" let columns = renderData.pop()\n",
" for (let row = 0; row &lt; df.nrow; row++) {\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" body.appendChild(tr)\n",
" for (let i = 0; i &lt; columns.length; i++) {\n",
" let cell = columns[i]\n",
" let td = document.createElement(&quot;td&quot;);\n",
" let colId = cell.id\n",
" let col = df.cols[colId]\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (classes.length &gt; 0)\n",
" td.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(td)\n",
" let value = col.values[row]\n",
" if (value.frameId !== undefined) {\n",
" let frameId = value.frameId\n",
" let expanded = rootDf.expandedFrames.has(frameId)\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" if (rootDf.expandedFrames.has(frameId))\n",
" rootDf.expandedFrames.delete(frameId)\n",
" else rootDf.expandedFrames.add(frameId)\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(expanded))\n",
" link.innerHTML += value.value\n",
" if (expanded) {\n",
" td.appendChild(link)\n",
" td.appendChild(document.createElement(&quot;p&quot;))\n",
" const childTable = document.createElement(&quot;table&quot;)\n",
" childTable.className = &quot;dataframe&quot;\n",
" childTable.id = &quot;df_&quot; + frameId\n",
" let childDf = rootDf.childFrames[frameId]\n",
" childTable.df = childDf\n",
" td.appendChild(childTable)\n",
" this.renderTable(frameId)\n",
" if (childDf.nrow !== childDf.totalRows) {\n",
" const footer = document.createElement(&quot;p&quot;)\n",
" footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n",
" td.appendChild(footer)\n",
" }\n",
" } else {\n",
" td.appendChild(link)\n",
" }\n",
" } else if (value.style !== undefined) {\n",
" td.innerHTML = value.value\n",
" td.setAttribute(&quot;style&quot;, value.style)\n",
" } else td.innerHTML = value\n",
" this.nodeScriptReplace(td)\n",
" }\n",
" }\n",
" }\n",
"\n",
" this.nodeScriptReplace = function (node) {\n",
" if (this.nodeScriptIs(node) === true) {\n",
" node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n",
" } else {\n",
" let i = -1, children = node.childNodes;\n",
" while (++i &lt; children.length) {\n",
" this.nodeScriptReplace(children[i]);\n",
" }\n",
" }\n",
"\n",
" return node;\n",
" }\n",
"\n",
" this.nodeScriptClone = function (node) {\n",
" let script = document.createElement(&quot;script&quot;);\n",
" script.text = node.innerHTML;\n",
"\n",
" let i = -1, attrs = node.attributes, attr;\n",
" while (++i &lt; attrs.length) {\n",
" script.setAttribute((attr = attrs[i]).name, attr.value);\n",
" }\n",
" return script;\n",
" }\n",
"\n",
" this.nodeScriptIs = function (node) {\n",
" return node.tagName === 'SCRIPT';\n",
" }\n",
" })()\n",
"\n",
" window.call_DataFrame = function (f) {\n",
" return f();\n",
" };\n",
"\n",
" let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n",
" if (funQueue) {\n",
" funQueue.forEach(function (f) {\n",
" f();\n",
" });\n",
" funQueue = [];\n",
" }\n",
"})()\n",
"\n",
"&sol;*&lt;!--*&sol;\n",
"call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;city: String&bsol;&quot;&gt;city&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Phoenix&quot;,&quot;Houston&quot;,&quot;Washington&quot;,&quot;Seattle&quot;,&quot;Jacksonville&quot;,&quot;Fort Worth&quot;,&quot;Indianapolis&quot;,&quot;Fort Worth&quot;,&quot;San Antonio&quot;,&quot;New York&quot;,&quot;Denver&quot;,&quot;Jacksonville&quot;,&quot;New York&quot;,&quot;Columbus&quot;,&quot;San Jose&quot;,&quot;Columbus&quot;,&quot;San Diego&quot;,&quot;Columbus&quot;,&quot;Chicago&quot;,&quot;New York&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;state: String&bsol;&quot;&gt;state&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Mississippi&quot;,&quot;Alabama&quot;,&quot;Alabama&quot;,&quot;Pennsylvania&quot;,&quot;Colorado&quot;,&quot;Tennessee&quot;,&quot;Delaware&quot;,&quot;Rhode Island&quot;,&quot;Louisiana&quot;,&quot;Utah&quot;,&quot;South Dakota&quot;,&quot;West Virginia&quot;,&quot;North Dakota&quot;,&quot;Ohio&quot;,&quot;Utah&quot;,&quot;Iowa&quot;,&quot;Wyoming&quot;,&quot;Arkansas&quot;,&quot;New Mexico&quot;,&quot;Arkansas&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;firstName: String&bsol;&quot;&gt;firstName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Emily&quot;,&quot;Michael&quot;,&quot;Sophia&quot;,&quot;James&quot;,&quot;Emma&quot;,&quot;Olivia&quot;,&quot;Alexander&quot;,&quot;Ava&quot;,&quot;Ethan&quot;,&quot;Isabella&quot;,&quot;Liam&quot;,&quot;Mia&quot;,&quot;Noah&quot;,&quot;Charlotte&quot;,&quot;William&quot;,&quot;Avery&quot;,&quot;Evelyn&quot;,&quot;Logan&quot;,&quot;Abigail&quot;,&quot;Jackson&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lastName: String&bsol;&quot;&gt;lastName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Johnson&quot;,&quot;Williams&quot;,&quot;Brown&quot;,&quot;Davis&quot;,&quot;Miller&quot;,&quot;Wilson&quot;,&quot;Jones&quot;,&quot;Taylor&quot;,&quot;Martinez&quot;,&quot;Anderson&quot;,&quot;Garcia&quot;,&quot;Rodriguez&quot;,&quot;Hernandez&quot;,&quot;Lopez&quot;,&quot;Gonzalez&quot;,&quot;Perez&quot;,&quot;Sanchez&quot;,&quot;Torres&quot;,&quot;Rivera&quot;,&quot;Evans&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;age: Int&bsol;&quot;&gt;age&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;27&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;33&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;40&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;36&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;37&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"], id: 1191182342, rootId: 1191182342, totalRows: 30 } ) });\n",
"&sol;*--&gt;*&sol;\n",
"\n",
"call_DataFrame(function() { DataFrame.renderTable(1191182342) });\n",
"\n",
"\n",
" &lt;&sol;script&gt;\n",
" &lt;&sol;html&gt;\"></iframe>\n",
" <script>\n",
" function o_resize_iframe_out_4() {\n",
" let elem = document.getElementById(\"iframe_out_4\");\n",
" resize_iframe_out_4(elem);\n",
" setInterval(resize_iframe_out_4, 5000, elem);\n",
" }\n",
" function resize_iframe_out_4(el) {\n",
" let h = el.contentWindow.document.body.scrollHeight;\n",
" el.height = h === 0 ? 0 : h + 41;\n",
" }\n",
" </script> <html>\n",
" <head>\n",
" <style type=\"text/css\">\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=\"dark\"], :root [data-jp-theme-light=\"false\"], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover > td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"/* formatting */\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
" </style>\n",
" </head>\n",
" <body>\n",
" <table class=\"dataframe\" id=\"static_df_1191182343\"><thead><tr><th class=\"bottomBorder\" style=\"text-align:left\">city</th><th class=\"bottomBorder\" style=\"text-align:left\">state</th><th class=\"bottomBorder\" style=\"text-align:left\">firstName</th><th class=\"bottomBorder\" style=\"text-align:left\">lastName</th><th class=\"bottomBorder\" style=\"text-align:left\">age</th></tr></thead><tbody><tr><td style=\"vertical-align:top\">Phoenix</td><td style=\"vertical-align:top\">Mississippi</td><td style=\"vertical-align:top\">Emily</td><td style=\"vertical-align:top\">Johnson</td><td style=\"vertical-align:top\">28</td></tr><tr><td style=\"vertical-align:top\">Houston</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">Michael</td><td style=\"vertical-align:top\">Williams</td><td style=\"vertical-align:top\">35</td></tr><tr><td style=\"vertical-align:top\">Washington</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">Sophia</td><td style=\"vertical-align:top\">Brown</td><td style=\"vertical-align:top\">42</td></tr><tr><td style=\"vertical-align:top\">Seattle</td><td style=\"vertical-align:top\">Pennsylvania</td><td style=\"vertical-align:top\">James</td><td style=\"vertical-align:top\">Davis</td><td style=\"vertical-align:top\">45</td></tr><tr><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">Colorado</td><td style=\"vertical-align:top\">Emma</td><td style=\"vertical-align:top\">Miller</td><td style=\"vertical-align:top\">30</td></tr><tr><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Tennessee</td><td style=\"vertical-align:top\">Olivia</td><td style=\"vertical-align:top\">Wilson</td><td style=\"vertical-align:top\">22</td></tr><tr><td style=\"vertical-align:top\">Indianapolis</td><td style=\"vertical-align:top\">Delaware</td><td style=\"vertical-align:top\">Alexander</td><td style=\"vertical-align:top\">Jones</td><td style=\"vertical-align:top\">38</td></tr><tr><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Rhode Island</td><td style=\"vertical-align:top\">Ava</td><td style=\"vertical-align:top\">Taylor</td><td style=\"vertical-align:top\">27</td></tr><tr><td style=\"vertical-align:top\">San Antonio</td><td style=\"vertical-align:top\">Louisiana</td><td style=\"vertical-align:top\">Ethan</td><td style=\"vertical-align:top\">Martinez</td><td style=\"vertical-align:top\">33</td></tr><tr><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">Isabella</td><td style=\"vertical-align:top\">Anderson</td><td style=\"vertical-align:top\">31</td></tr><tr><td style=\"vertical-align:top\">Denver</td><td style=\"vertical-align:top\">South Dakota</td><td style=\"vertical-align:top\">Liam</td><td style=\"vertical-align:top\">Garcia</td><td style=\"vertical-align:top\">29</td></tr><tr><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">West Virginia</td><td style=\"vertical-align:top\">Mia</td><td style=\"vertical-align:top\">Rodriguez</td><td style=\"vertical-align:top\">24</td></tr><tr><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">North Dakota</td><td style=\"vertical-align:top\">Noah</td><td style=\"vertical-align:top\">Hernandez</td><td style=\"vertical-align:top\">40</td></tr><tr><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Ohio</td><td style=\"vertical-align:top\">Charlotte</td><td style=\"vertical-align:top\">Lopez</td><td style=\"vertical-align:top\">36</td></tr><tr><td style=\"vertical-align:top\">San Jose</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">William</td><td style=\"vertical-align:top\">Gonzalez</td><td style=\"vertical-align:top\">32</td></tr><tr><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Iowa</td><td style=\"vertical-align:top\">Avery</td><td style=\"vertical-align:top\">Perez</td><td style=\"vertical-align:top\">25</td></tr><tr><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Wyoming</td><td style=\"vertical-align:top\">Evelyn</td><td style=\"vertical-align:top\">Sanchez</td><td style=\"vertical-align:top\">37</td></tr><tr><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">Logan</td><td style=\"vertical-align:top\">Torres</td><td style=\"vertical-align:top\">31</td></tr><tr><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">New Mexico</td><td style=\"vertical-align:top\">Abigail</td><td style=\"vertical-align:top\">Rivera</td><td style=\"vertical-align:top\">28</td></tr><tr><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">Jackson</td><td style=\"vertical-align:top\">Evans</td><td style=\"vertical-align:top\">34</td></tr></tbody></table>\n",
" </body>\n",
" <script>\n",
" document.getElementById(\"static_df_1191182343\").style.display = \"none\";\n",
" </script>\n",
" </html>"
],
"application/kotlindataframe+json": "{\"$version\":\"2.0.0\",\"metadata\":{\"columns\":[\"city\",\"state\",\"firstName\",\"lastName\",\"age\"],\"nrow\":30,\"ncol\":5},\"kotlin_dataframe\":[{\"city\":\"Phoenix\",\"state\":\"Mississippi\",\"firstName\":\"Emily\",\"lastName\":\"Johnson\",\"age\":28},{\"city\":\"Houston\",\"state\":\"Alabama\",\"firstName\":\"Michael\",\"lastName\":\"Williams\",\"age\":35},{\"city\":\"Washington\",\"state\":\"Alabama\",\"firstName\":\"Sophia\",\"lastName\":\"Brown\",\"age\":42},{\"city\":\"Seattle\",\"state\":\"Pennsylvania\",\"firstName\":\"James\",\"lastName\":\"Davis\",\"age\":45},{\"city\":\"Jacksonville\",\"state\":\"Colorado\",\"firstName\":\"Emma\",\"lastName\":\"Miller\",\"age\":30},{\"city\":\"Fort Worth\",\"state\":\"Tennessee\",\"firstName\":\"Olivia\",\"lastName\":\"Wilson\",\"age\":22},{\"city\":\"Indianapolis\",\"state\":\"Delaware\",\"firstName\":\"Alexander\",\"lastName\":\"Jones\",\"age\":38},{\"city\":\"Fort Worth\",\"state\":\"Rhode Island\",\"firstName\":\"Ava\",\"lastName\":\"Taylor\",\"age\":27},{\"city\":\"San Antonio\",\"state\":\"Louisiana\",\"firstName\":\"Ethan\",\"lastName\":\"Martinez\",\"age\":33},{\"city\":\"New York\",\"state\":\"Utah\",\"firstName\":\"Isabella\",\"lastName\":\"Anderson\",\"age\":31},{\"city\":\"Denver\",\"state\":\"South Dakota\",\"firstName\":\"Liam\",\"lastName\":\"Garcia\",\"age\":29},{\"city\":\"Jacksonville\",\"state\":\"West Virginia\",\"firstName\":\"Mia\",\"lastName\":\"Rodriguez\",\"age\":24},{\"city\":\"New York\",\"state\":\"North Dakota\",\"firstName\":\"Noah\",\"lastName\":\"Hernandez\",\"age\":40},{\"city\":\"Columbus\",\"state\":\"Ohio\",\"firstName\":\"Charlotte\",\"lastName\":\"Lopez\",\"age\":36},{\"city\":\"San Jose\",\"state\":\"Utah\",\"firstName\":\"William\",\"lastName\":\"Gonzalez\",\"age\":32},{\"city\":\"Columbus\",\"state\":\"Iowa\",\"firstName\":\"Avery\",\"lastName\":\"Perez\",\"age\":25},{\"city\":\"San Diego\",\"state\":\"Wyoming\",\"firstName\":\"Evelyn\",\"lastName\":\"Sanchez\",\"age\":37},{\"city\":\"Columbus\",\"state\":\"Arkansas\",\"firstName\":\"Logan\",\"lastName\":\"Torres\",\"age\":31},{\"city\":\"Chicago\",\"state\":\"New Mexico\",\"firstName\":\"Abigail\",\"lastName\":\"Rivera\",\"age\":28},{\"city\":\"New York\",\"state\":\"Arkansas\",\"firstName\":\"Jackson\",\"lastName\":\"Evans\",\"age\":34}]}"
},
"execution_count": 6,
"metadata": {},
"output_type": "execute_result"
}
],
"execution_count": 6
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Example of the `cols` function as filter:"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:23:04.600777800Z",
"start_time": "2024-05-30T15:23:04.443621794Z"
}
},
"cell_type": "code",
"source": [
"// selecing top-level columns with 31 in their values and all columns `address.X` where `X` is not a value column\n",
"userData.select {\n",
" cols { 31 in it.values() } and\n",
" \"address\".cols { !it.isValueColumn() }\n",
"}"
],
"outputs": [
{
"data": {
"text/html": [
" <iframe onload=\"o_resize_iframe_out_25()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_25\" frameBorder=\"0\" srcdoc=\" &lt;html&gt;\n",
" &lt;head&gt;\n",
" &lt;style type=&quot;text&sol;css&quot;&gt;\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover &gt; td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"&sol;* formatting *&sol;\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
":root {\n",
" --scroll-bg: #f5f5f5;\n",
" --scroll-fg: #b3b3b3;\n",
"}\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n",
" --scroll-bg: #3c3c3c;\n",
" --scroll-fg: #97e1fb;\n",
"}\n",
"body {\n",
" scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n",
"}\n",
"body::-webkit-scrollbar {\n",
" width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n",
" height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n",
"}\n",
"body::-webkit-scrollbar-thumb {\n",
" background-color: var(--scroll-fg);\n",
"}\n",
"body::-webkit-scrollbar-track {\n",
" background-color: var(--scroll-bg);\n",
"}\n",
" &lt;&sol;style&gt;\n",
" &lt;&sol;head&gt;\n",
" &lt;body&gt;\n",
" &lt;table class=&quot;dataframe&quot; id=&quot;df_1191182384&quot;&gt;&lt;&sol;table&gt;\n",
"\n",
"&lt;p class=&quot;dataframe_description&quot;&gt;... showing only top 20 of 30 rows&lt;&sol;p&gt;&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 30, columnsCount = 2&lt;&sol;p&gt;\n",
"\n",
" &lt;&sol;body&gt;\n",
" &lt;script&gt;\n",
" (function () {\n",
" window.DataFrame = window.DataFrame || new (function () {\n",
" this.addTable = function (df) {\n",
" let cols = df.cols;\n",
" for (let i = 0; i &lt; cols.length; i++) {\n",
" for (let c of cols[i].children) {\n",
" cols[c].parent = i;\n",
" }\n",
" }\n",
" df.nrow = 0\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n",
" }\n",
" if (df.id === df.rootId) {\n",
" df.expandedFrames = new Set()\n",
" df.childFrames = {}\n",
" const table = this.getTableElement(df.id)\n",
" table.df = df\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" let col = df.cols[i]\n",
" if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n",
" }\n",
" } else {\n",
" const rootDf = this.getTableData(df.rootId)\n",
" rootDf.childFrames[df.id] = df\n",
" }\n",
" }\n",
"\n",
" this.computeRenderData = function (df) {\n",
" let result = []\n",
" let pos = 0\n",
" for (let col = 0; col &lt; df.cols.length; col++) {\n",
" if (df.cols[col].parent === undefined)\n",
" pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n",
" }\n",
" for (let i = 0; i &lt; result.length; i++) {\n",
" let row = result[i]\n",
" for (let j = 0; j &lt; row.length; j++) {\n",
" let cell = row[j]\n",
" if (j === 0)\n",
" cell.leftBd = false\n",
" if (j &lt; row.length - 1) {\n",
" let nextData = row[j + 1]\n",
" if (nextData.leftBd) cell.rightBd = true\n",
" else if (cell.rightBd) nextData.leftBd = true\n",
" } else cell.rightBd = false\n",
" }\n",
" }\n",
" return result\n",
" }\n",
"\n",
" this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n",
" if (result.length === depth) {\n",
" const array = [];\n",
" if (pos &gt; 0) {\n",
" let j = 0\n",
" for (let i = 0; j &lt; pos; i++) {\n",
" let c = result[depth - 1][i]\n",
" j += c.span\n",
" let copy = Object.assign({empty: true}, c)\n",
" array.push(copy)\n",
" }\n",
" }\n",
" result.push(array)\n",
" }\n",
" const col = cols[colId];\n",
" let size = 0;\n",
" if (col.expanded) {\n",
" let childPos = pos\n",
" for (let i = 0; i &lt; col.children.length; i++) {\n",
" let child = col.children[i]\n",
" let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n",
" let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n",
" let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n",
" childPos += childSize\n",
" size += childSize\n",
" }\n",
" } else {\n",
" for (let i = depth + 1; i &lt; result.length; i++)\n",
" result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n",
" size = 1\n",
" }\n",
" let left = leftBorder\n",
" let right = rightBorder\n",
" if (size &gt; 1) {\n",
" left = true\n",
" right = true\n",
" }\n",
" result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n",
" return size\n",
" }\n",
"\n",
" this.getTableElement = function (id) {\n",
" return document.getElementById(&quot;df_&quot; + id)\n",
" }\n",
"\n",
" this.getTableData = function (id) {\n",
" return this.getTableElement(id).df\n",
" }\n",
"\n",
" this.createExpander = function (isExpanded) {\n",
" const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n",
" let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n",
" svg.classList.add(&quot;expanderSvg&quot;)\n",
" let path = document.createElementNS(svgNs, &quot;path&quot;)\n",
" if (isExpanded) {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n",
" } else {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n",
" }\n",
" path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n",
" svg.appendChild(path)\n",
" return svg\n",
" }\n",
"\n",
" this.renderTable = function (id) {\n",
"\n",
" let table = this.getTableElement(id)\n",
"\n",
" if (table === null) return\n",
"\n",
" table.innerHTML = &quot;&quot;\n",
"\n",
" let df = table.df\n",
" let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n",
"\n",
" &sol;&sol; header\n",
" let header = document.createElement(&quot;thead&quot;)\n",
" table.appendChild(header)\n",
"\n",
" let renderData = this.computeRenderData(df)\n",
" for (let j = 0; j &lt; renderData.length; j++) {\n",
" let rowData = renderData[j]\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" let isLastRow = j === renderData.length - 1\n",
" header.appendChild(tr);\n",
" for (let i = 0; i &lt; rowData.length; i++) {\n",
" let cell = rowData[i]\n",
" let th = document.createElement(&quot;th&quot;);\n",
" th.setAttribute(&quot;colspan&quot;, cell.span)\n",
" let colId = cell.id\n",
" let col = df.cols[colId];\n",
" if (!cell.empty) {\n",
" if (col.children.length === 0) {\n",
" th.innerHTML = col.name\n",
" } else {\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" col.expanded = !col.expanded\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(col.expanded))\n",
" link.innerHTML += col.name\n",
" th.appendChild(link)\n",
" }\n",
" }\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (isLastRow)\n",
" classes += &quot; bottomBorder&quot;\n",
" if (classes.length &gt; 0)\n",
" th.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(th)\n",
" }\n",
" }\n",
"\n",
" &sol;&sol; body\n",
" let body = document.createElement(&quot;tbody&quot;)\n",
" table.appendChild(body)\n",
"\n",
" let columns = renderData.pop()\n",
" for (let row = 0; row &lt; df.nrow; row++) {\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" body.appendChild(tr)\n",
" for (let i = 0; i &lt; columns.length; i++) {\n",
" let cell = columns[i]\n",
" let td = document.createElement(&quot;td&quot;);\n",
" let colId = cell.id\n",
" let col = df.cols[colId]\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (classes.length &gt; 0)\n",
" td.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(td)\n",
" let value = col.values[row]\n",
" if (value.frameId !== undefined) {\n",
" let frameId = value.frameId\n",
" let expanded = rootDf.expandedFrames.has(frameId)\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" if (rootDf.expandedFrames.has(frameId))\n",
" rootDf.expandedFrames.delete(frameId)\n",
" else rootDf.expandedFrames.add(frameId)\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(expanded))\n",
" link.innerHTML += value.value\n",
" if (expanded) {\n",
" td.appendChild(link)\n",
" td.appendChild(document.createElement(&quot;p&quot;))\n",
" const childTable = document.createElement(&quot;table&quot;)\n",
" childTable.className = &quot;dataframe&quot;\n",
" childTable.id = &quot;df_&quot; + frameId\n",
" let childDf = rootDf.childFrames[frameId]\n",
" childTable.df = childDf\n",
" td.appendChild(childTable)\n",
" this.renderTable(frameId)\n",
" if (childDf.nrow !== childDf.totalRows) {\n",
" const footer = document.createElement(&quot;p&quot;)\n",
" footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n",
" td.appendChild(footer)\n",
" }\n",
" } else {\n",
" td.appendChild(link)\n",
" }\n",
" } else if (value.style !== undefined) {\n",
" td.innerHTML = value.value\n",
" td.setAttribute(&quot;style&quot;, value.style)\n",
" } else td.innerHTML = value\n",
" this.nodeScriptReplace(td)\n",
" }\n",
" }\n",
" }\n",
"\n",
" this.nodeScriptReplace = function (node) {\n",
" if (this.nodeScriptIs(node) === true) {\n",
" node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n",
" } else {\n",
" let i = -1, children = node.childNodes;\n",
" while (++i &lt; children.length) {\n",
" this.nodeScriptReplace(children[i]);\n",
" }\n",
" }\n",
"\n",
" return node;\n",
" }\n",
"\n",
" this.nodeScriptClone = function (node) {\n",
" let script = document.createElement(&quot;script&quot;);\n",
" script.text = node.innerHTML;\n",
"\n",
" let i = -1, attrs = node.attributes, attr;\n",
" while (++i &lt; attrs.length) {\n",
" script.setAttribute((attr = attrs[i]).name, attr.value);\n",
" }\n",
" return script;\n",
" }\n",
"\n",
" this.nodeScriptIs = function (node) {\n",
" return node.tagName === 'SCRIPT';\n",
" }\n",
" })()\n",
"\n",
" window.call_DataFrame = function (f) {\n",
" return f();\n",
" };\n",
"\n",
" let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n",
" if (funQueue) {\n",
" funQueue.forEach(function (f) {\n",
" f();\n",
" });\n",
" funQueue = [];\n",
" }\n",
"})()\n",
"\n",
"&sol;*&lt;!--*&sol;\n",
"call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;age: Int&bsol;&quot;&gt;age&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;27&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;33&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;40&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;36&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;37&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lat: Double&bsol;&quot;&gt;lat&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-77.162130&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22.815468&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45.289366&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;16.782513&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;0.505589&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;75.326270&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35.289664&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-81.194833&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74.074918&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;41.331324&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-66.218177&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24.857497&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.037700&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-44.443762&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8.152876&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;12.789127&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-83.314840&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-64.846516&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;44.321308&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34.722451&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lng: Double&bsol;&quot;&gt;lng&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-92.084824&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;115.608581&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;46.832664&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-139.347230&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-157.432810&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-26.152850&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;7.063255&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-87.948158&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.312703&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;151.782727&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-145.340165&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-34.865429&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.704690&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.420561&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;113.297990&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;85.792598&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11.768071&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;174.775744&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-3.723903&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;63.448927&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;coordinates: DataRow&lt;*&gt;&bsol;&quot;&gt;coordinates&lt;&sol;span&gt;&quot;, children: [1, 2], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -77.16213&bsol;nlng: -92.084824&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-77.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-92.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 22.815468&bsol;nlng: 115.608581&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;115.6&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 45.289366&bsol;nlng: 46.832664&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;46.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 16.782513&bsol;nlng: -139.34723&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;16.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-139.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 0.505589&bsol;nlng: -157.43281&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;0.5&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-157.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 75.32627&bsol;nlng: -26.15285&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;75.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-26.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 35.289664&bsol;nlng: 7.063255&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;7.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -81.194833&bsol;nlng: -87.948158&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-81.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-87.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 74.074918&bsol;nlng: -25.312703&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;74.1&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 41.331324&bsol;nlng: 151.782727&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;41.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;151.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -66.218177&bsol;nlng: -145.340165&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-66.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-145.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 24.857497&bsol;nlng: -34.865429&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-34.9&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -25.0377&bsol;nlng: -151.70469&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-25.0&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -44.443762&bsol;nlng: -151.420561&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-44.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-151.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 8.152876&bsol;nlng: 113.29799&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;8.2&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;113.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 12.789127&bsol;nlng: 85.792598&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;12.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;85.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -83.31484&bsol;nlng: 11.768071&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-83.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: -64.846516&bsol;nlng: 174.775744&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-64.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;174.8&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 44.321308&bsol;nlng: -3.723903&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;44.3&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;-3.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;lat: 34.722451&bsol;nlng: 63.448927&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lat: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34.7&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;lng: &lt;&sol;span&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;63.4&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"], id: 1191182384, rootId: 1191182384, totalRows: 30 } ) });\n",
"&sol;*--&gt;*&sol;\n",
"\n",
"call_DataFrame(function() { DataFrame.renderTable(1191182384) });\n",
"\n",
"\n",
" &lt;&sol;script&gt;\n",
" &lt;&sol;html&gt;\"></iframe>\n",
" <script>\n",
" function o_resize_iframe_out_25() {\n",
" let elem = document.getElementById(\"iframe_out_25\");\n",
" resize_iframe_out_25(elem);\n",
" setInterval(resize_iframe_out_25, 5000, elem);\n",
" }\n",
" function resize_iframe_out_25(el) {\n",
" let h = el.contentWindow.document.body.scrollHeight;\n",
" el.height = h === 0 ? 0 : h + 41;\n",
" }\n",
" </script> <html>\n",
" <head>\n",
" <style type=\"text/css\">\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=\"dark\"], :root [data-jp-theme-light=\"false\"], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover > td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"/* formatting */\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
" </style>\n",
" </head>\n",
" <body>\n",
" <table class=\"dataframe\" id=\"static_df_1191182385\"><thead><tr><th class=\"rightBorder\" style=\"text-align:left\">age</th><th class=\"rightBorder leftBorder\" style=\"text-align:left\">coordinates</th><th style=\"text-align:left\"></th></tr><tr><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder leftBorder\" style=\"text-align:left\">lat</th><th class=\"bottomBorder\" style=\"text-align:left\">lng</th></tr></thead><tbody><tr><td class=\"rightBorder\" style=\"vertical-align:top\">28</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">-77.162130</td><td style=\"vertical-align:top\">-92.084824</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">35</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">22.815468</td><td style=\"vertical-align:top\">115.608581</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">42</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">45.289366</td><td style=\"vertical-align:top\">46.832664</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">45</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">16.782513</td><td style=\"vertical-align:top\">-139.347230</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">30</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">0.505589</td><td style=\"vertical-align:top\">-157.432810</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">22</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">75.326270</td><td style=\"vertical-align:top\">-26.152850</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">38</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">35.289664</td><td style=\"vertical-align:top\">7.063255</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">27</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">-81.194833</td><td style=\"vertical-align:top\">-87.948158</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">33</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">74.074918</td><td style=\"vertical-align:top\">-25.312703</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">31</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">41.331324</td><td style=\"vertical-align:top\">151.782727</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">29</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">-66.218177</td><td style=\"vertical-align:top\">-145.340165</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">24</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">24.857497</td><td style=\"vertical-align:top\">-34.865429</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">40</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">-25.037700</td><td style=\"vertical-align:top\">-151.704690</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">36</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">-44.443762</td><td style=\"vertical-align:top\">-151.420561</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">32</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">8.152876</td><td style=\"vertical-align:top\">113.297990</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">25</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">12.789127</td><td style=\"vertical-align:top\">85.792598</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">37</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">-83.314840</td><td style=\"vertical-align:top\">11.768071</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">31</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">-64.846516</td><td style=\"vertical-align:top\">174.775744</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">28</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">44.321308</td><td style=\"vertical-align:top\">-3.723903</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">34</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">34.722451</td><td style=\"vertical-align:top\">63.448927</td></tr></tbody></table>\n",
" </body>\n",
" <script>\n",
" document.getElementById(\"static_df_1191182385\").style.display = \"none\";\n",
" </script>\n",
" </html>"
],
"application/kotlindataframe+json": "{\"$version\":\"2.0.0\",\"metadata\":{\"columns\":[\"age\",\"coordinates\"],\"nrow\":30,\"ncol\":2},\"kotlin_dataframe\":[{\"age\":28,\"coordinates\":{\"data\":{\"lat\":-77.16213,\"lng\":-92.084824},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":35,\"coordinates\":{\"data\":{\"lat\":22.815468,\"lng\":115.608581},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":42,\"coordinates\":{\"data\":{\"lat\":45.289366,\"lng\":46.832664},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":45,\"coordinates\":{\"data\":{\"lat\":16.782513,\"lng\":-139.34723},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":30,\"coordinates\":{\"data\":{\"lat\":0.505589,\"lng\":-157.43281},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":22,\"coordinates\":{\"data\":{\"lat\":75.32627,\"lng\":-26.15285},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":38,\"coordinates\":{\"data\":{\"lat\":35.289664,\"lng\":7.063255},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":27,\"coordinates\":{\"data\":{\"lat\":-81.194833,\"lng\":-87.948158},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":33,\"coordinates\":{\"data\":{\"lat\":74.074918,\"lng\":-25.312703},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":31,\"coordinates\":{\"data\":{\"lat\":41.331324,\"lng\":151.782727},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":29,\"coordinates\":{\"data\":{\"lat\":-66.218177,\"lng\":-145.340165},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":24,\"coordinates\":{\"data\":{\"lat\":24.857497,\"lng\":-34.865429},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":40,\"coordinates\":{\"data\":{\"lat\":-25.0377,\"lng\":-151.70469},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":36,\"coordinates\":{\"data\":{\"lat\":-44.443762,\"lng\":-151.420561},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":32,\"coordinates\":{\"data\":{\"lat\":8.152876,\"lng\":113.29799},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":25,\"coordinates\":{\"data\":{\"lat\":12.789127,\"lng\":85.792598},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":37,\"coordinates\":{\"data\":{\"lat\":-83.31484,\"lng\":11.768071},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":31,\"coordinates\":{\"data\":{\"lat\":-64.846516,\"lng\":174.775744},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":28,\"coordinates\":{\"data\":{\"lat\":44.321308,\"lng\":-3.723903},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":34,\"coordinates\":{\"data\":{\"lat\":34.722451,\"lng\":63.448927},\"metadata\":{\"kind\":\"ColumnGroup\"}}}]}"
},
"execution_count": 16,
"metadata": {},
"output_type": "execute_result"
}
],
"execution_count": 16
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Example of the `cols` function as `[]` notation."
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:24:28.106504185Z",
"start_time": "2024-05-30T15:24:27.977715662Z"
}
},
"cell_type": "code",
"source": [
"// selecting the single top-level Number? columns and all columns `address.X` where `X` contains the value \"NY\"\n",
"userData.select {\n",
" colsOf<Number?>().single() and address[{ \"NY\" in it.values() }]\n",
"}"
],
"outputs": [
{
"data": {
"text/html": [
" <iframe onload=\"o_resize_iframe_out_31()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_31\" frameBorder=\"0\" srcdoc=\" &lt;html&gt;\n",
" &lt;head&gt;\n",
" &lt;style type=&quot;text&sol;css&quot;&gt;\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover &gt; td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"&sol;* formatting *&sol;\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
":root {\n",
" --scroll-bg: #f5f5f5;\n",
" --scroll-fg: #b3b3b3;\n",
"}\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n",
" --scroll-bg: #3c3c3c;\n",
" --scroll-fg: #97e1fb;\n",
"}\n",
"body {\n",
" scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n",
"}\n",
"body::-webkit-scrollbar {\n",
" width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n",
" height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n",
"}\n",
"body::-webkit-scrollbar-thumb {\n",
" background-color: var(--scroll-fg);\n",
"}\n",
"body::-webkit-scrollbar-track {\n",
" background-color: var(--scroll-bg);\n",
"}\n",
" &lt;&sol;style&gt;\n",
" &lt;&sol;head&gt;\n",
" &lt;body&gt;\n",
" &lt;table class=&quot;dataframe&quot; id=&quot;df_1191182396&quot;&gt;&lt;&sol;table&gt;\n",
"\n",
"&lt;p class=&quot;dataframe_description&quot;&gt;... showing only top 20 of 30 rows&lt;&sol;p&gt;&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 30, columnsCount = 2&lt;&sol;p&gt;\n",
"\n",
" &lt;&sol;body&gt;\n",
" &lt;script&gt;\n",
" (function () {\n",
" window.DataFrame = window.DataFrame || new (function () {\n",
" this.addTable = function (df) {\n",
" let cols = df.cols;\n",
" for (let i = 0; i &lt; cols.length; i++) {\n",
" for (let c of cols[i].children) {\n",
" cols[c].parent = i;\n",
" }\n",
" }\n",
" df.nrow = 0\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n",
" }\n",
" if (df.id === df.rootId) {\n",
" df.expandedFrames = new Set()\n",
" df.childFrames = {}\n",
" const table = this.getTableElement(df.id)\n",
" table.df = df\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" let col = df.cols[i]\n",
" if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n",
" }\n",
" } else {\n",
" const rootDf = this.getTableData(df.rootId)\n",
" rootDf.childFrames[df.id] = df\n",
" }\n",
" }\n",
"\n",
" this.computeRenderData = function (df) {\n",
" let result = []\n",
" let pos = 0\n",
" for (let col = 0; col &lt; df.cols.length; col++) {\n",
" if (df.cols[col].parent === undefined)\n",
" pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n",
" }\n",
" for (let i = 0; i &lt; result.length; i++) {\n",
" let row = result[i]\n",
" for (let j = 0; j &lt; row.length; j++) {\n",
" let cell = row[j]\n",
" if (j === 0)\n",
" cell.leftBd = false\n",
" if (j &lt; row.length - 1) {\n",
" let nextData = row[j + 1]\n",
" if (nextData.leftBd) cell.rightBd = true\n",
" else if (cell.rightBd) nextData.leftBd = true\n",
" } else cell.rightBd = false\n",
" }\n",
" }\n",
" return result\n",
" }\n",
"\n",
" this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n",
" if (result.length === depth) {\n",
" const array = [];\n",
" if (pos &gt; 0) {\n",
" let j = 0\n",
" for (let i = 0; j &lt; pos; i++) {\n",
" let c = result[depth - 1][i]\n",
" j += c.span\n",
" let copy = Object.assign({empty: true}, c)\n",
" array.push(copy)\n",
" }\n",
" }\n",
" result.push(array)\n",
" }\n",
" const col = cols[colId];\n",
" let size = 0;\n",
" if (col.expanded) {\n",
" let childPos = pos\n",
" for (let i = 0; i &lt; col.children.length; i++) {\n",
" let child = col.children[i]\n",
" let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n",
" let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n",
" let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n",
" childPos += childSize\n",
" size += childSize\n",
" }\n",
" } else {\n",
" for (let i = depth + 1; i &lt; result.length; i++)\n",
" result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n",
" size = 1\n",
" }\n",
" let left = leftBorder\n",
" let right = rightBorder\n",
" if (size &gt; 1) {\n",
" left = true\n",
" right = true\n",
" }\n",
" result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n",
" return size\n",
" }\n",
"\n",
" this.getTableElement = function (id) {\n",
" return document.getElementById(&quot;df_&quot; + id)\n",
" }\n",
"\n",
" this.getTableData = function (id) {\n",
" return this.getTableElement(id).df\n",
" }\n",
"\n",
" this.createExpander = function (isExpanded) {\n",
" const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n",
" let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n",
" svg.classList.add(&quot;expanderSvg&quot;)\n",
" let path = document.createElementNS(svgNs, &quot;path&quot;)\n",
" if (isExpanded) {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n",
" } else {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n",
" }\n",
" path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n",
" svg.appendChild(path)\n",
" return svg\n",
" }\n",
"\n",
" this.renderTable = function (id) {\n",
"\n",
" let table = this.getTableElement(id)\n",
"\n",
" if (table === null) return\n",
"\n",
" table.innerHTML = &quot;&quot;\n",
"\n",
" let df = table.df\n",
" let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n",
"\n",
" &sol;&sol; header\n",
" let header = document.createElement(&quot;thead&quot;)\n",
" table.appendChild(header)\n",
"\n",
" let renderData = this.computeRenderData(df)\n",
" for (let j = 0; j &lt; renderData.length; j++) {\n",
" let rowData = renderData[j]\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" let isLastRow = j === renderData.length - 1\n",
" header.appendChild(tr);\n",
" for (let i = 0; i &lt; rowData.length; i++) {\n",
" let cell = rowData[i]\n",
" let th = document.createElement(&quot;th&quot;);\n",
" th.setAttribute(&quot;colspan&quot;, cell.span)\n",
" let colId = cell.id\n",
" let col = df.cols[colId];\n",
" if (!cell.empty) {\n",
" if (col.children.length === 0) {\n",
" th.innerHTML = col.name\n",
" } else {\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" col.expanded = !col.expanded\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(col.expanded))\n",
" link.innerHTML += col.name\n",
" th.appendChild(link)\n",
" }\n",
" }\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (isLastRow)\n",
" classes += &quot; bottomBorder&quot;\n",
" if (classes.length &gt; 0)\n",
" th.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(th)\n",
" }\n",
" }\n",
"\n",
" &sol;&sol; body\n",
" let body = document.createElement(&quot;tbody&quot;)\n",
" table.appendChild(body)\n",
"\n",
" let columns = renderData.pop()\n",
" for (let row = 0; row &lt; df.nrow; row++) {\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" body.appendChild(tr)\n",
" for (let i = 0; i &lt; columns.length; i++) {\n",
" let cell = columns[i]\n",
" let td = document.createElement(&quot;td&quot;);\n",
" let colId = cell.id\n",
" let col = df.cols[colId]\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (classes.length &gt; 0)\n",
" td.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(td)\n",
" let value = col.values[row]\n",
" if (value.frameId !== undefined) {\n",
" let frameId = value.frameId\n",
" let expanded = rootDf.expandedFrames.has(frameId)\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" if (rootDf.expandedFrames.has(frameId))\n",
" rootDf.expandedFrames.delete(frameId)\n",
" else rootDf.expandedFrames.add(frameId)\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(expanded))\n",
" link.innerHTML += value.value\n",
" if (expanded) {\n",
" td.appendChild(link)\n",
" td.appendChild(document.createElement(&quot;p&quot;))\n",
" const childTable = document.createElement(&quot;table&quot;)\n",
" childTable.className = &quot;dataframe&quot;\n",
" childTable.id = &quot;df_&quot; + frameId\n",
" let childDf = rootDf.childFrames[frameId]\n",
" childTable.df = childDf\n",
" td.appendChild(childTable)\n",
" this.renderTable(frameId)\n",
" if (childDf.nrow !== childDf.totalRows) {\n",
" const footer = document.createElement(&quot;p&quot;)\n",
" footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n",
" td.appendChild(footer)\n",
" }\n",
" } else {\n",
" td.appendChild(link)\n",
" }\n",
" } else if (value.style !== undefined) {\n",
" td.innerHTML = value.value\n",
" td.setAttribute(&quot;style&quot;, value.style)\n",
" } else td.innerHTML = value\n",
" this.nodeScriptReplace(td)\n",
" }\n",
" }\n",
" }\n",
"\n",
" this.nodeScriptReplace = function (node) {\n",
" if (this.nodeScriptIs(node) === true) {\n",
" node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n",
" } else {\n",
" let i = -1, children = node.childNodes;\n",
" while (++i &lt; children.length) {\n",
" this.nodeScriptReplace(children[i]);\n",
" }\n",
" }\n",
"\n",
" return node;\n",
" }\n",
"\n",
" this.nodeScriptClone = function (node) {\n",
" let script = document.createElement(&quot;script&quot;);\n",
" script.text = node.innerHTML;\n",
"\n",
" let i = -1, attrs = node.attributes, attr;\n",
" while (++i &lt; attrs.length) {\n",
" script.setAttribute((attr = attrs[i]).name, attr.value);\n",
" }\n",
" return script;\n",
" }\n",
"\n",
" this.nodeScriptIs = function (node) {\n",
" return node.tagName === 'SCRIPT';\n",
" }\n",
" })()\n",
"\n",
" window.call_DataFrame = function (f) {\n",
" return f();\n",
" };\n",
"\n",
" let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n",
" if (funQueue) {\n",
" funQueue.forEach(function (f) {\n",
" f();\n",
" });\n",
" funQueue = [];\n",
" }\n",
"})()\n",
"\n",
"&sol;*&lt;!--*&sol;\n",
"call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;age: Int&bsol;&quot;&gt;age&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;27&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;33&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;40&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;36&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;37&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;stateCode: String&bsol;&quot;&gt;stateCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;MS&quot;,&quot;AL&quot;,&quot;AL&quot;,&quot;PA&quot;,&quot;CO&quot;,&quot;TN&quot;,&quot;DE&quot;,&quot;RI&quot;,&quot;LA&quot;,&quot;UT&quot;,&quot;SD&quot;,&quot;WV&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;UT&quot;,&quot;IA&quot;,&quot;WY&quot;,&quot;AR&quot;,&quot;NM&quot;,&quot;AR&quot;] }, \n",
"], id: 1191182396, rootId: 1191182396, totalRows: 30 } ) });\n",
"&sol;*--&gt;*&sol;\n",
"\n",
"call_DataFrame(function() { DataFrame.renderTable(1191182396) });\n",
"\n",
"\n",
" &lt;&sol;script&gt;\n",
" &lt;&sol;html&gt;\"></iframe>\n",
" <script>\n",
" function o_resize_iframe_out_31() {\n",
" let elem = document.getElementById(\"iframe_out_31\");\n",
" resize_iframe_out_31(elem);\n",
" setInterval(resize_iframe_out_31, 5000, elem);\n",
" }\n",
" function resize_iframe_out_31(el) {\n",
" let h = el.contentWindow.document.body.scrollHeight;\n",
" el.height = h === 0 ? 0 : h + 41;\n",
" }\n",
" </script> <html>\n",
" <head>\n",
" <style type=\"text/css\">\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=\"dark\"], :root [data-jp-theme-light=\"false\"], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover > td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"/* formatting */\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
" </style>\n",
" </head>\n",
" <body>\n",
" <table class=\"dataframe\" id=\"static_df_1191182397\"><thead><tr><th class=\"bottomBorder\" style=\"text-align:left\">age</th><th class=\"bottomBorder\" style=\"text-align:left\">stateCode</th></tr></thead><tbody><tr><td style=\"vertical-align:top\">28</td><td style=\"vertical-align:top\">MS</td></tr><tr><td style=\"vertical-align:top\">35</td><td style=\"vertical-align:top\">AL</td></tr><tr><td style=\"vertical-align:top\">42</td><td style=\"vertical-align:top\">AL</td></tr><tr><td style=\"vertical-align:top\">45</td><td style=\"vertical-align:top\">PA</td></tr><tr><td style=\"vertical-align:top\">30</td><td style=\"vertical-align:top\">CO</td></tr><tr><td style=\"vertical-align:top\">22</td><td style=\"vertical-align:top\">TN</td></tr><tr><td style=\"vertical-align:top\">38</td><td style=\"vertical-align:top\">DE</td></tr><tr><td style=\"vertical-align:top\">27</td><td style=\"vertical-align:top\">RI</td></tr><tr><td style=\"vertical-align:top\">33</td><td style=\"vertical-align:top\">LA</td></tr><tr><td style=\"vertical-align:top\">31</td><td style=\"vertical-align:top\">UT</td></tr><tr><td style=\"vertical-align:top\">29</td><td style=\"vertical-align:top\">SD</td></tr><tr><td style=\"vertical-align:top\">24</td><td style=\"vertical-align:top\">WV</td></tr><tr><td style=\"vertical-align:top\">40</td><td style=\"vertical-align:top\">ND</td></tr><tr><td style=\"vertical-align:top\">36</td><td style=\"vertical-align:top\">OH</td></tr><tr><td style=\"vertical-align:top\">32</td><td style=\"vertical-align:top\">UT</td></tr><tr><td style=\"vertical-align:top\">25</td><td style=\"vertical-align:top\">IA</td></tr><tr><td style=\"vertical-align:top\">37</td><td style=\"vertical-align:top\">WY</td></tr><tr><td style=\"vertical-align:top\">31</td><td style=\"vertical-align:top\">AR</td></tr><tr><td style=\"vertical-align:top\">28</td><td style=\"vertical-align:top\">NM</td></tr><tr><td style=\"vertical-align:top\">34</td><td style=\"vertical-align:top\">AR</td></tr></tbody></table>\n",
" </body>\n",
" <script>\n",
" document.getElementById(\"static_df_1191182397\").style.display = \"none\";\n",
" </script>\n",
" </html>"
],
"application/kotlindataframe+json": "{\"$version\":\"2.0.0\",\"metadata\":{\"columns\":[\"age\",\"stateCode\"],\"nrow\":30,\"ncol\":2},\"kotlin_dataframe\":[{\"age\":28,\"stateCode\":\"MS\"},{\"age\":35,\"stateCode\":\"AL\"},{\"age\":42,\"stateCode\":\"AL\"},{\"age\":45,\"stateCode\":\"PA\"},{\"age\":30,\"stateCode\":\"CO\"},{\"age\":22,\"stateCode\":\"TN\"},{\"age\":38,\"stateCode\":\"DE\"},{\"age\":27,\"stateCode\":\"RI\"},{\"age\":33,\"stateCode\":\"LA\"},{\"age\":31,\"stateCode\":\"UT\"},{\"age\":29,\"stateCode\":\"SD\"},{\"age\":24,\"stateCode\":\"WV\"},{\"age\":40,\"stateCode\":\"ND\"},{\"age\":36,\"stateCode\":\"OH\"},{\"age\":32,\"stateCode\":\"UT\"},{\"age\":25,\"stateCode\":\"IA\"},{\"age\":37,\"stateCode\":\"WY\"},{\"age\":31,\"stateCode\":\"AR\"},{\"age\":28,\"stateCode\":\"NM\"},{\"age\":34,\"stateCode\":\"AR\"}]}"
},
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
}
],
"execution_count": 18
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Example of `except`:"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:18:27.533689038Z",
"start_time": "2024-05-30T15:18:27.292132159Z"
}
},
"cell_type": "code",
"source": [
"// selecting all top-level columns up to (and including) `hair` without the column `age`\n",
"userData.select {\n",
" allUpTo { hair } except age\n",
"}"
],
"outputs": [
{
"data": {
"text/html": [
" <iframe onload=\"o_resize_iframe_out_7()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_7\" frameBorder=\"0\" srcdoc=\" &lt;html&gt;\n",
" &lt;head&gt;\n",
" &lt;style type=&quot;text&sol;css&quot;&gt;\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover &gt; td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"&sol;* formatting *&sol;\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
":root {\n",
" --scroll-bg: #f5f5f5;\n",
" --scroll-fg: #b3b3b3;\n",
"}\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n",
" --scroll-bg: #3c3c3c;\n",
" --scroll-fg: #97e1fb;\n",
"}\n",
"body {\n",
" scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n",
"}\n",
"body::-webkit-scrollbar {\n",
" width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n",
" height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n",
"}\n",
"body::-webkit-scrollbar-thumb {\n",
" background-color: var(--scroll-fg);\n",
"}\n",
"body::-webkit-scrollbar-track {\n",
" background-color: var(--scroll-bg);\n",
"}\n",
" &lt;&sol;style&gt;\n",
" &lt;&sol;head&gt;\n",
" &lt;body&gt;\n",
" &lt;table class=&quot;dataframe&quot; id=&quot;df_1191182348&quot;&gt;&lt;&sol;table&gt;\n",
"\n",
"&lt;p class=&quot;dataframe_description&quot;&gt;... showing only top 20 of 30 rows&lt;&sol;p&gt;&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 30, columnsCount = 4&lt;&sol;p&gt;\n",
"\n",
" &lt;&sol;body&gt;\n",
" &lt;script&gt;\n",
" (function () {\n",
" window.DataFrame = window.DataFrame || new (function () {\n",
" this.addTable = function (df) {\n",
" let cols = df.cols;\n",
" for (let i = 0; i &lt; cols.length; i++) {\n",
" for (let c of cols[i].children) {\n",
" cols[c].parent = i;\n",
" }\n",
" }\n",
" df.nrow = 0\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n",
" }\n",
" if (df.id === df.rootId) {\n",
" df.expandedFrames = new Set()\n",
" df.childFrames = {}\n",
" const table = this.getTableElement(df.id)\n",
" table.df = df\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" let col = df.cols[i]\n",
" if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n",
" }\n",
" } else {\n",
" const rootDf = this.getTableData(df.rootId)\n",
" rootDf.childFrames[df.id] = df\n",
" }\n",
" }\n",
"\n",
" this.computeRenderData = function (df) {\n",
" let result = []\n",
" let pos = 0\n",
" for (let col = 0; col &lt; df.cols.length; col++) {\n",
" if (df.cols[col].parent === undefined)\n",
" pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n",
" }\n",
" for (let i = 0; i &lt; result.length; i++) {\n",
" let row = result[i]\n",
" for (let j = 0; j &lt; row.length; j++) {\n",
" let cell = row[j]\n",
" if (j === 0)\n",
" cell.leftBd = false\n",
" if (j &lt; row.length - 1) {\n",
" let nextData = row[j + 1]\n",
" if (nextData.leftBd) cell.rightBd = true\n",
" else if (cell.rightBd) nextData.leftBd = true\n",
" } else cell.rightBd = false\n",
" }\n",
" }\n",
" return result\n",
" }\n",
"\n",
" this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n",
" if (result.length === depth) {\n",
" const array = [];\n",
" if (pos &gt; 0) {\n",
" let j = 0\n",
" for (let i = 0; j &lt; pos; i++) {\n",
" let c = result[depth - 1][i]\n",
" j += c.span\n",
" let copy = Object.assign({empty: true}, c)\n",
" array.push(copy)\n",
" }\n",
" }\n",
" result.push(array)\n",
" }\n",
" const col = cols[colId];\n",
" let size = 0;\n",
" if (col.expanded) {\n",
" let childPos = pos\n",
" for (let i = 0; i &lt; col.children.length; i++) {\n",
" let child = col.children[i]\n",
" let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n",
" let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n",
" let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n",
" childPos += childSize\n",
" size += childSize\n",
" }\n",
" } else {\n",
" for (let i = depth + 1; i &lt; result.length; i++)\n",
" result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n",
" size = 1\n",
" }\n",
" let left = leftBorder\n",
" let right = rightBorder\n",
" if (size &gt; 1) {\n",
" left = true\n",
" right = true\n",
" }\n",
" result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n",
" return size\n",
" }\n",
"\n",
" this.getTableElement = function (id) {\n",
" return document.getElementById(&quot;df_&quot; + id)\n",
" }\n",
"\n",
" this.getTableData = function (id) {\n",
" return this.getTableElement(id).df\n",
" }\n",
"\n",
" this.createExpander = function (isExpanded) {\n",
" const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n",
" let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n",
" svg.classList.add(&quot;expanderSvg&quot;)\n",
" let path = document.createElementNS(svgNs, &quot;path&quot;)\n",
" if (isExpanded) {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n",
" } else {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n",
" }\n",
" path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n",
" svg.appendChild(path)\n",
" return svg\n",
" }\n",
"\n",
" this.renderTable = function (id) {\n",
"\n",
" let table = this.getTableElement(id)\n",
"\n",
" if (table === null) return\n",
"\n",
" table.innerHTML = &quot;&quot;\n",
"\n",
" let df = table.df\n",
" let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n",
"\n",
" &sol;&sol; header\n",
" let header = document.createElement(&quot;thead&quot;)\n",
" table.appendChild(header)\n",
"\n",
" let renderData = this.computeRenderData(df)\n",
" for (let j = 0; j &lt; renderData.length; j++) {\n",
" let rowData = renderData[j]\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" let isLastRow = j === renderData.length - 1\n",
" header.appendChild(tr);\n",
" for (let i = 0; i &lt; rowData.length; i++) {\n",
" let cell = rowData[i]\n",
" let th = document.createElement(&quot;th&quot;);\n",
" th.setAttribute(&quot;colspan&quot;, cell.span)\n",
" let colId = cell.id\n",
" let col = df.cols[colId];\n",
" if (!cell.empty) {\n",
" if (col.children.length === 0) {\n",
" th.innerHTML = col.name\n",
" } else {\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" col.expanded = !col.expanded\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(col.expanded))\n",
" link.innerHTML += col.name\n",
" th.appendChild(link)\n",
" }\n",
" }\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (isLastRow)\n",
" classes += &quot; bottomBorder&quot;\n",
" if (classes.length &gt; 0)\n",
" th.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(th)\n",
" }\n",
" }\n",
"\n",
" &sol;&sol; body\n",
" let body = document.createElement(&quot;tbody&quot;)\n",
" table.appendChild(body)\n",
"\n",
" let columns = renderData.pop()\n",
" for (let row = 0; row &lt; df.nrow; row++) {\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" body.appendChild(tr)\n",
" for (let i = 0; i &lt; columns.length; i++) {\n",
" let cell = columns[i]\n",
" let td = document.createElement(&quot;td&quot;);\n",
" let colId = cell.id\n",
" let col = df.cols[colId]\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (classes.length &gt; 0)\n",
" td.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(td)\n",
" let value = col.values[row]\n",
" if (value.frameId !== undefined) {\n",
" let frameId = value.frameId\n",
" let expanded = rootDf.expandedFrames.has(frameId)\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" if (rootDf.expandedFrames.has(frameId))\n",
" rootDf.expandedFrames.delete(frameId)\n",
" else rootDf.expandedFrames.add(frameId)\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(expanded))\n",
" link.innerHTML += value.value\n",
" if (expanded) {\n",
" td.appendChild(link)\n",
" td.appendChild(document.createElement(&quot;p&quot;))\n",
" const childTable = document.createElement(&quot;table&quot;)\n",
" childTable.className = &quot;dataframe&quot;\n",
" childTable.id = &quot;df_&quot; + frameId\n",
" let childDf = rootDf.childFrames[frameId]\n",
" childTable.df = childDf\n",
" td.appendChild(childTable)\n",
" this.renderTable(frameId)\n",
" if (childDf.nrow !== childDf.totalRows) {\n",
" const footer = document.createElement(&quot;p&quot;)\n",
" footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n",
" td.appendChild(footer)\n",
" }\n",
" } else {\n",
" td.appendChild(link)\n",
" }\n",
" } else if (value.style !== undefined) {\n",
" td.innerHTML = value.value\n",
" td.setAttribute(&quot;style&quot;, value.style)\n",
" } else td.innerHTML = value\n",
" this.nodeScriptReplace(td)\n",
" }\n",
" }\n",
" }\n",
"\n",
" this.nodeScriptReplace = function (node) {\n",
" if (this.nodeScriptIs(node) === true) {\n",
" node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n",
" } else {\n",
" let i = -1, children = node.childNodes;\n",
" while (++i &lt; children.length) {\n",
" this.nodeScriptReplace(children[i]);\n",
" }\n",
" }\n",
"\n",
" return node;\n",
" }\n",
"\n",
" this.nodeScriptClone = function (node) {\n",
" let script = document.createElement(&quot;script&quot;);\n",
" script.text = node.innerHTML;\n",
"\n",
" let i = -1, attrs = node.attributes, attr;\n",
" while (++i &lt; attrs.length) {\n",
" script.setAttribute((attr = attrs[i]).name, attr.value);\n",
" }\n",
" return script;\n",
" }\n",
"\n",
" this.nodeScriptIs = function (node) {\n",
" return node.tagName === 'SCRIPT';\n",
" }\n",
" })()\n",
"\n",
" window.call_DataFrame = function (f) {\n",
" return f();\n",
" };\n",
"\n",
" let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n",
" if (funQueue) {\n",
" funQueue.forEach(function (f) {\n",
" f();\n",
" });\n",
" funQueue = [];\n",
" }\n",
"})()\n",
"\n",
"&sol;*&lt;!--*&sol;\n",
"call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;firstName: String&bsol;&quot;&gt;firstName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Emily&quot;,&quot;Michael&quot;,&quot;Sophia&quot;,&quot;James&quot;,&quot;Emma&quot;,&quot;Olivia&quot;,&quot;Alexander&quot;,&quot;Ava&quot;,&quot;Ethan&quot;,&quot;Isabella&quot;,&quot;Liam&quot;,&quot;Mia&quot;,&quot;Noah&quot;,&quot;Charlotte&quot;,&quot;William&quot;,&quot;Avery&quot;,&quot;Evelyn&quot;,&quot;Logan&quot;,&quot;Abigail&quot;,&quot;Jackson&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;lastName: String&bsol;&quot;&gt;lastName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Johnson&quot;,&quot;Williams&quot;,&quot;Brown&quot;,&quot;Davis&quot;,&quot;Miller&quot;,&quot;Wilson&quot;,&quot;Jones&quot;,&quot;Taylor&quot;,&quot;Martinez&quot;,&quot;Anderson&quot;,&quot;Garcia&quot;,&quot;Rodriguez&quot;,&quot;Hernandez&quot;,&quot;Lopez&quot;,&quot;Gonzalez&quot;,&quot;Perez&quot;,&quot;Sanchez&quot;,&quot;Torres&quot;,&quot;Rivera&quot;,&quot;Evans&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;maidenName: String&bsol;&quot;&gt;maidenName&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Smith&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Johnson&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Davis&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;Martinez&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;,&quot;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;color: String&bsol;&quot;&gt;color&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Brown&quot;,&quot;Green&quot;,&quot;White&quot;,&quot;Blonde&quot;,&quot;White&quot;,&quot;Gray&quot;,&quot;White&quot;,&quot;Red&quot;,&quot;Purple&quot;,&quot;Blonde&quot;,&quot;Red&quot;,&quot;Purple&quot;,&quot;Red&quot;,&quot;Gray&quot;,&quot;Gray&quot;,&quot;Green&quot;,&quot;Blue&quot;,&quot;Green&quot;,&quot;Blue&quot;,&quot;Red&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;type: String&bsol;&quot;&gt;type&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Curly&quot;,&quot;Straight&quot;,&quot;Wavy&quot;,&quot;Straight&quot;,&quot;Straight&quot;,&quot;Curly&quot;,&quot;Straight&quot;,&quot;Kinky&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Wavy&quot;,&quot;Wavy&quot;,&quot;Curly&quot;,&quot;Kinky&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Curly&quot;,&quot;Kinky&quot;,&quot;Straight&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;hair: DataRow&lt;*&gt;&bsol;&quot;&gt;hair&lt;&sol;span&gt;&quot;, children: [3, 4], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Brown&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Brown&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Green&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Green&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: White&bsol;ntype: Wavy&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;White&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Wavy&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blonde&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blonde&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: White&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;White&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Gray&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Gray&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: White&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;White&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Kinky&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Kinky&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Purple&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Purple&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blonde&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blonde&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Wavy&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Wavy&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Purple&bsol;ntype: Wavy&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Purple&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Wavy&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Gray&bsol;ntype: Kinky&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Gray&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Kinky&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Gray&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Gray&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Green&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Green&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blue&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blue&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Green&bsol;ntype: Curly&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Green&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Curly&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Blue&bsol;ntype: Kinky&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Blue&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Kinky&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;color: Red&bsol;ntype: Straight&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;color: &lt;&sol;span&gt;Red&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;type: &lt;&sol;span&gt;Straight&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"], id: 1191182348, rootId: 1191182348, totalRows: 30 } ) });\n",
"&sol;*--&gt;*&sol;\n",
"\n",
"call_DataFrame(function() { DataFrame.renderTable(1191182348) });\n",
"\n",
"\n",
" &lt;&sol;script&gt;\n",
" &lt;&sol;html&gt;\"></iframe>\n",
" <script>\n",
" function o_resize_iframe_out_7() {\n",
" let elem = document.getElementById(\"iframe_out_7\");\n",
" resize_iframe_out_7(elem);\n",
" setInterval(resize_iframe_out_7, 5000, elem);\n",
" }\n",
" function resize_iframe_out_7(el) {\n",
" let h = el.contentWindow.document.body.scrollHeight;\n",
" el.height = h === 0 ? 0 : h + 41;\n",
" }\n",
" </script> <html>\n",
" <head>\n",
" <style type=\"text/css\">\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=\"dark\"], :root [data-jp-theme-light=\"false\"], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover > td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"/* formatting */\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
" </style>\n",
" </head>\n",
" <body>\n",
" <table class=\"dataframe\" id=\"static_df_1191182349\"><thead><tr><th style=\"text-align:left\">firstName</th><th style=\"text-align:left\">lastName</th><th class=\"rightBorder\" style=\"text-align:left\">maidenName</th><th class=\"rightBorder leftBorder\" style=\"text-align:left\">hair</th><th style=\"text-align:left\"></th></tr><tr><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder leftBorder\" style=\"text-align:left\">color</th><th class=\"bottomBorder\" style=\"text-align:left\">type</th></tr></thead><tbody><tr><td style=\"vertical-align:top\">Emily</td><td style=\"vertical-align:top\">Johnson</td><td class=\"rightBorder\" style=\"vertical-align:top\">Smith</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Brown</td><td style=\"vertical-align:top\">Curly</td></tr><tr><td style=\"vertical-align:top\">Michael</td><td style=\"vertical-align:top\">Williams</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Green</td><td style=\"vertical-align:top\">Straight</td></tr><tr><td style=\"vertical-align:top\">Sophia</td><td style=\"vertical-align:top\">Brown</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">White</td><td style=\"vertical-align:top\">Wavy</td></tr><tr><td style=\"vertical-align:top\">James</td><td style=\"vertical-align:top\">Davis</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Blonde</td><td style=\"vertical-align:top\">Straight</td></tr><tr><td style=\"vertical-align:top\">Emma</td><td style=\"vertical-align:top\">Miller</td><td class=\"rightBorder\" style=\"vertical-align:top\">Johnson</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">White</td><td style=\"vertical-align:top\">Straight</td></tr><tr><td style=\"vertical-align:top\">Olivia</td><td style=\"vertical-align:top\">Wilson</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Gray</td><td style=\"vertical-align:top\">Curly</td></tr><tr><td style=\"vertical-align:top\">Alexander</td><td style=\"vertical-align:top\">Jones</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">White</td><td style=\"vertical-align:top\">Straight</td></tr><tr><td style=\"vertical-align:top\">Ava</td><td style=\"vertical-align:top\">Taylor</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Red</td><td style=\"vertical-align:top\">Kinky</td></tr><tr><td style=\"vertical-align:top\">Ethan</td><td style=\"vertical-align:top\">Martinez</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Purple</td><td style=\"vertical-align:top\">Curly</td></tr><tr><td style=\"vertical-align:top\">Isabella</td><td style=\"vertical-align:top\">Anderson</td><td class=\"rightBorder\" style=\"vertical-align:top\">Davis</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Blonde</td><td style=\"vertical-align:top\">Curly</td></tr><tr><td style=\"vertical-align:top\">Liam</td><td style=\"vertical-align:top\">Garcia</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Red</td><td style=\"vertical-align:top\">Wavy</td></tr><tr><td style=\"vertical-align:top\">Mia</td><td style=\"vertical-align:top\">Rodriguez</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Purple</td><td style=\"vertical-align:top\">Wavy</td></tr><tr><td style=\"vertical-align:top\">Noah</td><td style=\"vertical-align:top\">Hernandez</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Red</td><td style=\"vertical-align:top\">Curly</td></tr><tr><td style=\"vertical-align:top\">Charlotte</td><td style=\"vertical-align:top\">Lopez</td><td class=\"rightBorder\" style=\"vertical-align:top\">Martinez</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Gray</td><td style=\"vertical-align:top\">Kinky</td></tr><tr><td style=\"vertical-align:top\">William</td><td style=\"vertical-align:top\">Gonzalez</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Gray</td><td style=\"vertical-align:top\">Curly</td></tr><tr><td style=\"vertical-align:top\">Avery</td><td style=\"vertical-align:top\">Perez</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Green</td><td style=\"vertical-align:top\">Curly</td></tr><tr><td style=\"vertical-align:top\">Evelyn</td><td style=\"vertical-align:top\">Sanchez</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Blue</td><td style=\"vertical-align:top\">Curly</td></tr><tr><td style=\"vertical-align:top\">Logan</td><td style=\"vertical-align:top\">Torres</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Green</td><td style=\"vertical-align:top\">Curly</td></tr><tr><td style=\"vertical-align:top\">Abigail</td><td style=\"vertical-align:top\">Rivera</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Blue</td><td style=\"vertical-align:top\">Kinky</td></tr><tr><td style=\"vertical-align:top\">Jackson</td><td style=\"vertical-align:top\">Evans</td><td class=\"rightBorder\" style=\"vertical-align:top\"></td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">Red</td><td style=\"vertical-align:top\">Straight</td></tr></tbody></table>\n",
" </body>\n",
" <script>\n",
" document.getElementById(\"static_df_1191182349\").style.display = \"none\";\n",
" </script>\n",
" </html>"
],
"application/kotlindataframe+json": "{\"$version\":\"2.0.0\",\"metadata\":{\"columns\":[\"firstName\",\"lastName\",\"maidenName\",\"hair\"],\"nrow\":30,\"ncol\":4},\"kotlin_dataframe\":[{\"firstName\":\"Emily\",\"lastName\":\"Johnson\",\"maidenName\":\"Smith\",\"hair\":{\"data\":{\"color\":\"Brown\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Michael\",\"lastName\":\"Williams\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Green\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Sophia\",\"lastName\":\"Brown\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"White\",\"type\":\"Wavy\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"James\",\"lastName\":\"Davis\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Blonde\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Emma\",\"lastName\":\"Miller\",\"maidenName\":\"Johnson\",\"hair\":{\"data\":{\"color\":\"White\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Olivia\",\"lastName\":\"Wilson\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Gray\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Alexander\",\"lastName\":\"Jones\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"White\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Ava\",\"lastName\":\"Taylor\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Kinky\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Ethan\",\"lastName\":\"Martinez\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Purple\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Isabella\",\"lastName\":\"Anderson\",\"maidenName\":\"Davis\",\"hair\":{\"data\":{\"color\":\"Blonde\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Liam\",\"lastName\":\"Garcia\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Wavy\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Mia\",\"lastName\":\"Rodriguez\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Purple\",\"type\":\"Wavy\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Noah\",\"lastName\":\"Hernandez\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Charlotte\",\"lastName\":\"Lopez\",\"maidenName\":\"Martinez\",\"hair\":{\"data\":{\"color\":\"Gray\",\"type\":\"Kinky\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"William\",\"lastName\":\"Gonzalez\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Gray\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Avery\",\"lastName\":\"Perez\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Green\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Evelyn\",\"lastName\":\"Sanchez\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Blue\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Logan\",\"lastName\":\"Torres\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Green\",\"type\":\"Curly\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Abigail\",\"lastName\":\"Rivera\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Blue\",\"type\":\"Kinky\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"firstName\":\"Jackson\",\"lastName\":\"Evans\",\"maidenName\":\"\",\"hair\":{\"data\":{\"color\":\"Red\",\"type\":\"Straight\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}}]}"
},
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"execution_count": 9
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Example of `allColsExcept`:"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:18:27.836085274Z",
"start_time": "2024-05-30T15:18:27.538069189Z"
}
},
"cell_type": "code",
"source": [
"// selecting all columns `address.X` except `address.coordinates`\n",
"\n",
"// ERROR! coordinates is not a top-level column\n",
"//userData.select {\n",
"// address.allCols() except \"coordinates\"\n",
"//}\n",
"\n",
"// Works!\n",
"// We subtract the column `address.coordinates` from the column set\n",
"// containing all `address.X` columns\n",
"userData.select {\n",
" address.allCols() except address.coordinates\n",
"}\n",
"\n",
"// Works! Now with less repetition\n",
"userData.select {\n",
" address.allColsExcept { coordinates }\n",
"}\n",
"\n",
"// Just like group.select {}, this notation checks for scope violations (NEW!)\n",
"//userData.select {\n",
"// age and address.allColsExcept { age }\n",
"//}"
],
"outputs": [
{
"data": {
"text/html": [
" <iframe onload=\"o_resize_iframe_out_8()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_8\" frameBorder=\"0\" srcdoc=\" &lt;html&gt;\n",
" &lt;head&gt;\n",
" &lt;style type=&quot;text&sol;css&quot;&gt;\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover &gt; td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"&sol;* formatting *&sol;\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
":root {\n",
" --scroll-bg: #f5f5f5;\n",
" --scroll-fg: #b3b3b3;\n",
"}\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n",
" --scroll-bg: #3c3c3c;\n",
" --scroll-fg: #97e1fb;\n",
"}\n",
"body {\n",
" scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n",
"}\n",
"body::-webkit-scrollbar {\n",
" width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n",
" height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n",
"}\n",
"body::-webkit-scrollbar-thumb {\n",
" background-color: var(--scroll-fg);\n",
"}\n",
"body::-webkit-scrollbar-track {\n",
" background-color: var(--scroll-bg);\n",
"}\n",
" &lt;&sol;style&gt;\n",
" &lt;&sol;head&gt;\n",
" &lt;body&gt;\n",
" &lt;table class=&quot;dataframe&quot; id=&quot;df_1191182350&quot;&gt;&lt;&sol;table&gt;\n",
"\n",
"&lt;p class=&quot;dataframe_description&quot;&gt;... showing only top 20 of 30 rows&lt;&sol;p&gt;&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 30, columnsCount = 6&lt;&sol;p&gt;\n",
"\n",
" &lt;&sol;body&gt;\n",
" &lt;script&gt;\n",
" (function () {\n",
" window.DataFrame = window.DataFrame || new (function () {\n",
" this.addTable = function (df) {\n",
" let cols = df.cols;\n",
" for (let i = 0; i &lt; cols.length; i++) {\n",
" for (let c of cols[i].children) {\n",
" cols[c].parent = i;\n",
" }\n",
" }\n",
" df.nrow = 0\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n",
" }\n",
" if (df.id === df.rootId) {\n",
" df.expandedFrames = new Set()\n",
" df.childFrames = {}\n",
" const table = this.getTableElement(df.id)\n",
" table.df = df\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" let col = df.cols[i]\n",
" if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n",
" }\n",
" } else {\n",
" const rootDf = this.getTableData(df.rootId)\n",
" rootDf.childFrames[df.id] = df\n",
" }\n",
" }\n",
"\n",
" this.computeRenderData = function (df) {\n",
" let result = []\n",
" let pos = 0\n",
" for (let col = 0; col &lt; df.cols.length; col++) {\n",
" if (df.cols[col].parent === undefined)\n",
" pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n",
" }\n",
" for (let i = 0; i &lt; result.length; i++) {\n",
" let row = result[i]\n",
" for (let j = 0; j &lt; row.length; j++) {\n",
" let cell = row[j]\n",
" if (j === 0)\n",
" cell.leftBd = false\n",
" if (j &lt; row.length - 1) {\n",
" let nextData = row[j + 1]\n",
" if (nextData.leftBd) cell.rightBd = true\n",
" else if (cell.rightBd) nextData.leftBd = true\n",
" } else cell.rightBd = false\n",
" }\n",
" }\n",
" return result\n",
" }\n",
"\n",
" this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n",
" if (result.length === depth) {\n",
" const array = [];\n",
" if (pos &gt; 0) {\n",
" let j = 0\n",
" for (let i = 0; j &lt; pos; i++) {\n",
" let c = result[depth - 1][i]\n",
" j += c.span\n",
" let copy = Object.assign({empty: true}, c)\n",
" array.push(copy)\n",
" }\n",
" }\n",
" result.push(array)\n",
" }\n",
" const col = cols[colId];\n",
" let size = 0;\n",
" if (col.expanded) {\n",
" let childPos = pos\n",
" for (let i = 0; i &lt; col.children.length; i++) {\n",
" let child = col.children[i]\n",
" let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n",
" let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n",
" let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n",
" childPos += childSize\n",
" size += childSize\n",
" }\n",
" } else {\n",
" for (let i = depth + 1; i &lt; result.length; i++)\n",
" result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n",
" size = 1\n",
" }\n",
" let left = leftBorder\n",
" let right = rightBorder\n",
" if (size &gt; 1) {\n",
" left = true\n",
" right = true\n",
" }\n",
" result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n",
" return size\n",
" }\n",
"\n",
" this.getTableElement = function (id) {\n",
" return document.getElementById(&quot;df_&quot; + id)\n",
" }\n",
"\n",
" this.getTableData = function (id) {\n",
" return this.getTableElement(id).df\n",
" }\n",
"\n",
" this.createExpander = function (isExpanded) {\n",
" const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n",
" let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n",
" svg.classList.add(&quot;expanderSvg&quot;)\n",
" let path = document.createElementNS(svgNs, &quot;path&quot;)\n",
" if (isExpanded) {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n",
" } else {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n",
" }\n",
" path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n",
" svg.appendChild(path)\n",
" return svg\n",
" }\n",
"\n",
" this.renderTable = function (id) {\n",
"\n",
" let table = this.getTableElement(id)\n",
"\n",
" if (table === null) return\n",
"\n",
" table.innerHTML = &quot;&quot;\n",
"\n",
" let df = table.df\n",
" let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n",
"\n",
" &sol;&sol; header\n",
" let header = document.createElement(&quot;thead&quot;)\n",
" table.appendChild(header)\n",
"\n",
" let renderData = this.computeRenderData(df)\n",
" for (let j = 0; j &lt; renderData.length; j++) {\n",
" let rowData = renderData[j]\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" let isLastRow = j === renderData.length - 1\n",
" header.appendChild(tr);\n",
" for (let i = 0; i &lt; rowData.length; i++) {\n",
" let cell = rowData[i]\n",
" let th = document.createElement(&quot;th&quot;);\n",
" th.setAttribute(&quot;colspan&quot;, cell.span)\n",
" let colId = cell.id\n",
" let col = df.cols[colId];\n",
" if (!cell.empty) {\n",
" if (col.children.length === 0) {\n",
" th.innerHTML = col.name\n",
" } else {\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" col.expanded = !col.expanded\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(col.expanded))\n",
" link.innerHTML += col.name\n",
" th.appendChild(link)\n",
" }\n",
" }\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (isLastRow)\n",
" classes += &quot; bottomBorder&quot;\n",
" if (classes.length &gt; 0)\n",
" th.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(th)\n",
" }\n",
" }\n",
"\n",
" &sol;&sol; body\n",
" let body = document.createElement(&quot;tbody&quot;)\n",
" table.appendChild(body)\n",
"\n",
" let columns = renderData.pop()\n",
" for (let row = 0; row &lt; df.nrow; row++) {\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" body.appendChild(tr)\n",
" for (let i = 0; i &lt; columns.length; i++) {\n",
" let cell = columns[i]\n",
" let td = document.createElement(&quot;td&quot;);\n",
" let colId = cell.id\n",
" let col = df.cols[colId]\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (classes.length &gt; 0)\n",
" td.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(td)\n",
" let value = col.values[row]\n",
" if (value.frameId !== undefined) {\n",
" let frameId = value.frameId\n",
" let expanded = rootDf.expandedFrames.has(frameId)\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" if (rootDf.expandedFrames.has(frameId))\n",
" rootDf.expandedFrames.delete(frameId)\n",
" else rootDf.expandedFrames.add(frameId)\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(expanded))\n",
" link.innerHTML += value.value\n",
" if (expanded) {\n",
" td.appendChild(link)\n",
" td.appendChild(document.createElement(&quot;p&quot;))\n",
" const childTable = document.createElement(&quot;table&quot;)\n",
" childTable.className = &quot;dataframe&quot;\n",
" childTable.id = &quot;df_&quot; + frameId\n",
" let childDf = rootDf.childFrames[frameId]\n",
" childTable.df = childDf\n",
" td.appendChild(childTable)\n",
" this.renderTable(frameId)\n",
" if (childDf.nrow !== childDf.totalRows) {\n",
" const footer = document.createElement(&quot;p&quot;)\n",
" footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n",
" td.appendChild(footer)\n",
" }\n",
" } else {\n",
" td.appendChild(link)\n",
" }\n",
" } else if (value.style !== undefined) {\n",
" td.innerHTML = value.value\n",
" td.setAttribute(&quot;style&quot;, value.style)\n",
" } else td.innerHTML = value\n",
" this.nodeScriptReplace(td)\n",
" }\n",
" }\n",
" }\n",
"\n",
" this.nodeScriptReplace = function (node) {\n",
" if (this.nodeScriptIs(node) === true) {\n",
" node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n",
" } else {\n",
" let i = -1, children = node.childNodes;\n",
" while (++i &lt; children.length) {\n",
" this.nodeScriptReplace(children[i]);\n",
" }\n",
" }\n",
"\n",
" return node;\n",
" }\n",
"\n",
" this.nodeScriptClone = function (node) {\n",
" let script = document.createElement(&quot;script&quot;);\n",
" script.text = node.innerHTML;\n",
"\n",
" let i = -1, attrs = node.attributes, attr;\n",
" while (++i &lt; attrs.length) {\n",
" script.setAttribute((attr = attrs[i]).name, attr.value);\n",
" }\n",
" return script;\n",
" }\n",
"\n",
" this.nodeScriptIs = function (node) {\n",
" return node.tagName === 'SCRIPT';\n",
" }\n",
" })()\n",
"\n",
" window.call_DataFrame = function (f) {\n",
" return f();\n",
" };\n",
"\n",
" let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n",
" if (funQueue) {\n",
" funQueue.forEach(function (f) {\n",
" f();\n",
" });\n",
" funQueue = [];\n",
" }\n",
"})()\n",
"\n",
"&sol;*&lt;!--*&sol;\n",
"call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;address: String&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;626 Main Street&quot;,&quot;385 Fifth Street&quot;,&quot;1642 Ninth Street&quot;,&quot;238 Jefferson Street&quot;,&quot;607 Fourth Street&quot;,&quot;547 First Street&quot;,&quot;664 Maple Street&quot;,&quot;1197 First Street&quot;,&quot;466 Pine Street&quot;,&quot;1964 Oak Street&quot;,&quot;576 Fifth Street&quot;,&quot;1627 Sixth Street&quot;,&quot;1413 Maple Street&quot;,&quot;208 Second Street&quot;,&quot;31 Maple Street&quot;,&quot;1125 First Street&quot;,&quot;1170 Lincoln Street&quot;,&quot;907 Seventh Street&quot;,&quot;996 Oak Street&quot;,&quot;1873 Main Street&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;city: String&bsol;&quot;&gt;city&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Phoenix&quot;,&quot;Houston&quot;,&quot;Washington&quot;,&quot;Seattle&quot;,&quot;Jacksonville&quot;,&quot;Fort Worth&quot;,&quot;Indianapolis&quot;,&quot;Fort Worth&quot;,&quot;San Antonio&quot;,&quot;New York&quot;,&quot;Denver&quot;,&quot;Jacksonville&quot;,&quot;New York&quot;,&quot;Columbus&quot;,&quot;San Jose&quot;,&quot;Columbus&quot;,&quot;San Diego&quot;,&quot;Columbus&quot;,&quot;Chicago&quot;,&quot;New York&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;state: String&bsol;&quot;&gt;state&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Mississippi&quot;,&quot;Alabama&quot;,&quot;Alabama&quot;,&quot;Pennsylvania&quot;,&quot;Colorado&quot;,&quot;Tennessee&quot;,&quot;Delaware&quot;,&quot;Rhode Island&quot;,&quot;Louisiana&quot;,&quot;Utah&quot;,&quot;South Dakota&quot;,&quot;West Virginia&quot;,&quot;North Dakota&quot;,&quot;Ohio&quot;,&quot;Utah&quot;,&quot;Iowa&quot;,&quot;Wyoming&quot;,&quot;Arkansas&quot;,&quot;New Mexico&quot;,&quot;Arkansas&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;stateCode: String&bsol;&quot;&gt;stateCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;MS&quot;,&quot;AL&quot;,&quot;AL&quot;,&quot;PA&quot;,&quot;CO&quot;,&quot;TN&quot;,&quot;DE&quot;,&quot;RI&quot;,&quot;LA&quot;,&quot;UT&quot;,&quot;SD&quot;,&quot;WV&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;UT&quot;,&quot;IA&quot;,&quot;WY&quot;,&quot;AR&quot;,&quot;NM&quot;,&quot;AR&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;postalCode: Int&bsol;&quot;&gt;postalCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29112&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38807&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32822&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;68354&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;26593&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;83843&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;86684&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24771&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;72360&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;89352&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;57252&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;41810&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;73696&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42044&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;78243&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30973&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;43423&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;78805&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11407&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;26600&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;country: String&bsol;&quot;&gt;country&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;] }, \n",
"], id: 1191182350, rootId: 1191182350, totalRows: 30 } ) });\n",
"&sol;*--&gt;*&sol;\n",
"\n",
"call_DataFrame(function() { DataFrame.renderTable(1191182350) });\n",
"\n",
"\n",
" &lt;&sol;script&gt;\n",
" &lt;&sol;html&gt;\"></iframe>\n",
" <script>\n",
" function o_resize_iframe_out_8() {\n",
" let elem = document.getElementById(\"iframe_out_8\");\n",
" resize_iframe_out_8(elem);\n",
" setInterval(resize_iframe_out_8, 5000, elem);\n",
" }\n",
" function resize_iframe_out_8(el) {\n",
" let h = el.contentWindow.document.body.scrollHeight;\n",
" el.height = h === 0 ? 0 : h + 41;\n",
" }\n",
" </script> <html>\n",
" <head>\n",
" <style type=\"text/css\">\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=\"dark\"], :root [data-jp-theme-light=\"false\"], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover > td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"/* formatting */\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
" </style>\n",
" </head>\n",
" <body>\n",
" <table class=\"dataframe\" id=\"static_df_1191182351\"><thead><tr><th class=\"bottomBorder\" style=\"text-align:left\">address</th><th class=\"bottomBorder\" style=\"text-align:left\">city</th><th class=\"bottomBorder\" style=\"text-align:left\">state</th><th class=\"bottomBorder\" style=\"text-align:left\">stateCode</th><th class=\"bottomBorder\" style=\"text-align:left\">postalCode</th><th class=\"bottomBorder\" style=\"text-align:left\">country</th></tr></thead><tbody><tr><td style=\"vertical-align:top\">626 Main Street</td><td style=\"vertical-align:top\">Phoenix</td><td style=\"vertical-align:top\">Mississippi</td><td style=\"vertical-align:top\">MS</td><td style=\"vertical-align:top\">29112</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">385 Fifth Street</td><td style=\"vertical-align:top\">Houston</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">AL</td><td style=\"vertical-align:top\">38807</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">1642 Ninth Street</td><td style=\"vertical-align:top\">Washington</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">AL</td><td style=\"vertical-align:top\">32822</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">238 Jefferson Street</td><td style=\"vertical-align:top\">Seattle</td><td style=\"vertical-align:top\">Pennsylvania</td><td style=\"vertical-align:top\">PA</td><td style=\"vertical-align:top\">68354</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">607 Fourth Street</td><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">Colorado</td><td style=\"vertical-align:top\">CO</td><td style=\"vertical-align:top\">26593</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">547 First Street</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Tennessee</td><td style=\"vertical-align:top\">TN</td><td style=\"vertical-align:top\">83843</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">664 Maple Street</td><td style=\"vertical-align:top\">Indianapolis</td><td style=\"vertical-align:top\">Delaware</td><td style=\"vertical-align:top\">DE</td><td style=\"vertical-align:top\">86684</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">1197 First Street</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Rhode Island</td><td style=\"vertical-align:top\">RI</td><td style=\"vertical-align:top\">24771</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">466 Pine Street</td><td style=\"vertical-align:top\">San Antonio</td><td style=\"vertical-align:top\">Louisiana</td><td style=\"vertical-align:top\">LA</td><td style=\"vertical-align:top\">72360</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">1964 Oak Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">UT</td><td style=\"vertical-align:top\">89352</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">576 Fifth Street</td><td style=\"vertical-align:top\">Denver</td><td style=\"vertical-align:top\">South Dakota</td><td style=\"vertical-align:top\">SD</td><td style=\"vertical-align:top\">57252</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">1627 Sixth Street</td><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">West Virginia</td><td style=\"vertical-align:top\">WV</td><td style=\"vertical-align:top\">41810</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">1413 Maple Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">North Dakota</td><td style=\"vertical-align:top\">ND</td><td style=\"vertical-align:top\">73696</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">208 Second Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Ohio</td><td style=\"vertical-align:top\">OH</td><td style=\"vertical-align:top\">42044</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">31 Maple Street</td><td style=\"vertical-align:top\">San Jose</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">UT</td><td style=\"vertical-align:top\">78243</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">1125 First Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Iowa</td><td style=\"vertical-align:top\">IA</td><td style=\"vertical-align:top\">30973</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">1170 Lincoln Street</td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Wyoming</td><td style=\"vertical-align:top\">WY</td><td style=\"vertical-align:top\">43423</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">907 Seventh Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">AR</td><td style=\"vertical-align:top\">78805</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">996 Oak Street</td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">New Mexico</td><td style=\"vertical-align:top\">NM</td><td style=\"vertical-align:top\">11407</td><td style=\"vertical-align:top\">United States</td></tr><tr><td style=\"vertical-align:top\">1873 Main Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">AR</td><td style=\"vertical-align:top\">26600</td><td style=\"vertical-align:top\">United States</td></tr></tbody></table>\n",
" </body>\n",
" <script>\n",
" document.getElementById(\"static_df_1191182351\").style.display = \"none\";\n",
" </script>\n",
" </html>"
],
"application/kotlindataframe+json": "{\"$version\":\"2.0.0\",\"metadata\":{\"columns\":[\"address\",\"city\",\"state\",\"stateCode\",\"postalCode\",\"country\"],\"nrow\":30,\"ncol\":6},\"kotlin_dataframe\":[{\"address\":\"626 Main Street\",\"city\":\"Phoenix\",\"state\":\"Mississippi\",\"stateCode\":\"MS\",\"postalCode\":29112,\"country\":\"United States\"},{\"address\":\"385 Fifth Street\",\"city\":\"Houston\",\"state\":\"Alabama\",\"stateCode\":\"AL\",\"postalCode\":38807,\"country\":\"United States\"},{\"address\":\"1642 Ninth Street\",\"city\":\"Washington\",\"state\":\"Alabama\",\"stateCode\":\"AL\",\"postalCode\":32822,\"country\":\"United States\"},{\"address\":\"238 Jefferson Street\",\"city\":\"Seattle\",\"state\":\"Pennsylvania\",\"stateCode\":\"PA\",\"postalCode\":68354,\"country\":\"United States\"},{\"address\":\"607 Fourth Street\",\"city\":\"Jacksonville\",\"state\":\"Colorado\",\"stateCode\":\"CO\",\"postalCode\":26593,\"country\":\"United States\"},{\"address\":\"547 First Street\",\"city\":\"Fort Worth\",\"state\":\"Tennessee\",\"stateCode\":\"TN\",\"postalCode\":83843,\"country\":\"United States\"},{\"address\":\"664 Maple Street\",\"city\":\"Indianapolis\",\"state\":\"Delaware\",\"stateCode\":\"DE\",\"postalCode\":86684,\"country\":\"United States\"},{\"address\":\"1197 First Street\",\"city\":\"Fort Worth\",\"state\":\"Rhode Island\",\"stateCode\":\"RI\",\"postalCode\":24771,\"country\":\"United States\"},{\"address\":\"466 Pine Street\",\"city\":\"San Antonio\",\"state\":\"Louisiana\",\"stateCode\":\"LA\",\"postalCode\":72360,\"country\":\"United States\"},{\"address\":\"1964 Oak Street\",\"city\":\"New York\",\"state\":\"Utah\",\"stateCode\":\"UT\",\"postalCode\":89352,\"country\":\"United States\"},{\"address\":\"576 Fifth Street\",\"city\":\"Denver\",\"state\":\"South Dakota\",\"stateCode\":\"SD\",\"postalCode\":57252,\"country\":\"United States\"},{\"address\":\"1627 Sixth Street\",\"city\":\"Jacksonville\",\"state\":\"West Virginia\",\"stateCode\":\"WV\",\"postalCode\":41810,\"country\":\"United States\"},{\"address\":\"1413 Maple Street\",\"city\":\"New York\",\"state\":\"North Dakota\",\"stateCode\":\"ND\",\"postalCode\":73696,\"country\":\"United States\"},{\"address\":\"208 Second Street\",\"city\":\"Columbus\",\"state\":\"Ohio\",\"stateCode\":\"OH\",\"postalCode\":42044,\"country\":\"United States\"},{\"address\":\"31 Maple Street\",\"city\":\"San Jose\",\"state\":\"Utah\",\"stateCode\":\"UT\",\"postalCode\":78243,\"country\":\"United States\"},{\"address\":\"1125 First Street\",\"city\":\"Columbus\",\"state\":\"Iowa\",\"stateCode\":\"IA\",\"postalCode\":30973,\"country\":\"United States\"},{\"address\":\"1170 Lincoln Street\",\"city\":\"San Diego\",\"state\":\"Wyoming\",\"stateCode\":\"WY\",\"postalCode\":43423,\"country\":\"United States\"},{\"address\":\"907 Seventh Street\",\"city\":\"Columbus\",\"state\":\"Arkansas\",\"stateCode\":\"AR\",\"postalCode\":78805,\"country\":\"United States\"},{\"address\":\"996 Oak Street\",\"city\":\"Chicago\",\"state\":\"New Mexico\",\"stateCode\":\"NM\",\"postalCode\":11407,\"country\":\"United States\"},{\"address\":\"1873 Main Street\",\"city\":\"New York\",\"state\":\"Arkansas\",\"stateCode\":\"AR\",\"postalCode\":26600,\"country\":\"United States\"}]}"
},
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
],
"execution_count": 10
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Example of `except` acting like `remove`:"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:18:28.077840322Z",
"start_time": "2024-05-30T15:18:27.840246931Z"
}
},
"cell_type": "code",
"source": [
"// selecting the column `age` and column group `address`\n",
"// except `address.coordinates`\n",
"userData.select {\n",
" cols(age, address) except address.coordinates\n",
"}"
],
"outputs": [
{
"data": {
"text/html": [
" <iframe onload=\"o_resize_iframe_out_9()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_9\" frameBorder=\"0\" srcdoc=\" &lt;html&gt;\n",
" &lt;head&gt;\n",
" &lt;style type=&quot;text&sol;css&quot;&gt;\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover &gt; td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"&sol;* formatting *&sol;\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
":root {\n",
" --scroll-bg: #f5f5f5;\n",
" --scroll-fg: #b3b3b3;\n",
"}\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n",
" --scroll-bg: #3c3c3c;\n",
" --scroll-fg: #97e1fb;\n",
"}\n",
"body {\n",
" scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n",
"}\n",
"body::-webkit-scrollbar {\n",
" width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n",
" height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n",
"}\n",
"body::-webkit-scrollbar-thumb {\n",
" background-color: var(--scroll-fg);\n",
"}\n",
"body::-webkit-scrollbar-track {\n",
" background-color: var(--scroll-bg);\n",
"}\n",
" &lt;&sol;style&gt;\n",
" &lt;&sol;head&gt;\n",
" &lt;body&gt;\n",
" &lt;table class=&quot;dataframe&quot; id=&quot;df_1191182352&quot;&gt;&lt;&sol;table&gt;\n",
"\n",
"&lt;p class=&quot;dataframe_description&quot;&gt;... showing only top 20 of 30 rows&lt;&sol;p&gt;&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 30, columnsCount = 2&lt;&sol;p&gt;\n",
"\n",
" &lt;&sol;body&gt;\n",
" &lt;script&gt;\n",
" (function () {\n",
" window.DataFrame = window.DataFrame || new (function () {\n",
" this.addTable = function (df) {\n",
" let cols = df.cols;\n",
" for (let i = 0; i &lt; cols.length; i++) {\n",
" for (let c of cols[i].children) {\n",
" cols[c].parent = i;\n",
" }\n",
" }\n",
" df.nrow = 0\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n",
" }\n",
" if (df.id === df.rootId) {\n",
" df.expandedFrames = new Set()\n",
" df.childFrames = {}\n",
" const table = this.getTableElement(df.id)\n",
" table.df = df\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" let col = df.cols[i]\n",
" if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n",
" }\n",
" } else {\n",
" const rootDf = this.getTableData(df.rootId)\n",
" rootDf.childFrames[df.id] = df\n",
" }\n",
" }\n",
"\n",
" this.computeRenderData = function (df) {\n",
" let result = []\n",
" let pos = 0\n",
" for (let col = 0; col &lt; df.cols.length; col++) {\n",
" if (df.cols[col].parent === undefined)\n",
" pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n",
" }\n",
" for (let i = 0; i &lt; result.length; i++) {\n",
" let row = result[i]\n",
" for (let j = 0; j &lt; row.length; j++) {\n",
" let cell = row[j]\n",
" if (j === 0)\n",
" cell.leftBd = false\n",
" if (j &lt; row.length - 1) {\n",
" let nextData = row[j + 1]\n",
" if (nextData.leftBd) cell.rightBd = true\n",
" else if (cell.rightBd) nextData.leftBd = true\n",
" } else cell.rightBd = false\n",
" }\n",
" }\n",
" return result\n",
" }\n",
"\n",
" this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n",
" if (result.length === depth) {\n",
" const array = [];\n",
" if (pos &gt; 0) {\n",
" let j = 0\n",
" for (let i = 0; j &lt; pos; i++) {\n",
" let c = result[depth - 1][i]\n",
" j += c.span\n",
" let copy = Object.assign({empty: true}, c)\n",
" array.push(copy)\n",
" }\n",
" }\n",
" result.push(array)\n",
" }\n",
" const col = cols[colId];\n",
" let size = 0;\n",
" if (col.expanded) {\n",
" let childPos = pos\n",
" for (let i = 0; i &lt; col.children.length; i++) {\n",
" let child = col.children[i]\n",
" let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n",
" let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n",
" let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n",
" childPos += childSize\n",
" size += childSize\n",
" }\n",
" } else {\n",
" for (let i = depth + 1; i &lt; result.length; i++)\n",
" result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n",
" size = 1\n",
" }\n",
" let left = leftBorder\n",
" let right = rightBorder\n",
" if (size &gt; 1) {\n",
" left = true\n",
" right = true\n",
" }\n",
" result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n",
" return size\n",
" }\n",
"\n",
" this.getTableElement = function (id) {\n",
" return document.getElementById(&quot;df_&quot; + id)\n",
" }\n",
"\n",
" this.getTableData = function (id) {\n",
" return this.getTableElement(id).df\n",
" }\n",
"\n",
" this.createExpander = function (isExpanded) {\n",
" const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n",
" let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n",
" svg.classList.add(&quot;expanderSvg&quot;)\n",
" let path = document.createElementNS(svgNs, &quot;path&quot;)\n",
" if (isExpanded) {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n",
" } else {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n",
" }\n",
" path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n",
" svg.appendChild(path)\n",
" return svg\n",
" }\n",
"\n",
" this.renderTable = function (id) {\n",
"\n",
" let table = this.getTableElement(id)\n",
"\n",
" if (table === null) return\n",
"\n",
" table.innerHTML = &quot;&quot;\n",
"\n",
" let df = table.df\n",
" let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n",
"\n",
" &sol;&sol; header\n",
" let header = document.createElement(&quot;thead&quot;)\n",
" table.appendChild(header)\n",
"\n",
" let renderData = this.computeRenderData(df)\n",
" for (let j = 0; j &lt; renderData.length; j++) {\n",
" let rowData = renderData[j]\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" let isLastRow = j === renderData.length - 1\n",
" header.appendChild(tr);\n",
" for (let i = 0; i &lt; rowData.length; i++) {\n",
" let cell = rowData[i]\n",
" let th = document.createElement(&quot;th&quot;);\n",
" th.setAttribute(&quot;colspan&quot;, cell.span)\n",
" let colId = cell.id\n",
" let col = df.cols[colId];\n",
" if (!cell.empty) {\n",
" if (col.children.length === 0) {\n",
" th.innerHTML = col.name\n",
" } else {\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" col.expanded = !col.expanded\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(col.expanded))\n",
" link.innerHTML += col.name\n",
" th.appendChild(link)\n",
" }\n",
" }\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (isLastRow)\n",
" classes += &quot; bottomBorder&quot;\n",
" if (classes.length &gt; 0)\n",
" th.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(th)\n",
" }\n",
" }\n",
"\n",
" &sol;&sol; body\n",
" let body = document.createElement(&quot;tbody&quot;)\n",
" table.appendChild(body)\n",
"\n",
" let columns = renderData.pop()\n",
" for (let row = 0; row &lt; df.nrow; row++) {\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" body.appendChild(tr)\n",
" for (let i = 0; i &lt; columns.length; i++) {\n",
" let cell = columns[i]\n",
" let td = document.createElement(&quot;td&quot;);\n",
" let colId = cell.id\n",
" let col = df.cols[colId]\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (classes.length &gt; 0)\n",
" td.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(td)\n",
" let value = col.values[row]\n",
" if (value.frameId !== undefined) {\n",
" let frameId = value.frameId\n",
" let expanded = rootDf.expandedFrames.has(frameId)\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" if (rootDf.expandedFrames.has(frameId))\n",
" rootDf.expandedFrames.delete(frameId)\n",
" else rootDf.expandedFrames.add(frameId)\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(expanded))\n",
" link.innerHTML += value.value\n",
" if (expanded) {\n",
" td.appendChild(link)\n",
" td.appendChild(document.createElement(&quot;p&quot;))\n",
" const childTable = document.createElement(&quot;table&quot;)\n",
" childTable.className = &quot;dataframe&quot;\n",
" childTable.id = &quot;df_&quot; + frameId\n",
" let childDf = rootDf.childFrames[frameId]\n",
" childTable.df = childDf\n",
" td.appendChild(childTable)\n",
" this.renderTable(frameId)\n",
" if (childDf.nrow !== childDf.totalRows) {\n",
" const footer = document.createElement(&quot;p&quot;)\n",
" footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n",
" td.appendChild(footer)\n",
" }\n",
" } else {\n",
" td.appendChild(link)\n",
" }\n",
" } else if (value.style !== undefined) {\n",
" td.innerHTML = value.value\n",
" td.setAttribute(&quot;style&quot;, value.style)\n",
" } else td.innerHTML = value\n",
" this.nodeScriptReplace(td)\n",
" }\n",
" }\n",
" }\n",
"\n",
" this.nodeScriptReplace = function (node) {\n",
" if (this.nodeScriptIs(node) === true) {\n",
" node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n",
" } else {\n",
" let i = -1, children = node.childNodes;\n",
" while (++i &lt; children.length) {\n",
" this.nodeScriptReplace(children[i]);\n",
" }\n",
" }\n",
"\n",
" return node;\n",
" }\n",
"\n",
" this.nodeScriptClone = function (node) {\n",
" let script = document.createElement(&quot;script&quot;);\n",
" script.text = node.innerHTML;\n",
"\n",
" let i = -1, attrs = node.attributes, attr;\n",
" while (++i &lt; attrs.length) {\n",
" script.setAttribute((attr = attrs[i]).name, attr.value);\n",
" }\n",
" return script;\n",
" }\n",
"\n",
" this.nodeScriptIs = function (node) {\n",
" return node.tagName === 'SCRIPT';\n",
" }\n",
" })()\n",
"\n",
" window.call_DataFrame = function (f) {\n",
" return f();\n",
" };\n",
"\n",
" let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n",
" if (funQueue) {\n",
" funQueue.forEach(function (f) {\n",
" f();\n",
" });\n",
" funQueue = [];\n",
" }\n",
"})()\n",
"\n",
"&sol;*&lt;!--*&sol;\n",
"call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;age: Int&bsol;&quot;&gt;age&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;27&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;33&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;40&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;36&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;37&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: String&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;626 Main Street&quot;,&quot;385 Fifth Street&quot;,&quot;1642 Ninth Street&quot;,&quot;238 Jefferson Street&quot;,&quot;607 Fourth Street&quot;,&quot;547 First Street&quot;,&quot;664 Maple Street&quot;,&quot;1197 First Street&quot;,&quot;466 Pine Street&quot;,&quot;1964 Oak Street&quot;,&quot;576 Fifth Street&quot;,&quot;1627 Sixth Street&quot;,&quot;1413 Maple Street&quot;,&quot;208 Second Street&quot;,&quot;31 Maple Street&quot;,&quot;1125 First Street&quot;,&quot;1170 Lincoln Street&quot;,&quot;907 Seventh Street&quot;,&quot;996 Oak Street&quot;,&quot;1873 Main Street&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;city: String&bsol;&quot;&gt;city&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Phoenix&quot;,&quot;Houston&quot;,&quot;Washington&quot;,&quot;Seattle&quot;,&quot;Jacksonville&quot;,&quot;Fort Worth&quot;,&quot;Indianapolis&quot;,&quot;Fort Worth&quot;,&quot;San Antonio&quot;,&quot;New York&quot;,&quot;Denver&quot;,&quot;Jacksonville&quot;,&quot;New York&quot;,&quot;Columbus&quot;,&quot;San Jose&quot;,&quot;Columbus&quot;,&quot;San Diego&quot;,&quot;Columbus&quot;,&quot;Chicago&quot;,&quot;New York&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;state: String&bsol;&quot;&gt;state&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Mississippi&quot;,&quot;Alabama&quot;,&quot;Alabama&quot;,&quot;Pennsylvania&quot;,&quot;Colorado&quot;,&quot;Tennessee&quot;,&quot;Delaware&quot;,&quot;Rhode Island&quot;,&quot;Louisiana&quot;,&quot;Utah&quot;,&quot;South Dakota&quot;,&quot;West Virginia&quot;,&quot;North Dakota&quot;,&quot;Ohio&quot;,&quot;Utah&quot;,&quot;Iowa&quot;,&quot;Wyoming&quot;,&quot;Arkansas&quot;,&quot;New Mexico&quot;,&quot;Arkansas&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;stateCode: String&bsol;&quot;&gt;stateCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;MS&quot;,&quot;AL&quot;,&quot;AL&quot;,&quot;PA&quot;,&quot;CO&quot;,&quot;TN&quot;,&quot;DE&quot;,&quot;RI&quot;,&quot;LA&quot;,&quot;UT&quot;,&quot;SD&quot;,&quot;WV&quot;,&quot;ND&quot;,&quot;OH&quot;,&quot;UT&quot;,&quot;IA&quot;,&quot;WY&quot;,&quot;AR&quot;,&quot;NM&quot;,&quot;AR&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;postalCode: Int&bsol;&quot;&gt;postalCode&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29112&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38807&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32822&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;68354&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;26593&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;83843&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;86684&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24771&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;72360&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;89352&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;57252&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;41810&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;73696&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42044&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;78243&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30973&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;43423&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;78805&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;11407&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;26600&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;country: String&bsol;&quot;&gt;country&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;,&quot;United States&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: DataRow&lt;*&gt;&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [1, 2, 3, 4, 5, 6], rightAlign: false, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 626 Main Street&bsol;ncity: Phoenix&bsol;nstate: Mississippi&bsol;nstateCode: MS&bsol;npostalCode: 29112&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;626 Main Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 385 Fifth Street&bsol;ncity: Houston&bsol;nstate: Alabama&bsol;nstateCode: AL&bsol;npostalCode: 38807&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;385 Fifth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1642 Ninth Street&bsol;ncity: Washington&bsol;nstate: Alabama&bsol;nstateCode: AL&bsol;npostalCode: 32822&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1642 Ninth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 238 Jefferson Street&bsol;ncity: Seattle&bsol;nstate: Pennsylvania&bsol;nstateCode: PA&bsol;npostalCode: 68354&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;238 Jefferson Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 607 Fourth Street&bsol;ncity: Jacksonville&bsol;nstate: Colorado&bsol;nstateCode: CO&bsol;npostalCode: 26593&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;607 Fourth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 547 First Street&bsol;ncity: Fort Worth&bsol;nstate: Tennessee&bsol;nstateCode: TN&bsol;npostalCode: 83843&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;547 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 664 Maple Street&bsol;ncity: Indianapolis&bsol;nstate: Delaware&bsol;nstateCode: DE&bsol;npostalCode: 86684&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;664 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1197 First Street&bsol;ncity: Fort Worth&bsol;nstate: Rhode Island&bsol;nstateCode: RI&bsol;npostalCode: 24771&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1197 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 466 Pine Street&bsol;ncity: San Antonio&bsol;nstate: Louisiana&bsol;nstateCode: LA&bsol;npostalCode: 72360&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;466 Pine Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1964 Oak Street&bsol;ncity: New York&bsol;nstate: Utah&bsol;nstateCode: UT&bsol;npostalCode: 89352&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1964 Oak Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 576 Fifth Street&bsol;ncity: Denver&bsol;nstate: South Dakota&bsol;nstateCode: SD&bsol;npostalCode: 57252&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;576 Fifth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1627 Sixth Street&bsol;ncity: Jacksonville&bsol;nstate: West Virginia&bsol;nstateCode: WV&bsol;npostalCode: 41810&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1627 Sixth Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1413 Maple Street&bsol;ncity: New York&bsol;nstate: North Dakota&bsol;nstateCode: ND&bsol;npostalCode: 73696&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1413 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 208 Second Street&bsol;ncity: Columbus&bsol;nstate: Ohio&bsol;nstateCode: OH&bsol;npostalCode: 42044&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;208 Second Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 31 Maple Street&bsol;ncity: San Jose&bsol;nstate: Utah&bsol;nstateCode: UT&bsol;npostalCode: 78243&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;31 Maple Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;ci...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1125 First Street&bsol;ncity: Columbus&bsol;nstate: Iowa&bsol;nstateCode: IA&bsol;npostalCode: 30973&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1125 First Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1170 Lincoln Street&bsol;ncity: San Diego&bsol;nstate: Wyoming&bsol;nstateCode: WY&bsol;npostalCode: 43423&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1170 Lincoln Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 907 Seventh Street&bsol;ncity: Columbus&bsol;nstate: Arkansas&bsol;nstateCode: AR&bsol;npostalCode: 78805&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;907 Seventh Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 996 Oak Street&bsol;ncity: Chicago&bsol;nstate: New Mexico&bsol;nstateCode: NM&bsol;npostalCode: 11407&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;996 Oak Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;cit...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;address: 1873 Main Street&bsol;ncity: New York&bsol;nstate: Arkansas&bsol;nstateCode: AR&bsol;npostalCode: 26600&bsol;ncountry: United States&bsol;&quot;&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;{ &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;address: &lt;&sol;span&gt;1873 Main Street&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;c...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;, &lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt;...&lt;&sol;span&gt;&lt;span class=&bsol;&quot;structural&bsol;&quot;&gt; }&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"], id: 1191182352, rootId: 1191182352, totalRows: 30 } ) });\n",
"&sol;*--&gt;*&sol;\n",
"\n",
"call_DataFrame(function() { DataFrame.renderTable(1191182352) });\n",
"\n",
"\n",
" &lt;&sol;script&gt;\n",
" &lt;&sol;html&gt;\"></iframe>\n",
" <script>\n",
" function o_resize_iframe_out_9() {\n",
" let elem = document.getElementById(\"iframe_out_9\");\n",
" resize_iframe_out_9(elem);\n",
" setInterval(resize_iframe_out_9, 5000, elem);\n",
" }\n",
" function resize_iframe_out_9(el) {\n",
" let h = el.contentWindow.document.body.scrollHeight;\n",
" el.height = h === 0 ? 0 : h + 41;\n",
" }\n",
" </script> <html>\n",
" <head>\n",
" <style type=\"text/css\">\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=\"dark\"], :root [data-jp-theme-light=\"false\"], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody > tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover > td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"/* formatting */\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
" </style>\n",
" </head>\n",
" <body>\n",
" <table class=\"dataframe\" id=\"static_df_1191182353\"><thead><tr><th class=\"rightBorder\" style=\"text-align:left\">age</th><th class=\"rightBorder leftBorder\" style=\"text-align:left\">address</th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th><th style=\"text-align:left\"></th></tr><tr><th class=\"bottomBorder rightBorder\" style=\"text-align:left\"></th><th class=\"bottomBorder rightBorder leftBorder\" style=\"text-align:left\">address</th><th class=\"bottomBorder\" style=\"text-align:left\">city</th><th class=\"bottomBorder\" style=\"text-align:left\">state</th><th class=\"bottomBorder\" style=\"text-align:left\">stateCode</th><th class=\"bottomBorder\" style=\"text-align:left\">postalCode</th><th class=\"bottomBorder\" style=\"text-align:left\">country</th></tr></thead><tbody><tr><td class=\"rightBorder\" style=\"vertical-align:top\">28</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">626 Main Street</td><td style=\"vertical-align:top\">Phoenix</td><td style=\"vertical-align:top\">Mississippi</td><td style=\"vertical-align:top\">MS</td><td style=\"vertical-align:top\">29112</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">35</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">385 Fifth Street</td><td style=\"vertical-align:top\">Houston</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">AL</td><td style=\"vertical-align:top\">38807</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">42</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1642 Ninth Street</td><td style=\"vertical-align:top\">Washington</td><td style=\"vertical-align:top\">Alabama</td><td style=\"vertical-align:top\">AL</td><td style=\"vertical-align:top\">32822</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">45</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">238 Jefferson Street</td><td style=\"vertical-align:top\">Seattle</td><td style=\"vertical-align:top\">Pennsylvania</td><td style=\"vertical-align:top\">PA</td><td style=\"vertical-align:top\">68354</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">30</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">607 Fourth Street</td><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">Colorado</td><td style=\"vertical-align:top\">CO</td><td style=\"vertical-align:top\">26593</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">22</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">547 First Street</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Tennessee</td><td style=\"vertical-align:top\">TN</td><td style=\"vertical-align:top\">83843</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">38</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">664 Maple Street</td><td style=\"vertical-align:top\">Indianapolis</td><td style=\"vertical-align:top\">Delaware</td><td style=\"vertical-align:top\">DE</td><td style=\"vertical-align:top\">86684</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">27</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1197 First Street</td><td style=\"vertical-align:top\">Fort Worth</td><td style=\"vertical-align:top\">Rhode Island</td><td style=\"vertical-align:top\">RI</td><td style=\"vertical-align:top\">24771</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">33</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">466 Pine Street</td><td style=\"vertical-align:top\">San Antonio</td><td style=\"vertical-align:top\">Louisiana</td><td style=\"vertical-align:top\">LA</td><td style=\"vertical-align:top\">72360</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">31</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1964 Oak Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">UT</td><td style=\"vertical-align:top\">89352</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">29</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">576 Fifth Street</td><td style=\"vertical-align:top\">Denver</td><td style=\"vertical-align:top\">South Dakota</td><td style=\"vertical-align:top\">SD</td><td style=\"vertical-align:top\">57252</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">24</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1627 Sixth Street</td><td style=\"vertical-align:top\">Jacksonville</td><td style=\"vertical-align:top\">West Virginia</td><td style=\"vertical-align:top\">WV</td><td style=\"vertical-align:top\">41810</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">40</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1413 Maple Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">North Dakota</td><td style=\"vertical-align:top\">ND</td><td style=\"vertical-align:top\">73696</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">36</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">208 Second Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Ohio</td><td style=\"vertical-align:top\">OH</td><td style=\"vertical-align:top\">42044</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">32</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">31 Maple Street</td><td style=\"vertical-align:top\">San Jose</td><td style=\"vertical-align:top\">Utah</td><td style=\"vertical-align:top\">UT</td><td style=\"vertical-align:top\">78243</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">25</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1125 First Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Iowa</td><td style=\"vertical-align:top\">IA</td><td style=\"vertical-align:top\">30973</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">37</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1170 Lincoln Street</td><td style=\"vertical-align:top\">San Diego</td><td style=\"vertical-align:top\">Wyoming</td><td style=\"vertical-align:top\">WY</td><td style=\"vertical-align:top\">43423</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">31</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">907 Seventh Street</td><td style=\"vertical-align:top\">Columbus</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">AR</td><td style=\"vertical-align:top\">78805</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">28</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">996 Oak Street</td><td style=\"vertical-align:top\">Chicago</td><td style=\"vertical-align:top\">New Mexico</td><td style=\"vertical-align:top\">NM</td><td style=\"vertical-align:top\">11407</td><td style=\"vertical-align:top\">United States</td></tr><tr><td class=\"rightBorder\" style=\"vertical-align:top\">34</td><td class=\"rightBorder leftBorder\" style=\"vertical-align:top\">1873 Main Street</td><td style=\"vertical-align:top\">New York</td><td style=\"vertical-align:top\">Arkansas</td><td style=\"vertical-align:top\">AR</td><td style=\"vertical-align:top\">26600</td><td style=\"vertical-align:top\">United States</td></tr></tbody></table>\n",
" </body>\n",
" <script>\n",
" document.getElementById(\"static_df_1191182353\").style.display = \"none\";\n",
" </script>\n",
" </html>"
],
"application/kotlindataframe+json": "{\"$version\":\"2.0.0\",\"metadata\":{\"columns\":[\"age\",\"address\"],\"nrow\":30,\"ncol\":2},\"kotlin_dataframe\":[{\"age\":28,\"address\":{\"data\":{\"address\":\"626 Main Street\",\"city\":\"Phoenix\",\"state\":\"Mississippi\",\"stateCode\":\"MS\",\"postalCode\":29112,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":35,\"address\":{\"data\":{\"address\":\"385 Fifth Street\",\"city\":\"Houston\",\"state\":\"Alabama\",\"stateCode\":\"AL\",\"postalCode\":38807,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":42,\"address\":{\"data\":{\"address\":\"1642 Ninth Street\",\"city\":\"Washington\",\"state\":\"Alabama\",\"stateCode\":\"AL\",\"postalCode\":32822,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":45,\"address\":{\"data\":{\"address\":\"238 Jefferson Street\",\"city\":\"Seattle\",\"state\":\"Pennsylvania\",\"stateCode\":\"PA\",\"postalCode\":68354,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":30,\"address\":{\"data\":{\"address\":\"607 Fourth Street\",\"city\":\"Jacksonville\",\"state\":\"Colorado\",\"stateCode\":\"CO\",\"postalCode\":26593,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":22,\"address\":{\"data\":{\"address\":\"547 First Street\",\"city\":\"Fort Worth\",\"state\":\"Tennessee\",\"stateCode\":\"TN\",\"postalCode\":83843,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":38,\"address\":{\"data\":{\"address\":\"664 Maple Street\",\"city\":\"Indianapolis\",\"state\":\"Delaware\",\"stateCode\":\"DE\",\"postalCode\":86684,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":27,\"address\":{\"data\":{\"address\":\"1197 First Street\",\"city\":\"Fort Worth\",\"state\":\"Rhode Island\",\"stateCode\":\"RI\",\"postalCode\":24771,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":33,\"address\":{\"data\":{\"address\":\"466 Pine Street\",\"city\":\"San Antonio\",\"state\":\"Louisiana\",\"stateCode\":\"LA\",\"postalCode\":72360,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":31,\"address\":{\"data\":{\"address\":\"1964 Oak Street\",\"city\":\"New York\",\"state\":\"Utah\",\"stateCode\":\"UT\",\"postalCode\":89352,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":29,\"address\":{\"data\":{\"address\":\"576 Fifth Street\",\"city\":\"Denver\",\"state\":\"South Dakota\",\"stateCode\":\"SD\",\"postalCode\":57252,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":24,\"address\":{\"data\":{\"address\":\"1627 Sixth Street\",\"city\":\"Jacksonville\",\"state\":\"West Virginia\",\"stateCode\":\"WV\",\"postalCode\":41810,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":40,\"address\":{\"data\":{\"address\":\"1413 Maple Street\",\"city\":\"New York\",\"state\":\"North Dakota\",\"stateCode\":\"ND\",\"postalCode\":73696,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":36,\"address\":{\"data\":{\"address\":\"208 Second Street\",\"city\":\"Columbus\",\"state\":\"Ohio\",\"stateCode\":\"OH\",\"postalCode\":42044,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":32,\"address\":{\"data\":{\"address\":\"31 Maple Street\",\"city\":\"San Jose\",\"state\":\"Utah\",\"stateCode\":\"UT\",\"postalCode\":78243,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":25,\"address\":{\"data\":{\"address\":\"1125 First Street\",\"city\":\"Columbus\",\"state\":\"Iowa\",\"stateCode\":\"IA\",\"postalCode\":30973,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":37,\"address\":{\"data\":{\"address\":\"1170 Lincoln Street\",\"city\":\"San Diego\",\"state\":\"Wyoming\",\"stateCode\":\"WY\",\"postalCode\":43423,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":31,\"address\":{\"data\":{\"address\":\"907 Seventh Street\",\"city\":\"Columbus\",\"state\":\"Arkansas\",\"stateCode\":\"AR\",\"postalCode\":78805,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":28,\"address\":{\"data\":{\"address\":\"996 Oak Street\",\"city\":\"Chicago\",\"state\":\"New Mexico\",\"stateCode\":\"NM\",\"postalCode\":11407,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}},{\"age\":34,\"address\":{\"data\":{\"address\":\"1873 Main Street\",\"city\":\"New York\",\"state\":\"Arkansas\",\"stateCode\":\"AR\",\"postalCode\":26600,\"country\":\"United States\"},\"metadata\":{\"kind\":\"ColumnGroup\"}}}]}"
},
"execution_count": 11,
"metadata": {},
"output_type": "execute_result"
}
],
"execution_count": 11
},
{
"metadata": {},
"cell_type": "markdown",
"source": "Example of `exceptNew`:"
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-05-30T15:18:28.287860677Z",
"start_time": "2024-05-30T15:18:28.081889384Z"
}
},
"cell_type": "code",
"source": [
"@OptIn(ExperimentalExceptCsDsl::class)\n",
"userData.select {\n",
" age and address.exceptNew { coordinates }\n",
"}"
],
"outputs": [
{
"data": {
"text/html": [
" <iframe onload=\"o_resize_iframe_out_10()\" style=\"width:100%;\" class=\"result_container\" id=\"iframe_out_10\" frameBorder=\"0\" srcdoc=\" &lt;html&gt;\n",
" &lt;head&gt;\n",
" &lt;style type=&quot;text&sol;css&quot;&gt;\n",
" :root {\n",
" --background: #fff;\n",
" --background-odd: #f5f5f5;\n",
" --background-hover: #d9edfd;\n",
" --header-text-color: #474747;\n",
" --text-color: #848484;\n",
" --text-color-dark: #000;\n",
" --text-color-medium: #737373;\n",
" --text-color-pale: #b3b3b3;\n",
" --inner-border-color: #aaa;\n",
" --bold-border-color: #000;\n",
" --link-color: #296eaa;\n",
" --link-color-pale: #296eaa;\n",
" --link-hover: #1a466c;\n",
"}\n",
"\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;], .dataframe_dark{\n",
" --background: #303030;\n",
" --background-odd: #3c3c3c;\n",
" --background-hover: #464646;\n",
" --header-text-color: #dddddd;\n",
" --text-color: #b3b3b3;\n",
" --text-color-dark: #dddddd;\n",
" --text-color-medium: #b2b2b2;\n",
" --text-color-pale: #737373;\n",
" --inner-border-color: #707070;\n",
" --bold-border-color: #777777;\n",
" --link-color: #008dc0;\n",
" --link-color-pale: #97e1fb;\n",
" --link-hover: #00688e;\n",
"}\n",
"\n",
"p.dataframe_description {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe {\n",
" font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;\n",
" font-size: 12px;\n",
" background-color: var(--background);\n",
" color: var(--text-color-dark);\n",
" border: none;\n",
" border-collapse: collapse;\n",
"}\n",
"\n",
"table.dataframe th, td {\n",
" padding: 6px;\n",
" border: 1px solid transparent;\n",
" text-align: left;\n",
"}\n",
"\n",
"table.dataframe th {\n",
" background-color: var(--background);\n",
" color: var(--header-text-color);\n",
"}\n",
"\n",
"table.dataframe td {\n",
" vertical-align: top;\n",
"}\n",
"\n",
"table.dataframe th.bottomBorder {\n",
" border-bottom-color: var(--bold-border-color);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(odd) {\n",
" background: var(--background-odd);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:nth-child(even) {\n",
" background: var(--background);\n",
"}\n",
"\n",
"table.dataframe tbody &gt; tr:hover {\n",
" background: var(--background-hover);\n",
"}\n",
"\n",
"table.dataframe a {\n",
" cursor: pointer;\n",
" color: var(--link-color);\n",
" text-decoration: none;\n",
"}\n",
"\n",
"table.dataframe tr:hover &gt; td a {\n",
" color: var(--link-color-pale);\n",
"}\n",
"\n",
"table.dataframe a:hover {\n",
" color: var(--link-hover);\n",
" text-decoration: underline;\n",
"}\n",
"\n",
"table.dataframe img {\n",
" max-width: fit-content;\n",
"}\n",
"\n",
"table.dataframe th.complex {\n",
" background-color: var(--background);\n",
" border: 1px solid var(--background);\n",
"}\n",
"\n",
"table.dataframe .leftBorder {\n",
" border-left-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightBorder {\n",
" border-right-color: var(--inner-border-color);\n",
"}\n",
"\n",
"table.dataframe .rightAlign {\n",
" text-align: right;\n",
"}\n",
"\n",
"table.dataframe .expanderSvg {\n",
" width: 8px;\n",
" height: 8px;\n",
" margin-right: 3px;\n",
"}\n",
"\n",
"table.dataframe .expander {\n",
" display: flex;\n",
" align-items: center;\n",
"}\n",
"\n",
"&sol;* formatting *&sol;\n",
"\n",
"table.dataframe .null {\n",
" color: var(--text-color-pale);\n",
"}\n",
"\n",
"table.dataframe .structural {\n",
" color: var(--text-color-medium);\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .dataFrameCaption {\n",
" font-weight: bold;\n",
"}\n",
"\n",
"table.dataframe .numbers {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe td:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"table.dataframe tr:hover .formatted .structural, .null {\n",
" color: var(--text-color-dark);\n",
"}\n",
"\n",
"\n",
":root {\n",
" --scroll-bg: #f5f5f5;\n",
" --scroll-fg: #b3b3b3;\n",
"}\n",
":root[theme=&quot;dark&quot;], :root [data-jp-theme-light=&quot;false&quot;]{\n",
" --scroll-bg: #3c3c3c;\n",
" --scroll-fg: #97e1fb;\n",
"}\n",
"body {\n",
" scrollbar-color: var(--scroll-fg) var(--scroll-bg);\n",
"}\n",
"body::-webkit-scrollbar {\n",
" width: 10px; &sol;* Mostly for vertical scrollbars *&sol;\n",
" height: 10px; &sol;* Mostly for horizontal scrollbars *&sol;\n",
"}\n",
"body::-webkit-scrollbar-thumb {\n",
" background-color: var(--scroll-fg);\n",
"}\n",
"body::-webkit-scrollbar-track {\n",
" background-color: var(--scroll-bg);\n",
"}\n",
" &lt;&sol;style&gt;\n",
" &lt;&sol;head&gt;\n",
" &lt;body&gt;\n",
" &lt;table class=&quot;dataframe&quot; id=&quot;df_1191182354&quot;&gt;&lt;&sol;table&gt;\n",
"\n",
"&lt;p class=&quot;dataframe_description&quot;&gt;... showing only top 20 of 30 rows&lt;&sol;p&gt;&lt;p class=&quot;dataframe_description&quot;&gt;DataFrame: rowsCount = 30, columnsCount = 2&lt;&sol;p&gt;\n",
"\n",
" &lt;&sol;body&gt;\n",
" &lt;script&gt;\n",
" (function () {\n",
" window.DataFrame = window.DataFrame || new (function () {\n",
" this.addTable = function (df) {\n",
" let cols = df.cols;\n",
" for (let i = 0; i &lt; cols.length; i++) {\n",
" for (let c of cols[i].children) {\n",
" cols[c].parent = i;\n",
" }\n",
" }\n",
" df.nrow = 0\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" if (df.cols[i].values.length &gt; df.nrow) df.nrow = df.cols[i].values.length\n",
" }\n",
" if (df.id === df.rootId) {\n",
" df.expandedFrames = new Set()\n",
" df.childFrames = {}\n",
" const table = this.getTableElement(df.id)\n",
" table.df = df\n",
" for (let i = 0; i &lt; df.cols.length; i++) {\n",
" let col = df.cols[i]\n",
" if (col.parent === undefined &amp;&amp; col.children.length &gt; 0) col.expanded = true\n",
" }\n",
" } else {\n",
" const rootDf = this.getTableData(df.rootId)\n",
" rootDf.childFrames[df.id] = df\n",
" }\n",
" }\n",
"\n",
" this.computeRenderData = function (df) {\n",
" let result = []\n",
" let pos = 0\n",
" for (let col = 0; col &lt; df.cols.length; col++) {\n",
" if (df.cols[col].parent === undefined)\n",
" pos += this.computeRenderDataRec(df.cols, col, pos, 0, result, false, false)\n",
" }\n",
" for (let i = 0; i &lt; result.length; i++) {\n",
" let row = result[i]\n",
" for (let j = 0; j &lt; row.length; j++) {\n",
" let cell = row[j]\n",
" if (j === 0)\n",
" cell.leftBd = false\n",
" if (j &lt; row.length - 1) {\n",
" let nextData = row[j + 1]\n",
" if (nextData.leftBd) cell.rightBd = true\n",
" else if (cell.rightBd) nextData.leftBd = true\n",
" } else cell.rightBd = false\n",
" }\n",
" }\n",
" return result\n",
" }\n",
"\n",
" this.computeRenderDataRec = function (cols, colId, pos, depth, result, leftBorder, rightBorder) {\n",
" if (result.length === depth) {\n",
" const array = [];\n",
" if (pos &gt; 0) {\n",
" let j = 0\n",
" for (let i = 0; j &lt; pos; i++) {\n",
" let c = result[depth - 1][i]\n",
" j += c.span\n",
" let copy = Object.assign({empty: true}, c)\n",
" array.push(copy)\n",
" }\n",
" }\n",
" result.push(array)\n",
" }\n",
" const col = cols[colId];\n",
" let size = 0;\n",
" if (col.expanded) {\n",
" let childPos = pos\n",
" for (let i = 0; i &lt; col.children.length; i++) {\n",
" let child = col.children[i]\n",
" let childLeft = i === 0 &amp;&amp; (col.children.length &gt; 1 || leftBorder)\n",
" let childRight = i === col.children.length - 1 &amp;&amp; (col.children.length &gt; 1 || rightBorder)\n",
" let childSize = this.computeRenderDataRec(cols, child, childPos, depth + 1, result, childLeft, childRight)\n",
" childPos += childSize\n",
" size += childSize\n",
" }\n",
" } else {\n",
" for (let i = depth + 1; i &lt; result.length; i++)\n",
" result[i].push({id: colId, span: 1, leftBd: leftBorder, rightBd: rightBorder, empty: true})\n",
" size = 1\n",
" }\n",
" let left = leftBorder\n",
" let right = rightBorder\n",
" if (size &gt; 1) {\n",
" left = true\n",
" right = true\n",
" }\n",
" result[depth].push({id: colId, span: size, leftBd: left, rightBd: right})\n",
" return size\n",
" }\n",
"\n",
" this.getTableElement = function (id) {\n",
" return document.getElementById(&quot;df_&quot; + id)\n",
" }\n",
"\n",
" this.getTableData = function (id) {\n",
" return this.getTableElement(id).df\n",
" }\n",
"\n",
" this.createExpander = function (isExpanded) {\n",
" const svgNs = &quot;http:&sol;&sol;www.w3.org&sol;2000&sol;svg&quot;\n",
" let svg = document.createElementNS(svgNs, &quot;svg&quot;)\n",
" svg.classList.add(&quot;expanderSvg&quot;)\n",
" let path = document.createElementNS(svgNs, &quot;path&quot;)\n",
" if (isExpanded) {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;0 -2 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 4 4 4 -4 -1 -1 -3 3Z&quot;)\n",
" } else {\n",
" svg.setAttribute(&quot;viewBox&quot;, &quot;-2 0 8 8&quot;)\n",
" path.setAttribute(&quot;d&quot;, &quot;M1 0 l-1 1 3 3 -3 3 1 1 4 -4Z&quot;)\n",
" }\n",
" path.setAttribute(&quot;fill&quot;, &quot;currentColor&quot;)\n",
" svg.appendChild(path)\n",
" return svg\n",
" }\n",
"\n",
" this.renderTable = function (id) {\n",
"\n",
" let table = this.getTableElement(id)\n",
"\n",
" if (table === null) return\n",
"\n",
" table.innerHTML = &quot;&quot;\n",
"\n",
" let df = table.df\n",
" let rootDf = df.rootId === df.id ? df : this.getTableData(df.rootId)\n",
"\n",
" &sol;&sol; header\n",
" let header = document.createElement(&quot;thead&quot;)\n",
" table.appendChild(header)\n",
"\n",
" let renderData = this.computeRenderData(df)\n",
" for (let j = 0; j &lt; renderData.length; j++) {\n",
" let rowData = renderData[j]\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" let isLastRow = j === renderData.length - 1\n",
" header.appendChild(tr);\n",
" for (let i = 0; i &lt; rowData.length; i++) {\n",
" let cell = rowData[i]\n",
" let th = document.createElement(&quot;th&quot;);\n",
" th.setAttribute(&quot;colspan&quot;, cell.span)\n",
" let colId = cell.id\n",
" let col = df.cols[colId];\n",
" if (!cell.empty) {\n",
" if (col.children.length === 0) {\n",
" th.innerHTML = col.name\n",
" } else {\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" col.expanded = !col.expanded\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(col.expanded))\n",
" link.innerHTML += col.name\n",
" th.appendChild(link)\n",
" }\n",
" }\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (isLastRow)\n",
" classes += &quot; bottomBorder&quot;\n",
" if (classes.length &gt; 0)\n",
" th.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(th)\n",
" }\n",
" }\n",
"\n",
" &sol;&sol; body\n",
" let body = document.createElement(&quot;tbody&quot;)\n",
" table.appendChild(body)\n",
"\n",
" let columns = renderData.pop()\n",
" for (let row = 0; row &lt; df.nrow; row++) {\n",
" let tr = document.createElement(&quot;tr&quot;);\n",
" body.appendChild(tr)\n",
" for (let i = 0; i &lt; columns.length; i++) {\n",
" let cell = columns[i]\n",
" let td = document.createElement(&quot;td&quot;);\n",
" let colId = cell.id\n",
" let col = df.cols[colId]\n",
" let classes = (cell.leftBd ? &quot; leftBorder&quot; : &quot;&quot;) + (cell.rightBd ? &quot; rightBorder&quot; : &quot;&quot;)\n",
" if (col.rightAlign)\n",
" classes += &quot; rightAlign&quot;\n",
" if (classes.length &gt; 0)\n",
" td.setAttribute(&quot;class&quot;, classes)\n",
" tr.appendChild(td)\n",
" let value = col.values[row]\n",
" if (value.frameId !== undefined) {\n",
" let frameId = value.frameId\n",
" let expanded = rootDf.expandedFrames.has(frameId)\n",
" let link = document.createElement(&quot;a&quot;)\n",
" link.className = &quot;expander&quot;\n",
" let that = this\n",
" link.onclick = function () {\n",
" if (rootDf.expandedFrames.has(frameId))\n",
" rootDf.expandedFrames.delete(frameId)\n",
" else rootDf.expandedFrames.add(frameId)\n",
" that.renderTable(id)\n",
" }\n",
" link.appendChild(this.createExpander(expanded))\n",
" link.innerHTML += value.value\n",
" if (expanded) {\n",
" td.appendChild(link)\n",
" td.appendChild(document.createElement(&quot;p&quot;))\n",
" const childTable = document.createElement(&quot;table&quot;)\n",
" childTable.className = &quot;dataframe&quot;\n",
" childTable.id = &quot;df_&quot; + frameId\n",
" let childDf = rootDf.childFrames[frameId]\n",
" childTable.df = childDf\n",
" td.appendChild(childTable)\n",
" this.renderTable(frameId)\n",
" if (childDf.nrow !== childDf.totalRows) {\n",
" const footer = document.createElement(&quot;p&quot;)\n",
" footer.innerText = `... showing only top ${childDf.nrow} of ${childDf.totalRows} rows`\n",
" td.appendChild(footer)\n",
" }\n",
" } else {\n",
" td.appendChild(link)\n",
" }\n",
" } else if (value.style !== undefined) {\n",
" td.innerHTML = value.value\n",
" td.setAttribute(&quot;style&quot;, value.style)\n",
" } else td.innerHTML = value\n",
" this.nodeScriptReplace(td)\n",
" }\n",
" }\n",
" }\n",
"\n",
" this.nodeScriptReplace = function (node) {\n",
" if (this.nodeScriptIs(node) === true) {\n",
" node.parentNode.replaceChild(this.nodeScriptClone(node), node);\n",
" } else {\n",
" let i = -1, children = node.childNodes;\n",
" while (++i &lt; children.length) {\n",
" this.nodeScriptReplace(children[i]);\n",
" }\n",
" }\n",
"\n",
" return node;\n",
" }\n",
"\n",
" this.nodeScriptClone = function (node) {\n",
" let script = document.createElement(&quot;script&quot;);\n",
" script.text = node.innerHTML;\n",
"\n",
" let i = -1, attrs = node.attributes, attr;\n",
" while (++i &lt; attrs.length) {\n",
" script.setAttribute((attr = attrs[i]).name, attr.value);\n",
" }\n",
" return script;\n",
" }\n",
"\n",
" this.nodeScriptIs = function (node) {\n",
" return node.tagName === 'SCRIPT';\n",
" }\n",
" })()\n",
"\n",
" window.call_DataFrame = function (f) {\n",
" return f();\n",
" };\n",
"\n",
" let funQueue = window[&quot;kotlinQueues&quot;] &amp;&amp; window[&quot;kotlinQueues&quot;][&quot;DataFrame&quot;];\n",
" if (funQueue) {\n",
" funQueue.forEach(function (f) {\n",
" f();\n",
" });\n",
" funQueue = [];\n",
" }\n",
"})()\n",
"\n",
"&sol;*&lt;!--*&sol;\n",
"call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: &quot;&lt;span title=&bsol;&quot;age: Int&bsol;&quot;&gt;age&lt;&sol;span&gt;&quot;, children: [], rightAlign: true, values: [&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;35&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;42&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;45&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;30&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;22&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;38&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;27&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;33&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;29&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;24&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;40&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;36&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;32&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;25&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;37&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;31&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;28&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;,&quot;&lt;span class=&bsol;&quot;formatted&bsol;&quot; title=&bsol;&quot;&bsol;&quot;&gt;&lt;span class=&bsol;&quot;numbers&bsol;&quot;&gt;34&lt;&sol;span&gt;&lt;&sol;span&gt;&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;address: String&bsol;&quot;&gt;address&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;626 Main Street&quot;,&quot;385 Fifth Street&quot;,&quot;1642 Ninth Street&quot;,&quot;238 Jefferson Street&quot;,&quot;607 Fourth Street&quot;,&quot;547 First Street&quot;,&quot;664 Maple Street&quot;,&quot;1197 First Street&quot;,&quot;466 Pine Street&quot;,&quot;1964 Oak Street&quot;,&quot;576 Fifth Street&quot;,&quot;1627 Sixth Street&quot;,&quot;1413 Maple Street&quot;,&quot;208 Second Street&quot;,&quot;31 Maple Street&quot;,&quot;1125 First Street&quot;,&quot;1170 Lincoln Street&quot;,&quot;907 Seventh Street&quot;,&quot;996 Oak Street&quot;,&quot;1873 Main Street&quot;] }, \n",
"{ name: &quot;&lt;span title=&bsol;&quot;city: String&bsol;&quot;&gt;city&lt;&sol;span&gt;&quot;, children: [], rightAlign: false, values: [&quot;Phoenix&quot;,&quot;Houston&quot;,&quot;Washington&quot;,&quot;Seattle&quot;,&quot;Jacksonville&quot;,&quot;Fort Worth&quot;,&quot;Indianapolis&quot;,&quot;Fort Worth&quot;,&quot;San Antonio&quot;,&quot;New York&quot;,&quot;Denver&quot;,&quot;Jacksonville&quot;,&quot;New York&quot;,&quot;Columbus&quot;,&quot;San Jose&quot;,&quot;Co
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment