Remove (Required) and (Optional) from Column Names #5

Merged
nick merged 1 commits from remove-required-optional into master 2025-05-16 14:38:15 -04:00
Owner

Description:

This PR addresses the need to clean up and standardize column names across the survey data tibbles by:

  • Removing "(Required)" and "(Optional)" labels from column names.
  • Trimming any leading or trailing whitespace from column names.
  • Applying these changes across all relevant datasets, including survey_data, species_planted, and participant_organizations.

This will ensure that the column names are more consistent, readable, and easier to work with for analysis and reporting.

Changes:

  • survey_data, species_planted, participant_organizations, and other related tibbles now have cleaned-up column names.
  • All occurrences of "(Required)" and "(Optional)" in column names have been removed.
  • Leading and trailing whitespace in column names has been trimmed.

Acceptance Criteria:

  • Column names are cleaned up across all relevant tibbles.
  • All "(Required)" and "(Optional)" labels are removed from the column names.
  • Leading and trailing spaces are trimmed from the column names.
  • The datasets remain functional and are now easier to work with in further analysis.

Additional Notes:

  • This change affects column names but does not alter any data within the tibbles themselves.
  • Ensure that any further processing respects these cleaned column names.
### Description: This PR addresses the need to clean up and standardize column names across the survey data tibbles by: * Removing "(Required)" and "(Optional)" labels from column names. * Trimming any leading or trailing whitespace from column names. * Applying these changes across all relevant datasets, including `survey_data`, `species_planted`, and `participant_organizations`. This will ensure that the column names are more consistent, readable, and easier to work with for analysis and reporting. ### Changes: * `survey_data`, `species_planted`, `participant_organizations`, and other related tibbles now have cleaned-up column names. * All occurrences of "(Required)" and "(Optional)" in column names have been removed. * Leading and trailing whitespace in column names has been trimmed. ### Acceptance Criteria: * Column names are cleaned up across all relevant tibbles. * All "(Required)" and "(Optional)" labels are removed from the column names. * Leading and trailing spaces are trimmed from the column names. * The datasets remain functional and are now easier to work with in further analysis. --- ### Additional Notes: * This change affects column names but does not alter any data within the tibbles themselves. * Ensure that any further processing respects these cleaned column names.
nick added 1 commit 2025-05-16 14:37:59 -04:00
nick merged commit 16988e5a98 into master 2025-05-16 14:38:15 -04:00
nick added the
enhancement
label 2025-05-16 14:38:23 -04:00
nick self-assigned this 2025-05-16 14:38:27 -04:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: nick/tree-tracker-report#5
No description provided.