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

DF Schema's to handle multiple possible dtypes for a given column. #71

Open
fernando-aristizabal opened this issue Mar 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@fernando-aristizabal
Copy link
Member

Current behavior

  • Certain columns defined in the schema's such as band, tp, counts, candidate_values, etc could possibly be more than one possible dtype including str, int, or float.
  • These are all currently set to str or float and only one allowed per column.

Expected behavior

  • Allow for multiple types of dtypes for these columns.
  • This is like done by subclass pander.dtypes and creating your own datatypes for pandera.
@fernando-aristizabal fernando-aristizabal added the enhancement New feature or request label Mar 27, 2023
@fernando-aristizabal
Copy link
Member Author

This is still open.

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

No branches or pull requests

1 participant