basic tools for taking care for making the intro to handling handling with python easier
Project description
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_sheet = datesy.file_IO.xls_file.load_single_sheet(file_name, sheet_name)
&
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
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 ;)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for datesy-0.6.16.post2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7f17d6a6a1e703f3f7887ddb73a2d82f5f8e6783ce77b3402d70f441bae9cd3 |
|
MD5 | 5ddbf9c95c6830ee025336cde04d2b8a |
|
BLAKE2b-256 | b7a1b70150759f51dca1507b79ba43cf8c775e95b490ef13b4b30a66ab493470 |