Turns data into panda dataframe
Project description
Pandarize
This project aims to turn all kinds of data structure/types into a nice tabulated pandas DataFrame
Installation
pip install pandarize
Basic Usage Guide
from pandarize.frame import Pandarizer
pdr = Pandarizer() #instantiate Pandarizer class
pdr.load(source='https://somewebsite.com/filename.bib') #it can load from url or local source
pdr.fit() #infers data types and parse it into pandas dataframe
pdr.transform() #changes pandas dataframe into different mode of data types
Currently Supported Data Types
- bib
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Pandarize-0.0.8.11.tar.gz
(7.4 kB
view details)
Built Distribution
File details
Details for the file Pandarize-0.0.8.11.tar.gz
.
File metadata
- Download URL: Pandarize-0.0.8.11.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8857748a0740895f9967a30ff7efe5c1f325060e98577b737158d35d6590c527 |
|
MD5 | 42d94384a649e6ea3d09e21b85e9e9e3 |
|
BLAKE2b-256 | a0736cad3a5ea7a3e4535e9d5203f4c9ec1fc297f0595f060d07b08d3d469afc |
File details
Details for the file Pandarize-0.0.8.11-py3-none-any.whl
.
File metadata
- Download URL: Pandarize-0.0.8.11-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4b82e0909b74c615cc13cdd8af6e28626d6431ee7c71da0a6c7f846f4cacdd8 |
|
MD5 | 5f2b99e9614c7f7455d6e3205aa724dd |
|
BLAKE2b-256 | de3b9102af336db1cd4e900d3385ba2a91a4c48d72529db3347c9a464ef38638 |