-
Notifications
You must be signed in to change notification settings - Fork 7
Act Aspire bundle #173
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
base: main
Are you sure you want to change the base?
Act Aspire bundle #173
Conversation
…d mapping files for performance levels.
…riptors from template and destination in earthmover.
… render only exams taken.
… needed and fixed earthmover file.
…es, scores and levels
|
@jalvord1 this PR is ready for your review. |
| - STEM Score | ||
| - STEM Readiness | ||
| - Progress Toward Career Readiness | ||
| - operation: rename_columns |
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.
I would use our snake_case_columns operation here instead of manually renaming: https://edanalytics.github.io/earthmover/configuration/#column-operations
| - operation: filter_rows | ||
| query: studentUniqueId != '' | ||
| behavior: include | ||
| - operation: distinct_rows |
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.
what would cause duplicates here? Are those exact copies that we want to drop?
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.
@jalvord1 We did a check for duplicates and found there there were dupes in the source data. This is why we added the distinct to ensure there is only one record per studentassessmentidentifier.
This PR contains the bundle for ACT Aspire Assessment.