Skip to main content

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.

pypi package CI

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


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.29.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

netdata_pandas-0.0.29-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file netdata_pandas-0.0.29.tar.gz.

File metadata

  • Download URL: netdata_pandas-0.0.29.tar.gz
  • Upload date:
  • Size: 13.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/44.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for netdata_pandas-0.0.29.tar.gz
Algorithm Hash digest
SHA256 8bf9d77de1c9ef255ab5fe44524c2f87f4fd049b692eed98d7f90bf79d2b871e
MD5 aaecf003bf38cfee602d1cda5e722429
BLAKE2b-256 f8b0dcb8af44ed54fc2884e8c193f9423b336640e1998a0b0a8d32b7db0ccbda

See more details on using hashes here.

File details

Details for the file netdata_pandas-0.0.29-py3-none-any.whl.

File metadata

  • Download URL: netdata_pandas-0.0.29-py3-none-any.whl
  • Upload date:
  • Size: 11.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/44.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for netdata_pandas-0.0.29-py3-none-any.whl
Algorithm Hash digest
SHA256 af2f55ecd388ec8ef4b80bc7f9be8e9d2e09d122339ea6b3a04de15dfa929a6b
MD5 675afc0084e8219506004e72a86fdff5
BLAKE2b-256 1fe2800a5df6f718973281757e2def918fd4320c821d114473918d0442f8c21c

See more details on using hashes here.

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