-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update measures for Nov 2024 #135
Merged
Merged
+4,791
−1,642
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading status checks…
…upation flow for update
Loading status checks…
…d add a readme
Loading status checks…
…ojo_green_measures
Loading status checks…
…early aggregation of data to create_aggregated_data
… public consumption, and add these to the readme
Loading status checks…
…g in Flourish
lizgzil
commented
Jan 9, 2025
Comment on lines
+128
to
+150
job_desc_chunks = list(partition_all(chunk_size, ojo_jobs_data)) | ||
|
||
t0 = time.time() | ||
for i, job_desc_chunk in tqdm(enumerate(job_desc_chunks)): | ||
ind_green_measures_dict = im.get_measures(job_desc_chunk) | ||
save_to_s3( | ||
BUCKET_NAME, | ||
ind_green_measures_dict, | ||
os.path.join( | ||
inds_output_folder, | ||
f"ojo_newest_industry_green_measures_production_{production}_interim/{i}.json", | ||
), | ||
) | ||
|
||
# Read them back in and save altogether | ||
ind_measures_locs = get_s3_data_paths( | ||
BUCKET_NAME, | ||
os.path.join( | ||
inds_output_folder, | ||
f"ojo_newest_industry_green_measures_production_{production}_interim", | ||
), | ||
file_types=["*.json"], | ||
) |
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.
@crispy-wonton here we do the processing of batches of 5000 job adverts (which takes a while to run) and save the outputs in interim files. Then at the end we read them all in together and save again.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note: the current GJE uses data and plots created in this PR
Description
This PR updates the OJO analysis to use the extra job adverts from Nov 2023 to Nov 2024.
Fixes # (issue)
#134 #132
In order to test the code in this PR you need to ...
Please pay special attention to ...
Checklist:
notebooks/
pre-commit
and addressed any issues not automatically fixeddev
README
s