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

Inside Transform class create method split_dates #15

Open
BastinRobin opened this issue Feb 12, 2020 · 0 comments
Open

Inside Transform class create method split_dates #15

BastinRobin opened this issue Feb 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@BastinRobin
Copy link
Member

Write a method to take pandas.core.series of dates as input and return pandas data frame with columns day, month, year of all observations.

>> Transform.split_dates([2020-10-02, 2019-10-01, 2020-11-11])
>> day, month, year
		    02     10   2020
		    01     10   2019
		    11     11   2020
@BastinRobin BastinRobin added the enhancement New feature or request label Feb 12, 2020
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