Skip to main content

Turns data into panda dataframe

Project description

PyPI

bibReader

The bibReader reads non-standard bib format from files/url and convert them into pandas DataFrames to easily work with the data, and then tranforms them back into a standardized bib file.

Installation

pip install bibReader

Basic Usage Guide

from bibReader.frame import bReader

bib = bReader() #instantiate bReader class
bib.load(source='https://somewebsite.com/filename.bib') #it can load from url or local source
bib.fit() #infers data types and parse it into pandas dataframe
bib.transform() #changes pandas dataframe into different mode of data types

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

bibReader-0.0.8.13.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

bibReader-0.0.8.13-py3-none-any.whl (8.6 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