Metadata-Version: 2.1
Name: ds-helpers
Version: 0.1.0
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
Description: # 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)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
