-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Move dummy coding related functions from reshape/reshape into separate file #45215
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
Conversation
Maybe |
Good idea, given that |
Yeah that's what I was thinking |
I like this name and applied changes accordingly |
are failing in the typing checks. |
Jep, currently investigating this because for some reason I do not get that mypy error on my end - I have merged everything from |
sorry you need to merge upstream/master again |
Oh true, I was a little bit overhasty - but I hope mypy should be happy now. |
Okay looks like I made the CI even less happy with the last commit - I will sort it out this afternoon |
The problem was that I missed some changes in |
thanks @pckSF |
Moves
get_dummies
into separate filereshape/dummy_coding.py
.from_dummies
With
from_dummies
being added, it seems clearer to have a separate file for dummy coding related transformations - as suggested hereTo Discuss:
reshape/dummy_coding.py
?