A datatool library.
Project description
datatool-python
A python library that contains a number of useful functions and approaches for a data scientist. It includes time measurement tool, map-reduce, clasterization on CUDA, LCS and so on. Look through the source code for details.
Install
pip install datatool-python
Use example
from time import sleep
from datatool.time import Meter
with Meter() as tm:
sleep(1.5)
print(tm.duration()) # Prints the measured duration of the body in with-statement (around 1.5)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
datatool-python-1.3.4.tar.gz
(12.1 kB
view details)
File details
Details for the file datatool-python-1.3.4.tar.gz.
File metadata
- Download URL: datatool-python-1.3.4.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50cd16f1868c1d01a355484f42ba1d27da585bb261eba4f7e648b11c575593f9
|
|
| MD5 |
5e8089c90438999f449dc954c1de581e
|
|
| BLAKE2b-256 |
2f1d1c78ee8e3d0b722a04572ce5410ed379a7dfecdbe0c239b6c26f2b321cfc
|