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

sorting values in filters #60

Merged
merged 2 commits into from
Sep 7, 2023
Merged

Conversation

katiebuntic
Copy link
Collaborator

sorting users by rred_user_id and entry_year in for the filters

@katiebuntic katiebuntic linked an issue Sep 6, 2023 that may be closed by this pull request
((school_dataframe["entry_date"] > report_start) & (school_dataframe["entry_date"] < report_end))
| ((school_dataframe["exit_date"] > report_start) & (school_dataframe["exit_date"] < report_end))
]
return (
Copy link
Collaborator

@stefpiatek stefpiatek Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be worth just adding the sorting to the school_filter function so we don't have to have it replicated 3 times, what do you think?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes good plan! will do that now

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah it fails on a test when this happens so may just keep it as is for now!

@katiebuntic katiebuntic merged commit a836efb into main Sep 7, 2023
7 checks passed
@katiebuntic katiebuntic deleted the 59-edits-from-susans-comments branch September 7, 2023 09:17
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.

Edits from Susan's comments
2 participants