Last active
December 2, 2019 17:00
-
-
Save risenW/a275008108491e17a0e9d068ac23a00c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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