udacity / DSND_Term2

Contains files related to content and project of DSND Term 2
MIT License
1.1k stars 1.66k forks source link

Update Categorical Variables - Solution.ipynb #23

Closed serhat-say closed 3 years ago

serhat-say commented 3 years ago

we can use this " df = pd.get_dummies(df,columns=cat_cols,prefix = cat_cols,dummy_na=dummy_na)" one liner and lose the for loop

SudKul commented 3 years ago

Hey @serhat-say
As a part of the project "Post your Work on Github", you are not expected to push to the current repository. Instead, you have to push your proposed changes to the remote repository in YOUR Github account.

To see the current remote in your terminal, use

# See the current 'remote' set in your terminal
git remote -v

# Change the 'remote' to point to the repository in YOUR Github account
git remote add origin https://github.com/username/Repo_Name.git