Skip to content

Instantly share code, notes, and snippets.

@BinarySpoon
Last active October 16, 2020 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BinarySpoon/02dc99cb11d50e2a1386d27b5140b9ce to your computer and use it in GitHub Desktop.
Save BinarySpoon/02dc99cb11d50e2a1386d27b5140b9ce to your computer and use it in GitHub Desktop.
# Fixing outlier 271 -->
df['date'][271] = [df['date'][271][1]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment