Skip to main content

Cycle-based data analysis toolbox

Project description

cyclist

Event-based data analysis framework v 0.0.1

Cyclist allows you to split dataframes at predetermined "events". For instance, with an EMG channel measured during exercise you may capture the moment flexion and extension happens via motion capture. You can input the timing of your flexion and extension events into dictionaries and pass that into the create cycles function which will return the EMG cycles cut from first event 1 to stop event 1, and then first event 2 to stop event 2. Or, pass the same event twice, which will split the file into multiple parts from each event.

Class: eventDict, extends defaultdict

New eventDict:
x = cyclist.eventDict()

Explicit event creation:
eventDict.add_event(name,time)

Parse a dict of events:
events = cyclist.parse_events(external_event_dict)
external event dict must be a valid dictionary of form {'x':[1,2,3], 'two':[5.0,51,107]}

Split data based on cycles:
cyclist.create_cycles(data,eventDict,start,end)
Loops over the data and cuts from:
Start 1 -> End 1
Start 2 -> End 2
...
Start n -> End n

Returns a dataframe with len(data.columns) * n columns, with each column given a _n suffix

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

cyclist-0.0.5.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

cyclist-0.0.5-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file cyclist-0.0.5.tar.gz.

File metadata

  • Download URL: cyclist-0.0.5.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2

File hashes

Hashes for cyclist-0.0.5.tar.gz
Algorithm Hash digest
SHA256 17bc1c9c3f600af8352f9e8bed322fd163d833298998bb5d80a84b80b193a8f1
MD5 dc099a7b1d11f82129ecfbaaf7eb5d59
BLAKE2b-256 3727e1e6b46ec546dd3d5499aa4d645fddd5fd513a04ab3aa9b6bec9b91d0b8e

See more details on using hashes here.

File details

Details for the file cyclist-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: cyclist-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2

File hashes

Hashes for cyclist-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 004765c8265e440e88c9b655692783b533530cbde6eadad034f22ede3f534971
MD5 7d8a07c0a307fc82770e451ba9ef6475
BLAKE2b-256 ae48d680ff4ff3cec00375f3754a52cd28b34b7e78f82f65c5305aedd39a7c93

See more details on using hashes here.

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