Created
April 22, 2020 09:06
-
-
Save FelixChop/34e32fde5f1d792149f849da1fb8bd17 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.fillna('missing', inplace=True) | |
# or, for instance, if your data is numeric | |
data.fillna(-9999, inplace=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment