-
Notifications
You must be signed in to change notification settings - Fork 4
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
Dev feat: created feature to import an event by multiple years #113
Merged
Conversation
This file contains 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
…s types A new function called agrupar_casos_eventos has been created. It allows grouping the disease or event data by their types. Includes the corresponding documentation and examples. Ref: #101
Added a new section and its corresponding toggle option on template: Reporte Basico regarding to cases distribution by event or disease types. ref: #101
A new function called plot_tabla_tipos_event has been created to plot the type events table and has been included in the template: Reporte Basico. Ref: #101
…tion and validations Ref: #111
…nternal function called obtener_eventos_relacionados Ref: #111
An internal function called obtener_eventos_relacionados has been created. This function includes validations for related events and years. Ref: #111
A new function called agrupar_years has been created to group the cases by multiple years with its documentation. Refs: #111
…le years A new function called plot_years has been created to plot the distribution of cases by multiple years. Refs: #111
… availability A new function called obtener_eventos_relacionados has been created to get the related events and validate with the years their availability for downloading. Refs: #111
…f cases by multiple years A new section in the template: Reporte Basico has been created that describes the distribution of cases by multiple years (from year selected to five years before). Refs: #111
…of cases by multiple years Ref: #111
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.
NEWS.md
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Added a new feature: importing data event by multiple years. Group function, plot function and section in report template: Reporte Basico have been created.
What is the current behavior? (You can also link to an open issue here)
The package and template: Reporte Basico didn't have this feature. Issue related Import data event by multiple years #111.
What is the new behavior (if this is a feature change)?
Updated the function
import_data_event
to allow downloading events for multiple years. Added two new functions: the first one,agrupar_years
, groups disease data by multiple years, and the second one,plot_years
, plots this distribution. Additionally, a new section has been included in the template: Reporte Basico.Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
No, it does.