Conversation
There was a problem hiding this comment.
Autograder results
| question | status | comment |
|---|---|---|
| Part 1 - Q1 | ✅ | |
| Part 1 - Q2 | ❌ | rawdata not moved to data/raw |
| Part 1 - Q3 | ✅ | |
| Part 1 - Q4 | ✅ | |
| Part 1 - Q5 | ❌ | No server log files in data/raw |
| Part 1 - Q6 | ❌ | No user log files in data/raw; No event log files in data/raw |
| Part 1 - Q7 | ✅ | |
| Part 1 - Q8 | ✅ | |
| Part 2 | ❌ | coworker-changes branch not found in commit history |
Please address the issues listed above.
There was a problem hiding this comment.
Autograder results
| question | status | comment |
|---|---|---|
| Part 1 - Q1 | ✅ | |
| Part 1 - Q2 | ❌ | rawdata not moved to data/raw |
| Part 1 - Q3 | ✅ | |
| Part 1 - Q4 | ✅ | |
| Part 1 - Q5 | ❌ | No server log files in data/raw |
| Part 1 - Q6 | ❌ | No user log files in data/raw; No event log files in data/raw |
| Part 1 - Q7 | ✅ | |
| Part 1 - Q8 | ✅ | |
| Part 2 | ❌ | coworker-changes branch not found in commit history |
Please address the issues listed above.
There was a problem hiding this comment.
First, your repo name is currently python instead of shell. This could become problematic once you begin the Python module, so please rename it to shell. You also accidentally merged your PR, so you’ll need to undo that.
Second, I believe fixing the small issue I commented on should get you the checkmarks for questions 2, 5, and 6. However, for the final checkmark, you still need to complete Part 2, which I don’t see reflected in your submission.
Here are some resources that can help you out:
- Renaming your repository name in Github.com
- submission.md, but specifically the following sections in it:
| mkdir data | ||
| # 2. Move the ./rawdata directory to ./data/raw | ||
|
|
||
| mv ./rawdata .data/raw |
There was a problem hiding this comment.
What you're saying here is that you're trying to move the rawdata folder into the raw folder that is inside of .data folder?
What is the difference between .data/raw and ./data/raw?
What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)
Creating new folders using Bash, Working locally , editing and uploading to GIT
What did you learn from the changes you have made?
Bash coding, Git, Forking
Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?
Practice. Using few examples from practice section provided
Were there any challenges? If so, what issue(s) did you face? How did you overcome it?
Errors. Carefully reviewing lectures
How were these changes tested?
Compare with demos
A reference to a related issue in your repository (if applicable)
Checklist