Refactor Column Names: Remove (Required) and (Optional) Labels #4

Closed
opened 2025-05-16 14:32:06 -04:00 by nick · 1 comment
Owner

Description:

We need to improve the consistency and readability of column names in the 25 Million Trees Initiative survey data and related tibbles. The specific changes include:

  • Remove any "(Required)" or "(Optional)" labels from column names
  • Trim any leading or trailing whitespace from column names
  • Apply these changes across all relevant tibbles (survey_data, species_planted, participant_organizations, etc.)

These changes will make the data easier to work with by ensuring consistent and clean column names across datasets.

Acceptance Criteria:

  • Column names in survey_data, species_planted, participant_organizations, and any other relevant tibbles are cleaned up
  • All occurrences of "(Required)" or "(Optional)" are removed from column names
  • Leading and trailing whitespace in column names is removed
  • The cleaned column names are applied uniformly across datasets
  • The datasets are still functional and ready for further analysis or processing
### Description: We need to improve the consistency and readability of column names in the 25 Million Trees Initiative survey data and related tibbles. The specific changes include: * Remove any "(Required)" or "(Optional)" labels from column names * Trim any leading or trailing whitespace from column names * Apply these changes across all relevant tibbles (survey\_data, species\_planted, participant\_organizations, etc.) These changes will make the data easier to work with by ensuring consistent and clean column names across datasets. ### Acceptance Criteria: * Column names in `survey_data`, `species_planted`, `participant_organizations`, and any other relevant tibbles are cleaned up * All occurrences of "(Required)" or "(Optional)" are removed from column names * Leading and trailing whitespace in column names is removed * The cleaned column names are applied uniformly across datasets * The datasets are still functional and ready for further analysis or processing
nick added the
enhancement
label 2025-05-16 14:38:39 -04:00
nick added reference remove-required-optional 2025-05-16 14:38:46 -04:00
Author
Owner

The column name cleanup task has been completed and merged into the main branch.

The column name cleanup task has been completed and merged into the main branch.
nick closed this issue 2025-05-16 14:39:58 -04:00
nick self-assigned this 2025-05-16 14:41:27 -04:00
Sign in to join this conversation.
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#4
No description provided.