Skip to main content

The TRR 265 analysis pipeline.

Project description

TRR 265

This module handle's analysis of the TRR265 data.

stub: To get started, download all the required data. Into the following folder structures:

Install

pip install trr265

How to use

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

!pip install trr265

from trr265.data_provider import DataProvider
dp = DataProvider('/Users/hilmarzech/Projects/trr265/trr265/data/') # Path to data folder (containing raw, interim, external, and processed)
dp.get_two_day_data().iloc[:20]
---------------------------------------------------------------------------

AttributeError                            Traceback (most recent call last)

/var/folders/16/2wxbnpk5321f8g40bxf0ht_h0000gn/T/ipykernel_84713/2255965172.py in <module>
      1 from trr265.data_provider import DataProvider
      2 dp = DataProvider('/Users/hilmarzech/Projects/trr265/trr265/data/') # Path to data folder (containing raw, interim, external, and processed)
----> 3 dp.get_two_day_data().iloc[:20]


AttributeError: 'DataProvider' object has no attribute 'get_two_day_data'

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

trr265-0.0.3.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

trr265-0.0.3-py3-none-any.whl (11.6 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