Skip to content Skip to sidebar Skip to footer
Showing posts with the label Intervals

Human-readable Datetime Interval To Datetime.timedelta In Python?

I find myself needing to specify a timespan in a python configuration file a lot. Is there a way … Read more Human-readable Datetime Interval To Datetime.timedelta In Python?

Pandas.Series.dtype.kind Is None For Pd.interval

Test code: s = pd.Series(pd.array([pd.Interval(0,1.2), pd.Interval(5,123)])) s.dtype s.dtype.kind i… Read more Pandas.Series.dtype.kind Is None For Pd.interval