Skip to content

Assignment#2

Open
ericamika wants to merge 8 commits intomainfrom
assignment
Open

Assignment#2
ericamika wants to merge 8 commits intomainfrom
assignment

Conversation

@ericamika
Copy link
Owner

What changes are you trying to make? (e.g. Adding or removing code, refactoring existing code, adding reports)

modify script (re organize data, eliminate some data)

What did you learn from the changes you have made?

how to organize data through bash

Was there another approach you were thinking about making? If so, what approach(es) were you thinking of?

n/a

Were there any challenges? If so, what issue(s) did you face? How did you overcome it?

I had to re-do the assignment to fix an originating oddity - the assignment file had been coded as "ignore" by git, and thus provided me with an empty assignment last time. I fixed by forcing git to unignore the file.

How were these changes tested?

I tested the script changes as I went by double checking that the folder and files were in the correct places

A reference to a related issue in your repository (if applicable)

Checklist

  • [ YES] I can confirm that my changes are working as intended

@github-actions
Copy link

Autograder results

question status comment
1
2 rawdata not moved to data/raw
3
4 Missing directories: data/processed/server_logs, data/processed/user_logs, data/processed/event_logs
5 No server log files in data/raw
6 No user log files in data/raw; No event log files in data/raw
7
8 data/inventory.txt does not contain all files in data/processed
9

@github-actions
Copy link

Autograder results

question status comment
1
2 rawdata not moved to data/raw
3
4 Missing directories: data/processed/server_logs, data/processed/user_logs, data/processed/event_logs
5 No server log files in data/raw
6 No user log files in data/raw; No event log files in data/raw
7
8 data/inventory.txt does not contain all files in data/processed
9

@ananyajha2000
Copy link

Assignment incomplete:
2: Missing
4: Incorrect- need to use mkdir
5: Incorrect path - use ./data/raw not ./data/rawg
6: Incorrect path - use ./data/raw not ./data/rawg
8: Correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants