Metadata-Version: 2.1
Name: vennam
Version: 1.0.8
Summary: This package will helps to convert DataFrame to Dictionary and provide Exploratory Data Analysis.
Home-page: https://github.com/deva567/vennam_dftodict
Author: Vennam
Author-email: vennamdevendhar@gmail.com
License: MIT
Description: 
        # Vennam
        
        Vennam is a Python library for converting Python DataFrame to List of Python Dictionary items .
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install Vennam.
        
        ```bash
        pip install vennam
        ```
        
        ## version
        
        ```bash
        vennam.__version__ # return current version of Package
        ```
        
        ## Usage
        
        ```python
        from vennam import DataFrameToDict as dd
        
        list_dict=dd.dftodict(DataFrame) # returns the list of dictionary items
        
        ```
        
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
