Skip to content

Instantly share code, notes, and snippets.

@risenW
Last active December 2, 2019 17:00
Show Gist options
  • Save risenW/a275008108491e17a0e9d068ac23a00c to your computer and use it in GitHub Desktop.
Save risenW/a275008108491e17a0e9d068ac23a00c to your computer and use it in GitHub Desktop.
data = pd.read_csv('some_csv_file.csv)
df = ds.drop_missing(data=data, percent=80)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment