Skip to content

Commit 072f073

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9d939c2 commit 072f073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/teacher_pupil.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"@pf.register_dataframe_method\n",
129129
"def drop_duplicated_column(df, column_name: str, column_order: int = 0):\n",
130130
" \"\"\"Remove duplicated columns and retain only a column given its order.\n",
131-
" Order 0 is to remove the first column, Order 1 is to remove the second column, and etc\"\"\"\n",
131+
" Order 0 is to remove the first column, Order 1 is to remove the second column, and etc\n",
132+
" \"\"\"\n",
132133
"\n",
133134
" cols = list(df.columns)\n",
134135
" col_indexes = [\n",

0 commit comments

Comments
 (0)