edit path

This commit is contained in:
revengel66 2024-09-13 21:27:08 +04:00
parent e3084d33b8
commit 5528f802bc

View File

@ -11,7 +11,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": 3,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -28,7 +28,7 @@
"source": [ "source": [
"import pandas as pd\n", "import pandas as pd\n",
"\n", "\n",
"df = pd.read_csv(\".//static//csv//StudentsPerformance.csv\")\n", "df = pd.read_csv(\"..//..//static//csv//StudentsPerformance.csv\")\n",
"print (df.columns)" "print (df.columns)"
] ]
} }