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_categorical test suite #30

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

Function summarize_categorical test suite #30

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_categorical 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
@HrayrMuradyan HrayrMuradyan moved this from Ready to In progress in @summarease-project-board Jan 14, 2025
@stephqwu
Copy link
Collaborator

stephqwu commented Jan 14, 2025

Use cases

  1. Dataframe has categorical variables with at least one non-null type
  2. Dataframe has one categorical variable with at least one non-null type
  3. Second argument is one of the accepted enumeration

Edge cases

  1. Dataframe has no categorical variables
  2. Dataframe has a categorical variable with all null values
  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