Closed serhat-say closed 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
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