Skip to main content

A Python library for unevenly-spaced time series analysis

Project description

codecov travis Python version 3.5+ Pypi package Documentation Status

A Python library for unevenly-spaced time series analysis. Greatly inspired by traces.

example

Get Started Notebook.

Usage

from ticts import TimeSeries
ts = TimeSeries({
   '2019-01-01': 1,
   '2019-01-01 00:10:00': 2,
   '2019-01-01 00:11:00': 3,
})
assert ts['2019-01-01 00:05:00'] == 1

ts['2019-01-01 00:04:00'] = 10
assert ts['2019-01-01 00:05:00'] == 10

assert ts + ts == 2 * ts

from datetime import timedelta
onemin = timedelta(minutes=1)
ts_evenly_spaced = ts.sample(freq=onemin)

# if pandas installed:
df = ts.to_dataframe()

Installation

pip install ticts

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

ticts-0.1.7.tar.gz (129.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ticts-0.1.7-py2.py3-none-any.whl (8.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file ticts-0.1.7.tar.gz.

File metadata

  • Download URL: ticts-0.1.7.tar.gz
  • Upload date:
  • Size: 129.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3

File hashes

Hashes for ticts-0.1.7.tar.gz
Algorithm Hash digest
SHA256 59ed1adf8d8be084555e1aa8b51f137475d1f4b63b06a1e3fb7906b883903817
MD5 40fba69194a2d25d0bcc5456bc92c3d7
BLAKE2b-256 f268e37ded84dc3d50fb5dd7844c39a871a4a511612697ee382c30ce4ab69168

See more details on using hashes here.

File details

Details for the file ticts-0.1.7-py2.py3-none-any.whl.

File metadata

  • Download URL: ticts-0.1.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3

File hashes

Hashes for ticts-0.1.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bacf86506db2c236b415ab4d5d365f38e49751761baaff4454d5defbbc5fd628
MD5 be23827e745013aca2b0f6e588a206da
BLAKE2b-256 b1ce1e722801da41b7bbdbb850a58b274e72078b110685708a4e8647f607e3e4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page