Andromeda

Andromeda 2009.02.02

Andromeda is a complete database application toolset, including database building and upgrading (constraints, automations, security), web framework, documentation generation, source control and version control.Andromeda is a completely new way to do...

movingaverage is a Python module to compute the moving average of a list. For example: from movingaverage import movingaverage print list(movingaverage([1,2,3,4,5,6], 3)) >>> [2,3,4,5]movingaverage(data, sample_size): Return the moving...

DataCleaner

DataCleaner 4.0.9 updated

DataCleaner is an open source and totally free solution for organizations and businesses wishing to increase and measure the quality of their data.With DataCleaner, users will be able to profile, compare, validate data against business rules, and monitor...