Importing text files from Kubios ECG data analysis
Project description
Kubios Data Loading
This package will allow users to import pre-analysed Kubios text files into python. This transforms the raw text file into a pandas data frame which can be used in further analysis or machine learning.
Usage
import the package and with the final function of the class you will be able to extract all different segments of the kubios data-analysis in a dict.
from KubiosDataloader import KubiosDataLoading
data_loader = KubiosDataLoading(kubios_data = "filename.txt") #insert file location of the kubios text file
kubios_dict = data_loader.kubios_data_extraction() # returns dictionary with data frames of every section in the kubios file
To do
- Optimizing data frame sections besides the time-varying data frame
- Write more tests
License
GNU GPLv3
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file KubiosDataLoader-0.1.1.tar.gz.
File metadata
- Download URL: KubiosDataLoader-0.1.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d9c20640a424b9a181943065e0bb1b90a661c8e0d5647fa264279ff007ccdb5
|
|
| MD5 |
ba01bd06bf6b65d46d9a486e953e4f15
|
|
| BLAKE2b-256 |
2fd0c0248d0ec6f51d6067995b9527ee01413a86d8281bc99870a75412fb965d
|
File details
Details for the file KubiosDataLoader-0.1.1-py3-none-any.whl.
File metadata
- Download URL: KubiosDataLoader-0.1.1-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68c57f3dd7d215b838e2e71af063607842d564e46a14fcac5981a21bee3a04ab
|
|
| MD5 |
1b0019983b86776cad872bf1a7be753d
|
|
| BLAKE2b-256 |
de2a96339e2eecdb006f105000ff0fbda8b6c7afa4737299ce9899d48440ea61
|