Skip to content
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

Feature: Change preferred sorting order for standard QDF #1695

Merged
merged 3 commits into from
May 7, 2024

Conversation

Magnus167
Copy link
Member

@Magnus167 Magnus167 commented May 7, 2024

As per @rsueppel 's request, this PR changes the preffered way of sorting a QDF from REAL_DATE, CID, XCAT to CID, XCAT, REAL_DATE.

This does not change the actual column order for the index columns, which still remains REAL_DATE, CID, XCAT, [M],...

The column order for standard JPMaQS metrics [value,grading,eop_lag,mop_lag] is now enforced, with non-standard metrics being sorted after all standard metrics present in the df.

New output of standardise_dataframe looks like:

image

@Magnus167 Magnus167 requested a review from a team as a code owner May 7, 2024 10:19
@Magnus167 Magnus167 changed the title Refactor: Change preferred sorting order for standard QDF Feature: Change preferred sorting order for standard QDF May 7, 2024
@Magnus167 Magnus167 merged commit 9f02ca3 into develop May 7, 2024
14 checks passed
@Magnus167 Magnus167 deleted the feature/standard_df_sort_order branch May 7, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants