Skip to content

Graphically assess a child's development according to the World Health Organization growth standards

Notifications You must be signed in to change notification settings

drtushar/child-growth-charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

growthcharts.py

What is it

growthcharts.py is a python script that allows the (graphical) assessment of a child's development according to the World Health Organization (WHO) growth standards.

Main features

The script, using as input data the child's:

  • gender
  • age
  • weight
  • length
  • head circumference

generates a series plots showing:

  • the curve and rate of child's growth, and
  • in which percentile of population the child lies.

An example of the output plots is shown in this figure.

Where to get it

The source code is hosted on GitHub at: http://github.com/dqsis/child-growth-charts.

Dependencies

Documentation

The only input required by growthcharts.py is the population of the file child_data.csv which contains the child's:

  • gender
  • weight
  • length
  • head circumference

at different ages. The structure of the file is as following:

ageweightlenghthead circumference

An example can be found here.

Background

growthcharts.py is a rather simple script.

My primary goal developing growthcharts.py -besides following my baby girl's development- was to get acquainted with:

  • python (and in particular NumPy and matplotlib) for data analysis - as an alternative to Matlab, and
  • Git

Without doubt, more simplistic approaches (e.g., spreadsheets) can be used to address this topic.

Discussion and development

Future features for implementation and development ideas are listed in the TODO.md file.

Licence

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Contact

Mail

Twitter (@dqsis)

About

Graphically assess a child's development according to the World Health Organization growth standards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%