-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Update README.md #14
base: main
Are you sure you want to change the base?
Conversation
@@ -46,29 +46,29 @@ We love the NYC 311 service and the open data products that come with it. In thi | |||
|
|||
### Task 1: Data Download | |||
|
|||
Write a python script/notebook to download all service request records created in the **last week** (7 days) and has **HPD** as the responding agency, and store the data in a csv named `raw.csv` in a folder called `data`. | |||
Write a script to download all service request records created in the **last week** (7 days) and has **HPD** as the responding agency, and store the data in a csv named `raw.csv` in a folder called `data`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea behind this change is to make the download step more agnostic? If so, I think the omission of python works well for this - is it worth adding in more specificity in our directions or do we think that the "ambiguity" is a good window into how the candidate thinks/problem solves?
Overall I think the slight tweaks in wording help make the associate level data challenge more tool agnostic - I think having the associate still work with python as much as possible is vital to their success |
No description provided.