Skip to content

Instantly share code, notes, and snippets.

@grahamharrison68
Created October 17, 2020 17:25
Show Gist options
  • Save grahamharrison68/d49040d623cc29d3f18c4c44fa5aaefb to your computer and use it in GitHub Desktop.
Save grahamharrison68/d49040d623cc29d3f18c4c44fa5aaefb to your computer and use it in GitHub Desktop.
# %% Add some outliers and re-plot
s[600] = 6
s[700] = 6.5
s[800] = 6.57
s[900] = 6.8
df_normal = pd.DataFrame({'Col0': s})
df_normal['Col0'].hist()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment