Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

csv_to_wfdb writes to current dir; needs param to specify output folder

Open
#490 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
tooling

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.

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)

Dominant language
Jupyter Notebook
Stars
853
Forks
322
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from MIT-LCP/wfdb-python

All issues in MIT-LCP/wfdb-python

Similar issues

More DevTools issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.