Skip to main content

* Welcome! TempoDB-pandas is a wrapper package for composing Pandas time-series operations and data structures with TempoDB's. * Using It It's really quite dead-simple to use: #+BEGIN_SRC from tempodb_pandas import fromTempo, flipDatumSign from numpy import negative # Do a tempodb read res = client.read_key("somekey", somestart, someend, 'PT1H) series = fromTempo(res.data) # Now you can do fun stuff with the time series series.resample('1H', fill_method='pad') # Some convenience (more coming later) flipDatumSign(series, '1H') == series.resample('1H', how=negative) #+END_SRC

Project description

UNKNOWN

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

tempodb-pandas-0.1.tar.gz (1.7 kB view hashes)

Uploaded Source

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