File tree 2 files changed +283
-109
lines changed
Python/Pandas/06-Add-Remove-Rows-Columns
2 files changed +283
-109
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
{
13
13
"cell_type" : " code" ,
14
- "execution_count" : 2 ,
14
+ "execution_count" : 3 ,
15
15
"metadata" : {},
16
16
"outputs" : [],
17
17
"source" : [
18
- " df = pd.read_csv('data/survey_results_public.csv', index_col='Respondent')\n " ,
19
- " schema_df = pd.read_csv('data/survey_results_schema.csv', index_col='Column')"
18
+ " df = pd.read_csv('../ data/survey_results_public.csv', index_col='Respondent')\n " ,
19
+ " schema_df = pd.read_csv('../ data/survey_results_schema.csv', index_col='Column')"
20
20
]
21
21
},
22
22
{
23
23
"cell_type" : " code" ,
24
- "execution_count" : 3 ,
24
+ "execution_count" : 4 ,
25
25
"metadata" : {},
26
26
"outputs" : [],
27
27
"source" : [
31
31
},
32
32
{
33
33
"cell_type" : " code" ,
34
- "execution_count" : 4 ,
34
+ "execution_count" : 5 ,
35
35
"metadata" : {
36
36
"scrolled" : true
37
37
},
1064
1064
" 5 Appropriate in length Easy "
1065
1065
]
1066
1066
},
1067
- "execution_count" : 4 ,
1067
+ "execution_count" : 5 ,
1068
1068
"metadata" : {},
1069
1069
"output_type" : " execute_result"
1070
1070
}
1097
1097
"name" : " python" ,
1098
1098
"nbconvert_exporter" : " python" ,
1099
1099
"pygments_lexer" : " ipython3" ,
1100
- "version" : " 3.7.4 "
1100
+ "version" : " 3.10.13 "
1101
1101
}
1102
1102
},
1103
1103
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments