Data analysis tools


Keywords
analysis-framework, csv, csv-reader, data-science, excelreader, excelwriter
License
MIT
Install
pip install ditto-lib==1.0.2

Documentation

GitHub version PyPI version License: MIT Build Status

Ditto: A data analysis library

Ditto is a data analysis library meant to make processing and accumulating data easier. It provides an easy to use API that is intuitive and allows the user to be more productive. Ditto utilizes different Collections to store data. These Collections are made of Items, and each Item is represented by various different Attributes. These Collections can be generated manually, or imported from various sources, such as csv files. An Item array that stores values called Attributes. Accessing, and modifying Items within these Collections is very user friendly.

Installation and Usage

Please refer to our documentation page to get more information on how to install Ditto, as well as how to use all of the core modules.

Contributing, Reporting Issues, and Other Support

To contribute to Ditto, make a pull request. Contributions should include tests for new features added, as well as extensive documentation.

To report problems with the software or feature requets, file an issue. When reporting problems, include information such as error messages, your OS/environment and Python version.

For additional support/questions contact Hernan Gelaf-Romer (nanug33@gmail.com)