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.8.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

cyclist-0.0.8-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cyclist-0.0.8.tar.gz
  • Upload date:
  • Size: 2.9 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.8.tar.gz
Algorithm Hash digest
SHA256 d0de5a1c59805aa8bf4792a452d3c23d37a883a9d95cb57b00aef18b0f1c5320
MD5 74b017cb5578ff2862321d852ebec37b
BLAKE2b-256 91b3548ccc0ea0b3e5a4357024a9ae96d29ee641709f080438f5e729b666057c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cyclist-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 4.1 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 c49784383a0d9a4292bee89f1494ac87eeb2cdb41c00750e187d57b09f6a8e32
MD5 3117585969a5e5dcb43efba450fdba12
BLAKE2b-256 4b916763771b5d86c36975a2503e299ab3c0b142a9bdb40c5265a46d7266c11f

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