Skip to content

Commit

Permalink
Refactor calculation of annualized_respondents_ferc714 (#3024)
Browse files Browse the repository at this point in the history
* Refactor calculation of annualized_respondents_ferc714

Rather than loading huge demand_hourly_pa_ferc714 dataset and calculating
report_date columns from these, we can infer these values from the ferc714_settings.
Additionally, we can use cross product merge to blow out the respondents, rather
than doing the complex procedure that we did up to this point.

* Put back check that report_date is not in respondent_id_ferc714
* import dataset_settings resource into annualized_respondents_ferc714
* Update conda-lock.yml and rendered conda environment files.

---------

Co-authored-by: rousik <[email protected]>
Co-authored-by: Zane Selvans <[email protected]>
Co-authored-by: zaneselvans <[email protected]>
  • Loading branch information
4 people authored Dec 12, 2023
1 parent 4f6b8dc commit 694032d
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 282 deletions.
26 changes: 13 additions & 13 deletions environments/conda-linux-64.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 694032d

Please sign in to comment.