Skip to content

Analyzes human weight data using pandas it is tailoredto Xiaomi Smart Scale .csv format

License

Notifications You must be signed in to change notification settings

augre/WeightAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Analyzes human weight data using pandas it is tailoredto Xiaomi Smart Scale .csv format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages