Skip to content

Commit 6479954

Browse files
committed
'fix append to concat'
1 parent 2dff015 commit 6479954

File tree

2 files changed

+283
-109
lines changed

2 files changed

+283
-109
lines changed

Python/Pandas/06-Add-Remove-Rows-Columns/Pandas-Demo.ipynb

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 2,
14+
"execution_count": 3,
1515
"metadata": {},
1616
"outputs": [],
1717
"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')"
2020
]
2121
},
2222
{
2323
"cell_type": "code",
24-
"execution_count": 3,
24+
"execution_count": 4,
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"cell_type": "code",
34-
"execution_count": 4,
34+
"execution_count": 5,
3535
"metadata": {
3636
"scrolled": true
3737
},
@@ -1064,7 +1064,7 @@
10641064
"5 Appropriate in length Easy "
10651065
]
10661066
},
1067-
"execution_count": 4,
1067+
"execution_count": 5,
10681068
"metadata": {},
10691069
"output_type": "execute_result"
10701070
}
@@ -1097,7 +1097,7 @@
10971097
"name": "python",
10981098
"nbconvert_exporter": "python",
10991099
"pygments_lexer": "ipython3",
1100-
"version": "3.7.4"
1100+
"version": "3.10.13"
11011101
}
11021102
},
11031103
"nbformat": 4,

0 commit comments

Comments
 (0)