Metadata-Version: 2.1
Name: ds-helpers
Version: 0.0.5
Summary: Helper functions for Data analysis and modeling
Home-page: https://github.com/shashankwadhwa9/ds_helpers
Author: Shashank Wadhwa
Author-email: shashankwadhwa9@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: sklearn

# What is it?

ds_helpers is a Python package providing common helper functions for quick data analysis and modeling. Now you can simply call the helper functions for repetitive work and focus on other important things in your Data Science project.

# Where to get it

The source code is currently hosted on GitHub at: <https://github.com/shashankwadhwa9/ds_helpers>

Binary installers for the latest released version are available at the Python package index.

    pip install ds_helpers

# License
[MIT](https://github.com/shashankwadhwa9/ds_helpers/blob/master/LICENSE)


