Read logfmt files into pandas dataframes.
Project description
logfmt-pandas
This package reads logfmt files as pandas DataFrames.
Usage
from io import StringIO
from logfmt_pandas import read_logfmt
data = StringIO("x=0 y=1\nx=1 y=2")
data_frame = read_logfmt(data)
Testing
Run
poetry run pytest
Coverage
Run
poetry run pytest --cov
poetry run coverage html
Coverage report is written to htmlcov/index.html
.
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
logfmt-pandas-0.1.2.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for logfmt_pandas-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49b3a5f156c71ff9fb263bf75cf5061d5138ff8b8b6bec778eba39d5a6170234 |
|
MD5 | 94e83f415c0b077d959ebaf82a60537e |
|
BLAKE2b-256 | fe6ce13926ffe7a5785790e7c1d1d6dccd7c03dd78d9b82c2224f4d284f40558 |