Metadata-Version: 2.1
Name: netdata-pandas
Version: 0.0.5
Summary: A helper library for pulling data from netdata into a pandas dataframe.
Home-page: https://github.com/netdata/netdata-pandas/tree/master/
Author: Andrew Maguire
Author-email: andrewmaguire@netdata.cloud
License: Apache Software License 2.0
Keywords: netdata pandas
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas (==1.0.4)

# netdata-pandas
> A helper library to pull data from netdata api into a pandas dataframe.


## Install

`pip install netdata-pandas`

## Quickstart

Fill me in please! Don't forget code examples:

```python
1+1
```




    2




