This is a Python package for data analysis which contains some very useful functions.
$ pip install dplearn
Or, you can download the source and
$ python setup.py install
Add sudo in the beginning if you met problem.
- tools
- math
- quant
- extra
from dplearn.tools import tick_start, tick_end
tick_start("<JOB TITLE>")
<DO SOMETHIGN HERE>
tick_end()
Check out the latest dplearn
documentation at Read the Docs
Please send pull requests, very much appriciated.
- on Github.
- Make a branch off of master and commit your changes to it.
- Create a Pull Request with your contribution.