Created
January 20, 2017 01:09
-
-
Save Wann-Jiun/a538c1f9df20cf7cd0a50d2c7862d4bb 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
train_df["Is_Electrical_SBrkr"] = (df["Electrical"] == "SBrkr") * 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment