Closed
Description
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
Labels
No labels