Skip to main content

Create Tearsheets with timeseries.tools

Project description

timeseriestools

from timeseriestools import TimeseriesTools
import pandas as pd

tst = TimeseriesTools()
tst.login("info@timeseries.tools", "some-password")


s = pd.Series(index=["2020-01-01", "2020-01-02", "2020-01-03"], data=[1, 2, 3])
s.index = pd.to_datetime(s.index)

tst.create_tearsheet(s)



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

timeseriestools-0.0.2.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

timeseriestools-0.0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

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