Skip to content

Instantly share code, notes, and snippets.

@grahamharrison68
Created October 17, 2020 17:29
Show Gist options
  • Save grahamharrison68/4602b336f7de20b9d66a4bda9f729a32 to your computer and use it in GitHub Desktop.
Save grahamharrison68/4602b336f7de20b9d66a4bda9f729a32 to your computer and use it in GitHub Desktop.
# %% Remove the outliers and re-display the box-and-whisker and the histogram
df_normal = remove_all_outliers(df_normal, 'Col0')
box_and_whisker(df_normal, 'Col0')
df_normal['Col0'].hist()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment