About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
alexanderholt
11/14/2017 - 6:42 PM
share
Share
add_circle_outline
Save
Feature engineer new column binary
new_col_binary.py
content_copy
file_download
adults_new['native_born'] = [1 if i=='United-States' else 0 for i in adults['native-country']]
clear