tjbiel85 / pytiva

Python Tools for Investigating and Visualizing Activity (PyTIVA) within anesthetic records
GNU General Public License v3.0
0 stars 0 forks source link

Some kind of TimeSeries object as an archtype/parent class, then CapacityTimeSeries and ActivityTimeSeries? #21

Closed tjbiel85 closed 1 year ago

tjbiel85 commented 1 year ago

Maybe? And these would be essentially a pandas.Series object with a DatetimeIndex, and a single unitless column of values for whatever it is. Plus metadata as-needed?

tjbiel85 commented 1 year ago

Added in 6387c7c