csv_to_wfdb writes to current dir; needs param to specify output folder
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 853
- Forks
- 322
- PR merge metrics
- No merged PRs in 30d
Description
csv_to_wfdb currently strips the path from the input .csv, then writes the output to .dat and .hea
Request is for
a) full path to be preserved for the output file (not backward compatible)
b) accept an optional parameter to specify the output folder (preserves backward compatibility)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the csv_to_wfdb entry point and inspect how the input basename is converted into .dat and .hea output paths. Confirm the existing behavior, then define the optional output-folder parameter and verify that both generated files use it while calls without the parameter remain compatible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100