Overview of dplearn

PyPI Version PyPI Platform PyPI License PyPI Doc

Why Should I Use This?

This is a Python package for data analysis which contains some very useful tools and functions.

The package is contiually updated.

Modules

  • tools
    Useful functions helping you to speed up your programming.
  • math
    Functions that realated to math calculation.
  • extra
    Some other functions that are very useful in specific situations.

Usage

Use As A Python Module

from dplearn.tools import clean
data = clean(data)
print(data)

Documentation

Check out the latest dplearn documentation at Read the Docs

Contributing

Please send pull requests, very much appriciated.

  1. Fork the repository on GitHub.
  2. Make a branch off of master and commit your changes to it.
  3. Create a Pull Request with your contribution