{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "8226e658", "metadata": {}, "outputs": [], "source": [ "import pandas as pd" ] }, { "cell_type": "code", "execution_count": 12, "id": "7e95cb09", "metadata": {}, "outputs": [ { "data": { "application/vnd.microsoft.datawrangler.viewer.v0+json": { "columns": [ { "name": "index", "rawType": "int64", "type": "integer" }, { "name": "X1", "rawType": "float64", "type": "float" }, { "name": "X2", "rawType": "float64", "type": "float" }, { "name": "Y", "rawType": "float64", "type": "float" } ], "ref": "018727a2-2342-424f-8395-021f40817c5a", "rows": [ [ "0", "-0.8363543", "4.520502", "-19.868094121443526" ], [ "1", "0.4020083", "3.252834", "-10.46598545005849" ], [ "2", "-0.2492138", "3.610425", "-12.91499193423918" ], [ "3", "-0.6257167", "4.58877", "-20.67839639765537" ], [ "4", "-0.9899948", "4.893924", "-22.99404413854238" ] ], "shape": { "columns": 3, "rows": 5 } }, "text/html": [ "
| \n", " | X1 | \n", "X2 | \n", "Y | \n", "
|---|---|---|---|
| 0 | \n", "-0.836354 | \n", "4.520502 | \n", "-19.868094 | \n", "
| 1 | \n", "0.402008 | \n", "3.252834 | \n", "-10.465985 | \n", "
| 2 | \n", "-0.249214 | \n", "3.610425 | \n", "-12.914992 | \n", "
| 3 | \n", "-0.625717 | \n", "4.588770 | \n", "-20.678396 | \n", "
| 4 | \n", "-0.989995 | \n", "4.893924 | \n", "-22.994044 | \n", "