Metadata-Version: 2.1
Name: viperthon
Version: 1.0.1
Summary: Tool to perform basic operations on your Dataset
Home-page: https://github.com/swatishayna/viperthon.git
Author: Swati Pandey
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas

# viperthon
It will read different datafile and perform basic operation with just one click

## Installation
```pip install viperthon```

## Example
from viperthon import load
load("D:\data science\ineuron\ML\ML\class\Admission_Prediction.csv")



## License
Â© 2021 Swati Pandey

This repository is licensed under the MIT License.
See LICENSE for details.

