Metadata-Version: 2.1
Name: web2pandas
Version: 1.0.0
Summary: web to pandas dataframe
Home-page: https://github.com/IamSantoshKumar/DeepLearning-Workouts
Author: santhoshkumar
Author-email: shanvsanthosh@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: requests

# Web2pandas

A Python package to get web page data into dataframe.

## Usage

Following query will provide you the Dataframe.

```
     WebScrap2df(url)
```

