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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: cyclist-0.0.7.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.7.tar.gz
Algorithm Hash digest
SHA256 8d4598541afb6e0b96ea35fdf582232018305303c445ae7a1114b8855041971a
MD5 ad538d8a680b0cf2267e10dd80ac8a5e
BLAKE2b-256 0c016d0254149fe8b62748e24daceebb3f098c100fa48585f52618686ead54fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: cyclist-0.0.7-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.7-py3-none-any.whl
Algorithm Hash digest
SHA256 e59767270bbba4eaa26cf014e1c536f85ae1751a629fdd70983371224c25d6ec
MD5 b5d47c8db94a966c8eb61cbe46b40962
BLAKE2b-256 435ea541e739f300b3990ad353f826813505093e0ef4bf77b19a170e9ca1f70c

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