{ "cells": [ { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "application/vnd.microsoft.datawrangler.viewer.v0+json": { "columns": [ { "name": "index", "rawType": "int64", "type": "integer" }, { "name": "x", "rawType": "int64", "type": "integer" }, { "name": "y", "rawType": "float64", "type": "float" } ], "ref": "01bfa4fa-e013-4720-a477-a2e661ddc264", "rows": [ [ "0", "1", "12.6" ], [ "1", "3", "11.9" ], [ "2", "5", "12.8" ], [ "3", "6", "11.8" ], [ "4", "8", "12.3" ] ], "shape": { "columns": 2, "rows": 5 } }, "text/html": [ "
| \n", " | x | \n", "y | \n", "
|---|---|---|
| 0 | \n", "1 | \n", "12.6 | \n", "
| 1 | \n", "3 | \n", "11.9 | \n", "
| 2 | \n", "5 | \n", "12.8 | \n", "
| 3 | \n", "6 | \n", "11.8 | \n", "
| 4 | \n", "8 | \n", "12.3 | \n", "