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

add function document_missing_values #118

Merged
merged 11 commits into from
Jul 16, 2024

Conversation

RobLBaker
Copy link
Member

closes #107
Sort of. Still under development and probably needs additional functionality:

  1. Should you be able to select specific columns rather than an entire dataframe (probably yes)
  2. Should you be able to select an entire directory of .csvs rather than specifying them indivdiually (probably yes)
  3. Should blank cells and NAs be treated differently? (maybe, but what should blank cells be called in the new column?)
  4. Maybe a new function name
  5. Rethink naming scheme for the newly formatted column
  6. Consider re-arranging the dataframe such that the new column always comes directly after the column it descirbes.

@RobLBaker RobLBaker requested a review from wright13 July 16, 2024 15:03
@RobLBaker RobLBaker self-assigned this Jul 16, 2024
@RobLBaker RobLBaker added the enhancement New feature or request label Jul 16, 2024
@RobLBaker RobLBaker merged commit 39ffe96 into nationalparkservice:master Jul 16, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add a function to help with multiple missing values code in a single column
1 participant