Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

Pandarize-0.0.8.11-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page