Skip to content

Commit bc0d7dc

Browse files
authoredApr 18, 2025
Merge pull request #94 from d2cml-ai/246653_hw2_2025_1
#70
2 parents 750073a + 798431b commit bc0d7dc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
 

‎homework/hw2/246653_hw2_2025_1/hw2.ipynb

+13-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@
594594
},
595595
{
596596
"cell_type": "code",
597-
"execution_count": 2,
597+
"execution_count": null,
598598
"id": "b89249ff",
599599
"metadata": {},
600600
"outputs": [
@@ -611,6 +611,15 @@
611611
"basededatosfinal_hw2 = pd.read_csv(\"result_all_combined.csv\", encoding='utf-8')"
612612
]
613613
},
614+
{
615+
"cell_type": "markdown",
616+
"id": "7809092b",
617+
"metadata": {},
618+
"source": [
619+
"# Este es el link de la base de datos\n",
620+
"https://drive.google.com/file/d/1HWygJbIFK5RDEctCXOqSJ0tj-CZ6FbIX/view?usp=sharing\n"
621+
]
622+
},
614623
{
615624
"cell_type": "markdown",
616625
"id": "73b137b2",
@@ -709,6 +718,9 @@
709718
"source": [
710719
"\n",
711720
"#Esta es la estructura original de mi dataset\n",
721+
"basededatosfinal_hw2 = pd.read_csv(\"result_all_combined.csv\", encoding='utf-8')\n",
722+
"\n",
723+
"\n",
712724
"\n",
713725
"print(basededatosfinal_hw2.shape) # (rows, columns)\n",
714726
"print(basededatosfinal_hw2.columns.tolist()) # list of all variable names\n",

0 commit comments

Comments
 (0)
Please sign in to comment.