Metadata-Version: 2.1
Name: viper-thonix
Version: 1.0.0
Summary: Tool to perform basic operations on your Dataset
Home-page: UNKNOWN
Author: Swati Pandey
License: MIT
Description: # viperthonix
        It will read different datafile and perform basic operation with just one click
        
        ## Installation
        ```pip install viper-thonix```
        
        ## Example
        from viper-thonix import load
        load("D:\data science\ML\ML\class\Admission_Prediction.csv")
        
        
        
        ## License
        Â© 2021 Swati Pandey
        
        This repository is licensed under the MIT License.
        See LICENSE for details.                                                                                                                     
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
