mdbase

MDbase :: join + process multiple XLS databases


License
MIT
Install
pip install mdbase==0.3.3

Documentation

MDBASE

MDBASE joins and processes data from multiple XLS databases.

  • The XLS databases:
    • MS Excel files with similar structure.
    • Similar structure = the same columns names.
  • The processing of joined databases:
    • Correlations: statistical plots + correlation coefficients and p-values.
    • Comparisons: boxplots + statistical significance of different groups.
  • Example of usage and more details:

Quick start

Installation, documentation and examples

Versions of MDBASE

  • Version 0.1 = complete, working, but without documentation
  • Version 0.2 = several minor improvements + basic documentation
  • Version 0.3 = further improvements in both code and documentation