Remove monthly pipeline from main - #5
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes the chars_ciz_monthly/ pipeline from main, keeping it only on the dedicated backup branch (yuning598/chars-ciz-monthly) as described in the PR.
Changes:
- Deleted the entire
chars_ciz_monthly/folder contents (monthly pipeline scripts + helpers). - Removed the WRDS SAS macro file that was part of that monthly pipeline tooling.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| chars_ciz_monthly/sue.py | Removed monthly SUE computation script from main. |
| chars_ciz_monthly/rolling_chars.py | Removed monthly rolling characteristics computation script from main. |
| chars_ciz_monthly/myre.py | Removed monthly analyst forecast revision (RE) script from main. |
| chars_ciz_monthly/merge_chars.py | Removed monthly merge step for accounting + satellite characteristics. |
| chars_ciz_monthly/impute_rank_output.py | Removed monthly impute/rank/output step from main. |
| chars_ciz_monthly/iclink_ciz.sas | Removed SAS macro used to generate IBES–CRSP link table for the monthly pipeline. |
| chars_ciz_monthly/functions.py | Removed monthly pipeline shared helpers/constants from main. |
| chars_ciz_monthly/download_data.py | Removed monthly pipeline WRDS download utility script from main. |
| chars_ciz_monthly/accounting.py | Removed monthly pipeline accounting characteristics build script from main. |
| chars_ciz_monthly/abr.py | Removed monthly ABR computation script from main. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or 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
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.
Keep
chars_ciz_monthlyon the dedicatedyuning598/chars-ciz-monthlybranch as a backup, rather than maintaining the folder onmain. This PR only removes that folder frommain.