Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 381 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 381 Bytes

TimeSeriesSpanSelectorMean

''' This is python application to:

  • read a time series data that consist of multiple column i.e time series data of multiple sensor
  • plot all data in a time series plot graph
  • select a segment of time series data (all column)
  • calculate mean of the segment (all column)
  • write all mean data to an open active excel file (need ms office excel) '''