Skip to content

janluak/datesy

Repository files navigation

Datesy: the easy introduction in data handling with python

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

Installation

The minimal required python version is Python3.6. The easiest installation can be done by pip3 install datesy.

Getting started

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:

Documentation

Please find the documentation here: documentation

Release Notes

Please find all release notes here: release notes

0.9.0

  • refactored and separated datesy into 4 repositories:
    • datesy: converting, inspecting, matching and sorting data
    • fil_io: selecting, reading and writing files
    • querious: sql query helper
    • pythomy: pythonic mysql interaction

Requests & contribution

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 ;)

About

library for easy handling data and data conversion

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages