Skip to content

Inside Transform class create method split_dates #15

@BastinRobin

Description

@BastinRobin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions