Turns data into panda dataframe
Project description
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
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
bibReader-0.0.8.13.tar.gz
(7.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bibReader-0.0.8.13.tar.gz.
File metadata
- Download URL: bibReader-0.0.8.13.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e50d36d4a4a400aec84295a57eec1154d184bbda422d0ed2fc9c496479f24035
|
|
| MD5 |
397847e2bf8c11accbc24f5f1309c481
|
|
| BLAKE2b-256 |
ed45d2ceee033bed1fa56f8276edce0f37c49440a81e9a4d443a6767524d30d6
|
File details
Details for the file bibReader-0.0.8.13-py3-none-any.whl.
File metadata
- Download URL: bibReader-0.0.8.13-py3-none-any.whl
- Upload date:
- Size: 8.6 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 |
4d568101a17e62ed6873f2026874c46b8ca6651361af14e9475a92825d2ef4db
|
|
| MD5 |
a4510625308e447804e35f57230ce601
|
|
| BLAKE2b-256 |
e5f5d86fcad9ba1729698c0f5499fe634c54a4ee49afeab1b8f89c560fcd84b0
|