Good-Client-Bad-Client
Good-Client-Bad-Client copied to clipboard
STEP 2: Import the credit card dataset
Got your first PR merged? Awesome! Continuing the task we started in our last issue:
Task Try importing the Credit Card data set using the pandas package
I would like to work on this issue ... please assign me.
should I should import the credit card dataset in main.ipynb file or in the file created in submissions folder.
@Rohan676 Keep it in the submissions folder.Please Don't link the issue #9 in the PR.Otherwise issue gets closed
I finished the first task, pls assign me this
can i start working on this issue? I finished the first one
I am new to github actually, when i am trying to make a pull request, it says can't automatically merge. Any solution to this problem?
Probably because your fork is 2 commits behind this main one. Basically during the time you were working on your fork, new commits were added to the main repo which first have to be pulled into your fork and then only you can make a PR
In your fork, click on PR/Compare at the top, see the changes from ACM's repo (master) -> Your repo (master) and make a PR to your fork to sync these new changes. You will be able to merge the PR yourself, since you have the ownership of the fork. After that, make a PR to this repo 👍
okay will try that thanks!