Skip to content

Commit

Permalink
Update CSAT.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
fraptic committed Dec 21, 2023
1 parent b585cc2 commit 6a930e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CSAT.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@
"#create three dataframes, one for External, one for Internal, one for CFE according to the first column\n",
"df_external = df[df['Group'] == 'External']\n",
"df_internal = df[df['Group'] == 'Internal']\n",
"df_CFE = df[df['Group'] == 'CFE']\n",
"df_CFE"
"df_CFE = df[df['Group'] == 'CFE']"
]
},
{
Expand Down

0 comments on commit 6a930e0

Please sign in to comment.