unithon is a python library for unifying heterogeneous datasets, primarily focused on IoT data processing. Several datasets with different structure and refresh times can easily be combined into a single well-formatted dataset. Furthermore, it provides some commonly used functions for data processing.
In order to get this package working you will need to install it using pip by typing on the terminal:
$ python -m pip install unithon --upgrade
Or just install the current release or a specific release version such as:
$ python -m pip install unithon==0.1
As this is an open source project it is open to contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas.
Also there is an open tab of issues where anyone can contribute opening new issues if needed or navigate through them in order to solve them or contribute to its solving.