Skip to content

CLEAN: Remove some unnecessary types from S1 #520

Closed
@Dr-Irv

Description

@Dr-Irv

I think that S1 has types that are not needed, e.g., the datetime types.

As discussed here #519 (review)

we should see which ones we can safely remove without changing any tests or other parts

For things like Timestamp, Timedelta, Period, we may be able to get rid of all references to Series[Timestamp], Series[Timedelta] and Series[Period] because we have TimestampSeries, TimedeltaSeries and PeriodSeries, but we leave the references just in the class definition there from an inheritance perspective.

@ramvikrams to investigate

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions