File tree 1 file changed +13
-1
lines changed
homework/hw2/246653_hw2_2025_1
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 594
594
},
595
595
{
596
596
"cell_type" : " code" ,
597
- "execution_count" : 2 ,
597
+ "execution_count" : null ,
598
598
"id" : " b89249ff" ,
599
599
"metadata" : {},
600
600
"outputs" : [
611
611
" basededatosfinal_hw2 = pd.read_csv(\" result_all_combined.csv\" , encoding='utf-8')"
612
612
]
613
613
},
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
+ },
614
623
{
615
624
"cell_type" : " markdown" ,
616
625
"id" : " 73b137b2" ,
709
718
"source" : [
710
719
" \n " ,
711
720
" #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 " ,
712
724
" \n " ,
713
725
" print(basededatosfinal_hw2.shape) # (rows, columns)\n " ,
714
726
" print(basededatosfinal_hw2.columns.tolist()) # list of all variable names\n " ,
You can’t perform that action at this time.
0 commit comments