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

Function summarize_missing_values test suite #29

Open
HrayrMuradyan opened this issue Jan 14, 2025 · 1 comment
Open

Function summarize_missing_values test suite #29

HrayrMuradyan opened this issue Jan 14, 2025 · 1 comment
Assignees
Labels
planning Includes tasks related to brainstorming, deciding project scope, and high-level planning
Milestone

Comments

@HrayrMuradyan
Copy link
Collaborator

Plan the summarize_missing_values function test suite.

@HrayrMuradyan HrayrMuradyan added the planning Includes tasks related to brainstorming, deciding project scope, and high-level planning label Jan 14, 2025
@HrayrMuradyan HrayrMuradyan added this to the Milesone 2 milestone Jan 14, 2025
@stephqwu
Copy link
Collaborator

stephqwu commented Jan 14, 2025

Use cases

  1. Input dataframe has non-zero missing values
  2. Input dataframe has zero missing values
  3. Second argument is one of the accepted enumeration

Edge cases

  1. Input dataframe is empty
  2. Input dataframe is completely missing values (or missing the maximum amount of values that it is possible to miss)
  3. Too few data to create plot type

Erroneous/adversarial input

  1. First argument is not a dataframe
  2. Second argument is not left as default or an accepted enumeration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planning Includes tasks related to brainstorming, deciding project scope, and high-level planning
Projects
Status: In progress
Development

No branches or pull requests

2 participants