A helper library for pulling data from netdata into a pandas dataframe.
Project description
netdata-pandas
A helper library to pull data from netdata api into a pandas dataframe.
Install
pip install netdata-pandas
Documentation
More detailed documentation can be found at https://netdata.github.io/netdata-pandas
Quickstart
Get some data into a pandas dataframe.
from netdata_pandas.data import get_data
df = get_data('london.my-netdata.io', ['system.cpu','system.load'], after=-60, before=0)
print(df.shape)
print(df.head())
(61, 12)
system.cpu|guest_nice system.cpu|guest system.cpu|steal \
time_idx
1600179540 NaN NaN NaN
1600179542 0.0 0.0 0.251889
1600179543 0.0 0.0 0.000000
1600179544 0.0 0.0 0.000000
1600179545 0.0 0.0 0.000000
system.cpu|softirq system.cpu|irq system.cpu|user \
time_idx
1600179540 NaN NaN NaN
1600179542 0.0 0.0 0.503778
1600179543 0.0 0.0 0.750000
1600179544 0.0 0.0 0.251889
1600179545 0.0 0.0 0.503778
system.cpu|system system.cpu|nice system.cpu|iowait \
time_idx
1600179540 NaN NaN NaN
1600179542 0.503778 0.0 0.0
1600179543 0.500000 0.0 0.0
1600179544 0.503778 0.0 0.0
1600179545 0.503778 0.0 0.0
system.load|load1 system.load|load5 system.load|load15
time_idx
1600179540 0.04888 0.03 0.0
1600179542 0.04888 0.03 0.0
1600179543 0.04888 0.03 0.0
1600179544 0.04888 0.03 0.0
1600179545 0.04000 0.03 0.0
Examples
You can find some more examples in the examples folder.
Or if you just want to play with it right now you can use this Google Colab notebook to quickly get started.
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
netdata_pandas-0.0.19.tar.gz
(11.0 kB
view details)
Built Distribution
File details
Details for the file netdata_pandas-0.0.19.tar.gz
.
File metadata
- Download URL: netdata_pandas-0.0.19.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f32dcc8305d9f15bc9111efa86a501760dc00e6a6c805e6280539cbb468a3ebe |
|
MD5 | ef7a8c6a120988e7b009ed94a006a1d4 |
|
BLAKE2b-256 | 9fa38e714dde6777b30531b772614d093ffd477a540327efcf20f9ff1a479376 |
File details
Details for the file netdata_pandas-0.0.19-py3-none-any.whl
.
File metadata
- Download URL: netdata_pandas-0.0.19-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.1.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88fa93b3c9abccf4f4eef4b04225d7840909a0fcadb139106049e9b2008f3b8f |
|
MD5 | 759f96442c4d078f39aa49fc944947c1 |
|
BLAKE2b-256 | bd9f4da9aad6b45d5e528929e6d06cab84591efaeff814238e555fb3cd9a885e |