Skip to main content

A datatool library.

Project description

datatool

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 git+ssh://git@github.com/fomalhaut88/datatool.git

Run tests

python -m unittest discover tests -v

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.1.tar.gz (10.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page