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

feat(dtypes): enum class for dtypes #37

Open
jfsantos-ds opened this issue Sep 22, 2021 · 0 comments
Open

feat(dtypes): enum class for dtypes #37

jfsantos-ds opened this issue Sep 22, 2021 · 0 comments
Labels
feature A new feature good first issue Simpler picks for first contributions to the project

Comments

@jfsantos-ds
Copy link
Contributor

Description of the feature

  • Enumerator class (Enum from enum python native package) for dtypes in utils/enum.py
  • Update all str identifying dtypes in engines and in infer_dtypes (utils/auxiliary.py) to the new Enumerator attributes

Acceptance criterias

enum class with all supported dtypes
no "categorical" "numerical" instances in the code

@jfsantos-ds jfsantos-ds added feature A new feature good first issue Simpler picks for first contributions to the project labels Sep 22, 2021
@jfsantos-ds jfsantos-ds changed the title feat(dtypes): Enum class for dtypes feat(dtypes): enum class for dtypes Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature good first issue Simpler picks for first contributions to the project
Projects
None yet
Development

No branches or pull requests

1 participant