Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 677 Bytes

File metadata and controls

25 lines (11 loc) · 677 Bytes

WeightAnalyzer

This code is usable to analyze weight measurement data. As of now it is compatible with the Xiaomi Smart Sccale csv format.

It uses pandas to read the csv and filter it. The current filters are

  • First measuremnt for each day.
  • Lowest weight for each day
  • Heighest wight for each day
  • Weekly average
  • Weekly average of lowest weight

It plots the each weight data and fits a line to each filtered datast.

It also plots a weight distribution histogram of all the data, which shows which weight interval is measured how often.

Figure_1