This library wants to help getting started with data handling in python3 and take care of just some stuff you don't wont to worry about
The minimal required python version is Python3.6
.
The easiest installation can be done by pip3 install datesy
.
Once installed, just import datesy
the package and start using as simple as:
data = datesy.convert.pandas_data_frame_to_dict(data_sheet)
for handling your data as easy as a dictionary
For further guidance and help look at the documentation:
Please find the documentation here: documentation
Please find all release notes here: release notes
- refactored and separated datesy into 4 repositories:
If you desire anything changed in the package, need another feature please just create an issue.
I am happy for everybody wanting to contribute. Simplest way is to start writing issues, forking the repository and contacting me ;)